Class FaceletsCompilerSupport
java.lang.Object
org.apache.myfaces.view.facelets.compiler.FaceletsCompilerSupport
Perform initialization steps for facelets compiler
- Since:
- 2.2
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidloadDecorators(FacesContext context, Compiler compiler) Load the various decorators for Facelets.voidloadLibraries(FacesContext context, Compiler compiler) Load the various tag libraries for Facelets.voidloadOptions(FacesContext context, Compiler compiler) 
- 
Constructor Details- 
FaceletsCompilerSupportpublic FaceletsCompilerSupport()
 
- 
- 
Method Details- 
loadLibrariesLoad the various tag libraries for Facelets.- Parameters:
- context- the current FacesContext
- compiler- the page compiler
 
- 
loadDecoratorsLoad the various decorators for Facelets.- Parameters:
- context- the current FacesContext
- compiler- the page compiler
 
- 
loadOptions
 
-