You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
430 B
18 lines
430 B
package com.fr.plugin.yt; |
|
|
|
import com.fr.decision.fun.impl.AbstractWebResourceProvider; |
|
import com.fr.decision.web.LoginComponent; |
|
import com.fr.web.struct.Atom; |
|
import com.fr.web.utils.WebUtils; |
|
|
|
public class LoginJSHander extends AbstractWebResourceProvider { |
|
@Override |
|
public Atom attach() { |
|
return LoginComponent.KEY; |
|
} |
|
|
|
@Override |
|
public Atom client() { |
|
return LoginsComponent.KEY; |
|
} |
|
} |