|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Documented @Retention(value=SOURCE) public @interface JapanoAction
Can be used to mark implementations of of Action
as active action.
Required Element Summary | |
---|---|
java.lang.String |
library
Library to include the action in. |
Optional Element Summary | |
---|---|
boolean |
createTag
If set to false, no tag is created for the action although it still can be invoked by calling the action per URI. |
java.lang.String |
extension
The extension of the action mapping |
java.lang.String |
name
Name of the action to create for this class. |
boolean |
repeatable
If set to true, the action is repeatable. no multiple invocation prevention takes place for repeatable actions. |
java.lang.String |
requiredMarker
HTML Code to be inserted after a field when it is marked required. |
Element Detail |
---|
public abstract java.lang.String library
public abstract java.lang.String name
public abstract java.lang.String extension
public abstract boolean repeatable
public abstract boolean createTag
public abstract java.lang.String requiredMarker
<sup><small>*</small></sup>
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |