|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.view.facelets.FaceletFactory
org.apache.myfaces.view.facelets.impl.DefaultFaceletFactory
public final class DefaultFaceletFactory
Default FaceletFactory implementation.
Field Summary | |
---|---|
protected Logger |
log
|
Constructor Summary | |
---|---|
DefaultFaceletFactory(Compiler compiler,
ResourceResolver resolver)
|
|
DefaultFaceletFactory(Compiler compiler,
ResourceResolver resolver,
long refreshPeriod)
|
Method Summary | |
---|---|
Compiler |
getCompiler()
Compiler this factory uses |
Facelet |
getCompositeComponentMetadataFacelet(String uri)
Works in the same way as getFacelet(String uri), but redirect to getViewMetadataFacelet(URL url) |
Facelet |
getCompositeComponentMetadataFacelet(URL url)
Create a Facelet used to create composite component metadata from the passed URL. |
Facelet |
getFacelet(String uri)
Return a Facelet instance as specified by the file at the passed URI. |
Facelet |
getFacelet(URL url)
Create a Facelet from the passed URL. |
long |
getRefreshPeriod()
|
Facelet |
getViewMetadataFacelet(String uri)
Works in the same way as getFacelet(String uri), but redirect to getViewMetadataFacelet(URL url) |
Facelet |
getViewMetadataFacelet(URL url)
Create a Facelet used to create view metadata from the passed URL. |
protected boolean |
needsToBeRefreshed(org.apache.myfaces.view.facelets.impl.DefaultFacelet facelet)
Template method for determining if the Facelet needs to be refreshed. |
URL |
resolveURL(URL source,
String path)
Resolves a path based on the passed URL. |
Methods inherited from class org.apache.myfaces.view.facelets.FaceletFactory |
---|
getInstance, setInstance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final Logger log
Constructor Detail |
---|
public DefaultFaceletFactory(Compiler compiler, ResourceResolver resolver) throws IOException
IOException
public DefaultFaceletFactory(Compiler compiler, ResourceResolver resolver, long refreshPeriod)
Method Detail |
---|
public Compiler getCompiler()
public Facelet getFacelet(String uri) throws IOException, FaceletException, FacesException, javax.el.ELException
FaceletFactory
getFacelet
in class FaceletFactory
IOException
FaceletException
FacesException
javax.el.ELException
public Facelet getFacelet(URL url) throws IOException, FaceletException, FacesException, javax.el.ELException
getFacelet
in class FaceletFactory
url
- source url
IOException
FaceletException
FacesException
javax.el.ELException
public long getRefreshPeriod()
public URL resolveURL(URL source, String path) throws IOException
javax.faces.context.ExternalContext#getResource(java.lang.String)
. Otherwise create a new URL via
URL(URL, String)
.
source
- base to resolve frompath
- relative path to the source
IOException
protected boolean needsToBeRefreshed(org.apache.myfaces.view.facelets.impl.DefaultFacelet facelet)
facelet
- Facelet that could have expired
public Facelet getViewMetadataFacelet(String uri) throws IOException
getViewMetadataFacelet
in class FaceletFactory
IOException
public Facelet getViewMetadataFacelet(URL url) throws IOException, FaceletException, FacesException, javax.el.ELException
FaceletFactory
getViewMetadataFacelet
in class FaceletFactory
url
- source url
IOException
FaceletException
FacesException
javax.el.ELException
public Facelet getCompositeComponentMetadataFacelet(String uri) throws IOException
getCompositeComponentMetadataFacelet
in class FaceletFactory
IOException
public Facelet getCompositeComponentMetadataFacelet(URL url) throws IOException, FaceletException, FacesException, javax.el.ELException
FaceletFactory
getCompositeComponentMetadataFacelet
in class FaceletFactory
url
- source url
IOException
FaceletException
FacesException
javax.el.ELException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |