org.apache.myfaces.config.element.facelets
Class FaceletTagLibrary

java.lang.Object
  extended by 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

Constructor Summary
FaceletTagLibrary()
           
 
Method Summary
abstract  String getCompositeLibraryName()
           
abstract  List<FaceletFunction> getFunctions()
           
abstract  String getLibraryClass()
           
abstract  String getNamespace()
           
abstract  String getShortName()
           
abstract  List<FaceletTag> getTags()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FaceletTagLibrary

public FaceletTagLibrary()
Method Detail

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 © 2015 The Apache Software Foundation. All rights reserved.