org.apache.myfaces.config.impl.digester.elements.facelets
Class FaceletTagLibraryImpl
java.lang.Object
org.apache.myfaces.config.element.facelets.FaceletTagLibrary
org.apache.myfaces.config.impl.digester.elements.facelets.FaceletTagLibraryImpl
- All Implemented Interfaces:
- Serializable
public class FaceletTagLibraryImpl
- extends FaceletTagLibrary
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FaceletTagLibraryImpl
public FaceletTagLibraryImpl()
getNamespace
public String getNamespace()
- Specified by:
getNamespace
in class FaceletTagLibrary
setNamespace
public void setNamespace(String namespace)
getShortName
public String getShortName()
- Specified by:
getShortName
in class FaceletTagLibrary
setShortName
public void setShortName(String shortName)
getCompositeLibraryName
public String getCompositeLibraryName()
- Specified by:
getCompositeLibraryName
in class FaceletTagLibrary
setCompositeLibraryName
public void setCompositeLibraryName(String compositeLibraryName)
getLibraryClass
public String getLibraryClass()
- Specified by:
getLibraryClass
in class FaceletTagLibrary
setLibraryClass
public void setLibraryClass(String libraryClass)
getTags
public List<FaceletTag> getTags()
- Specified by:
getTags
in class FaceletTagLibrary
addTag
public void addTag(FaceletTag tag)
getFunctions
public List<FaceletFunction> getFunctions()
- Specified by:
getFunctions
in class FaceletTagLibrary
addFunction
public void addFunction(FaceletFunction function)
Copyright © 2015 The Apache Software Foundation. All rights reserved.