|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Target(value=TYPE) @Retention(value=SOURCE) public @interface JSFJspTag
Used to define a jsf tag that does not fall in a category like converter, validator or component. Examples are f:verbatim or f:actionListener
Optional Element Summary | |
---|---|
String |
bodyContent
Indicate if the element accept inner elements or not. |
String |
desc
Short description |
String |
name
The name of the component in a page (ex: x:mycomp). |
String |
tagHandler
Indicate tag handler class used for this component on facelets. |
public abstract String bodyContent
public abstract String desc
public abstract String name
public abstract String tagHandler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |