|
com.im.ijc.core/1 5.9.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.im.ijc.core.api.url.URLTask
public abstract class URLTask
Action for a URLContent. Implementation are registered in META-INF/services/com.im.ijc.core.api.url.URLTask
| Constructor Summary | |
|---|---|
URLTask()
|
|
| Method Summary | |
|---|---|
static URLTask |
getAction(String name)
Get instance for action name |
abstract String |
getCodeName()
|
Component |
getCustomizer(URLProperties properties,
URLStatus status)
Get panel with customizer if customizer is available |
abstract String |
getDescription()
get description in new action wizard |
abstract String |
getDisplayName()
|
boolean |
hasCustomizer()
|
abstract boolean |
isEnabled(URLContent content)
check if the action is supported by ty content |
abstract void |
perform(URLContent content)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public URLTask()
| Method Detail |
|---|
public abstract String getCodeName()
public abstract String getDisplayName()
public abstract String getDescription()
public abstract void perform(URLContent content)
public abstract boolean isEnabled(URLContent content)
content - The p arameters for action
public static URLTask getAction(String name)
name - The a ction name
public Component getCustomizer(URLProperties properties,
URLStatus status)
public boolean hasCustomizer()
public final String toString()
toString in class Object
|
com.im.ijc.core/1 5.9.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||