|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Documented @Target(value=TYPE) @Retention(value=SOURCE) public @interface JSFConverter
Used to define a jsf converter.
| Optional Element Summary | |
|---|---|
java.lang.String |
bodyContent
Indicate if the element accept inner elements or not. |
boolean |
configExcluded
Indicate that this component should not be defined on faces-config.xml. |
java.lang.String |
desc
Short description |
java.lang.String |
id
Indicate the converterId which identifies this class. |
java.lang.String |
name
The name of the component in a page (ex: x:mycomp). |
java.lang.String |
serialuidtag
Serial uid that should be added on generated tag class |
java.lang.String |
tagClass
The tag class used for this converter, if applies. |
java.lang.String |
tagSuperclass
Tag super class that inherits the tag class |
public abstract java.lang.String id
public abstract java.lang.String name
public abstract java.lang.String tagClass
public abstract java.lang.String tagSuperclass
public abstract boolean configExcluded
public abstract java.lang.String bodyContent
public abstract java.lang.String desc
public abstract java.lang.String serialuidtag
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||