Package | Description |
---|---|
org.apache.myfaces.config | |
org.apache.myfaces.config.element | |
org.apache.myfaces.config.impl | |
org.apache.myfaces.config.impl.element | |
org.apache.myfaces.view.facelets.compiler |
Facelet compiler package, not for extension.
|
Modifier and Type | Method and Description |
---|---|
FaceletsProcessing |
RuntimeConfig.getFaceletProcessingConfiguration(String fileExtensions) |
Modifier and Type | Method and Description |
---|---|
Collection<FaceletsProcessing> |
RuntimeConfig.getFaceletProcessingConfigurations() |
Modifier and Type | Method and Description |
---|---|
void |
RuntimeConfig.addFaceletProcessingConfiguration(String fileExtension,
FaceletsProcessing configuration) |
Modifier and Type | Method and Description |
---|---|
FaceletsProcessing |
FacesConfigData.getFaceletsProcessingConfiguration(String fileExtension) |
Modifier and Type | Method and Description |
---|---|
Collection<FaceletsProcessing> |
FacesConfigData.getFaceletsProcessing() |
abstract List<FaceletsProcessing> |
FacesConfigExtension.getFaceletsProcessingList() |
Modifier and Type | Method and Description |
---|---|
FaceletsProcessing |
FacesConfigDispenserImpl.getFaceletsProcessingConfiguration(String fileExtension) |
Modifier and Type | Method and Description |
---|---|
Collection<FaceletsProcessing> |
FacesConfigDispenserImpl.getFaceletsProcessing() |
Modifier and Type | Class and Description |
---|---|
class |
FaceletsProcessingImpl |
Modifier and Type | Method and Description |
---|---|
List<FaceletsProcessing> |
FacesConfigExtensionImpl.getFaceletsProcessingList() |
Modifier and Type | Method and Description |
---|---|
void |
FacesConfigExtensionImpl.addFaceletsProcessing(FaceletsProcessing elem) |
Modifier and Type | Method and Description |
---|---|
Collection<FaceletsProcessing> |
Compiler.getFaceletsProcessingConfigurations() |
Modifier and Type | Method and Description |
---|---|
void |
Compiler.setFaceletsProcessingConfigurations(Collection<FaceletsProcessing> faceletsProcessingConfigurations) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.