META-INF.trh.taglib.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of trinidad-impl Show documentation
Show all versions of trinidad-impl Show documentation
Private implementation of the Apache MyFaces Trinidad project
http://myfaces.apache.org/trinidad/html
styleSheet
org.apache.myfaces.trinidad.CoreStyleSheet
org.apache.myfaces.trinidad.StyleSheet
org.apache.myfaces.trinidadinternal.facelets.TrinidadComponentHandler
attributeChangeListener
void myMethod(org.apache.myfaces.trinidad.event.AttributeChangeEvent)
the identifier for the component. Every component may be named by a component identifier that must conform to the following rules:
- They must start with a letter (as defined by the Character.isLetter() method) or underscore ( _ ).
- Subsequent characters must be letters (as defined by the Character.isLetter() method), digits as defined by the Character.isDigit() method,
dashes ( - ), or underscores ( _ ). To minimize the size of responses generated by JavaServer Faces, it is recommended that component identifiers
be as short as possible. If a component has been given an identifier, it must be unique in the namespace of the closest ancestor to that component
that is a NamingContainer (if any).