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
The newest version!
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. The identifier
must follow a subset of the syntax allowed in HTML:
- Must not be a zero-length String.
- First character must be an ASCII letter (A-Za-z) or an underscore ('_').
- Subsequent characters must be an ASCII letter or digit (A-Za-z0-9), an underscore ('_'), or a dash ('-').