|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.view.facelets.FaceletFactory
javax.faces.view.facelets.FaceletFactoryWrapper
public class FaceletFactoryWrapper
Provides a simple implementation of
FaceletFactory
that can
be subclassed by developers wishing to provide specialized behavior
to an existing FaceletFactory
instance. The default
implementation of all methods is to call through to the wrapped
FaceletFactory
instance.
getWrapped()
to
return the instance being wrapping.
Constructor Summary | |
---|---|
FaceletFactoryWrapper(FaceletFactory wrapped)
|
Method Summary | |
---|---|
UIComponent |
createComponent(String taglibURI,
String tagName,
Map<String,Object> attributes)
|
Facelet |
getFacelet(String uri)
Return a Facelet instance as specified by the file at the passed URI. |
Facelet |
getFacelet(URL url)
|
Facelet |
getMetadataFacelet(String uri)
|
Facelet |
getMetadataFacelet(URL url)
|
long |
getRefreshPeriod()
|
FaceletFactory |
getWrapped()
A class that implements this interface uses this method to return an instance of the class being wrapped. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FaceletFactoryWrapper(FaceletFactory wrapped)
Method Detail |
---|
public FaceletFactory getWrapped()
FacesWrapper
A class that implements this interface uses this method to return an instance of the class being wrapped.
getWrapped
in interface FacesWrapper<FaceletFactory>
public UIComponent createComponent(String taglibURI, String tagName, Map<String,Object> attributes)
createComponent
in class FaceletFactory
public Facelet getFacelet(String uri) throws IOException
FaceletFactory
getFacelet
in class FaceletFactory
IOException
public Facelet getFacelet(URL url) throws IOException
getFacelet
in class FaceletFactory
IOException
public Facelet getMetadataFacelet(String uri) throws IOException
getMetadataFacelet
in class FaceletFactory
IOException
public Facelet getMetadataFacelet(URL url) throws IOException
getMetadataFacelet
in class FaceletFactory
IOException
public long getRefreshPeriod()
getRefreshPeriod
in class FaceletFactory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |