|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.facelets.FaceletFactory
public abstract class FaceletFactory
FaceletFactory for producing Facelets relative to the context of the underlying implementation.
Constructor Summary | |
---|---|
FaceletFactory()
|
Method Summary | |
---|---|
abstract Facelet |
getFacelet(String uri)
Return a Facelet instance as specified by the file at the passed URI. |
static FaceletFactory |
getInstance()
Get the static instance |
static void |
setInstance(FaceletFactory factory)
Set the static instance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FaceletFactory()
Method Detail |
---|
public abstract Facelet getFacelet(String uri) throws IOException, FaceletException, FacesException, javax.el.ELException
uri
-
IOException
FaceletException
FacesException
javax.el.ELException
public static final void setInstance(FaceletFactory factory)
factory
- public static final FaceletFactory getInstance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |