|
RichFaces CDK Annotations 4.1.0.20111101-M4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=SOURCE) @Target(value=PACKAGE) public @interface TagLibrary
This annotation defines taglib for which all tags for JSF components from that packages belong to. Current limitation - there sould be only one taglib package in the project, otherwise the last processed package will override others.
| Required Element Summary | |
|---|---|
String |
shortName
Library short name ( default prefix ). |
String |
uri
Library URI, the same used for JSP and Facelets. |
| Optional Element Summary | |
|---|---|
String |
displayName
Library description, included into generated taglib and faces-config.E |
String |
jspVersion
Java Server Pages version for generated tld, for JSP taglib only. |
Class<?> |
listenerClass
Servlet ... |
String |
prefix
Default preffix for package names and JSF ids in the library |
String |
tlibVersion
Implementation version of the generated taglib. |
Class<?> |
validatorClass
JSP taglib validator. |
| Element Detail |
|---|
public abstract String uri
Library URI, the same used for JSP and Facelets.
public abstract String shortName
Library short name ( default prefix ). The same same also used for faces-config <name> element.
public abstract String prefix
Default preffix for package names and JSF ids in the library
public abstract String tlibVersion
Implementation version of the generated taglib.
public abstract Class<?> validatorClass
JSP taglib validator. TODO - ? extends Validator ?
public abstract Class<?> listenerClass
Servlet ... listener used by JSP library. TODO - ? extends EventListener ?
public abstract String displayName
Library description, included into generated taglib and faces-config.E
public abstract String jspVersion
Java Server Pages version for generated tld, for JSP taglib only.
|
RichFaces CDK Annotations 4.1.0.20111101-M4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||