|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value=METHOD) @Documented @Retention(value=SOURCE) public @interface JapanoAttribute
Can be used in subclasses of PageNode to mark a mutator method as tag attribute.
| Optional Element Summary | |
|---|---|
java.lang.String |
name
Name of the attribute to create for this class. |
boolean |
required
Library to put the tag into. |
boolean |
rtExprValue
If false, the attribute can't not contain an EL expression nor a traditional expression. |
public abstract java.lang.String name
public abstract boolean required
public abstract boolean rtExprValue
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||