org.apache.myfaces.config.element.facelets
Class FaceletTagLibrary
java.lang.Object
org.apache.myfaces.config.element.facelets.FaceletTagLibrary
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- FaceletTagLibraryImpl
public abstract class FaceletTagLibrary
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FaceletTagLibrary
public FaceletTagLibrary()
getNamespace
public abstract String getNamespace()
getShortName
public abstract String getShortName()
getCompositeLibraryName
public abstract String getCompositeLibraryName()
getLibraryClass
public abstract String getLibraryClass()
getTags
public abstract List<FaceletTag> getTags()
getFunctions
public abstract List<FaceletFunction> getFunctions()
Copyright © 2014 The Apache Software Foundation. All rights reserved.