Class PassThroughLibrary
- java.lang.Object
- 
- org.apache.myfaces.view.facelets.tag.AbstractTagLibrary
- 
- org.apache.myfaces.view.facelets.tag.faces.PassThroughLibrary
 
 
- 
- All Implemented Interfaces:
- TagLibrary
 
 public class PassThroughLibrary extends AbstractTagLibrary Dummy library, so passthrough namespace can be recognized by facelet compiler. No real components or tags here, this is only used for attributes.- Author:
- Leonardo Uribe
 
- 
- 
Field SummaryFields Modifier and Type Field Description static PassThroughLibraryINSTANCEstatic StringJCP_NAMESPACEstatic StringNAMESPACEstatic StringSUN_NAMESPACE
 - 
Constructor SummaryConstructors Constructor Description PassThroughLibrary()
 - 
Method Summary- 
Methods inherited from class org.apache.myfaces.view.facelets.tag.AbstractTagLibraryaddBehavior, addBehavior, addComponent, addComponent, addComponentFromResourceId, addConverter, addConverter, addFunction, addTagHandler, addUserTag, addValidator, addValidator, containsFunction, containsNamespace, containsTagHandler, createFunction, createTagHandler, getNamespace
 
- 
 
- 
- 
- 
Field Detail- 
NAMESPACEpublic static final String NAMESPACE - See Also:
- Constant Field Values
 
 - 
JCP_NAMESPACEpublic static final String JCP_NAMESPACE - See Also:
- Constant Field Values
 
 - 
SUN_NAMESPACEpublic static final String SUN_NAMESPACE - See Also:
- Constant Field Values
 
 - 
INSTANCEpublic static final PassThroughLibrary INSTANCE 
 
- 
 
-