|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Facelet | |
---|---|
org.apache.myfaces.view.facelets | Public Facelet API. |
org.apache.myfaces.view.facelets.impl | Default implementation of the Facelets API. |
Uses of Facelet in org.apache.myfaces.view.facelets |
---|
Subclasses of Facelet in org.apache.myfaces.view.facelets | |
---|---|
class |
AbstractFacelet
|
Methods in org.apache.myfaces.view.facelets that return Facelet | |
---|---|
abstract Facelet |
FaceletFactory.getCompositeComponentMetadataFacelet(String uri)
Return a Facelet instance as specified by the file at the passed URI. |
abstract Facelet |
FaceletFactory.getCompositeComponentMetadataFacelet(URL url)
Create a Facelet used to create composite component metadata from the passed URL. |
abstract Facelet |
FaceletFactory.getFacelet(FaceletContext ctx,
URL url)
Create a Facelet from the passed URL, but take into account the context. |
abstract Facelet |
FaceletFactory.getFacelet(String uri)
Return a Facelet instance as specified by the file at the passed URI. |
abstract Facelet |
FaceletFactory.getFacelet(URL url)
Create a Facelet from the passed URL. |
abstract Facelet |
FaceletFactory.getViewMetadataFacelet(String uri)
Return a Facelet instance as specified by the file at the passed URI. |
abstract Facelet |
FaceletFactory.getViewMetadataFacelet(URL url)
Create a Facelet used to create view metadata from the passed URL. |
Methods in org.apache.myfaces.view.facelets with parameters of type Facelet | |
---|---|
abstract boolean |
TemplateContext.includeDefinition(FaceletContext ctx,
Facelet owner,
UIComponent parent,
String name)
This method will walk through the TemplateClient stack to resolve and apply the definition for the passed name. |
Uses of Facelet in org.apache.myfaces.view.facelets.impl |
---|
Methods in org.apache.myfaces.view.facelets.impl that return Facelet | |
---|---|
Facelet |
DefaultFaceletFactory.getCompositeComponentMetadataFacelet(String uri)
Works in the same way as getFacelet(String uri), but redirect to getViewMetadataFacelet(URL url) |
Facelet |
DefaultFaceletFactory.getCompositeComponentMetadataFacelet(URL url)
|
Facelet |
DefaultFaceletFactory.getFacelet(FaceletContext ctx,
URL url)
|
Facelet |
DefaultFaceletFactory.getFacelet(String uri)
|
Facelet |
DefaultFaceletFactory.getFacelet(URL url)
Create a Facelet from the passed URL. |
Facelet |
DefaultFaceletFactory.getViewMetadataFacelet(String uri)
Works in the same way as getFacelet(String uri), but redirect to getViewMetadataFacelet(URL url) |
Facelet |
DefaultFaceletFactory.getViewMetadataFacelet(URL url)
|
Methods in org.apache.myfaces.view.facelets.impl with parameters of type Facelet | |
---|---|
boolean |
TemplateContextImpl.includeDefinition(FaceletContext ctx,
Facelet owner,
UIComponent parent,
String name)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |