Package | Description |
---|---|
org.apache.myfaces.view.facelets |
Public Facelet API.
|
org.apache.myfaces.view.facelets.impl |
Default implementation of the Facelets API.
|
Modifier and Type | Method and Description |
---|---|
protected FaceletFactory |
FaceletViewDeclarationLanguage.createFaceletFactory(FacesContext context,
Compiler compiler)
Creates a FaceletFactory instance using the specified compiler.
|
abstract FaceletFactory |
FaceletCompositionContext.getFaceletFactory() |
FaceletFactory |
FaceletViewDeclarationLanguage.getFaceletFactory() |
static FaceletFactory |
FaceletFactory.getInstance()
Get the static instance
|
Modifier and Type | Method and Description |
---|---|
static void |
FaceletFactory.setInstance(FaceletFactory factory)
Set the static instance
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFaceletFactory
Default FaceletFactory implementation.
|
Modifier and Type | Method and Description |
---|---|
FaceletFactory |
FaceletCompositionContextImpl.getFaceletFactory() |
Constructor and Description |
---|
FaceletCompositionContextImpl(FaceletFactory factory,
FacesContext facesContext) |
FaceletCompositionContextImpl(FaceletFactory factory,
FacesContext facesContext,
String base)
This constructor is intended for places where the id generation strategy needs to be changed
adding a unique base id, like for example on a dynamic component creation.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.