Class FaceletTagLibraryImpl
java.lang.Object
org.apache.myfaces.config.element.facelets.FaceletTagLibrary
org.apache.myfaces.config.impl.element.facelets.FaceletTagLibraryImpl
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addFunction
(FaceletFunction function) void
addTag
(FaceletTag tag) getTags()
void
setCompositeLibraryName
(String compositeLibraryName) void
setLibraryClass
(String libraryClass) void
setNamespace
(String namespace) void
setShortName
(String shortName)
-
Constructor Details
-
FaceletTagLibraryImpl
public FaceletTagLibraryImpl()
-
-
Method Details
-
getNamespace
- Specified by:
getNamespace
in classFaceletTagLibrary
-
setNamespace
-
getShortName
- Specified by:
getShortName
in classFaceletTagLibrary
-
setShortName
-
getCompositeLibraryName
- Specified by:
getCompositeLibraryName
in classFaceletTagLibrary
-
setCompositeLibraryName
-
getLibraryClass
- Specified by:
getLibraryClass
in classFaceletTagLibrary
-
setLibraryClass
-
getTags
- Specified by:
getTags
in classFaceletTagLibrary
-
addTag
-
getFunctions
- Specified by:
getFunctions
in classFaceletTagLibrary
-
addFunction
-