Class FaceletsCompilerSupport
java.lang.Object
org.apache.myfaces.view.facelets.compiler.FaceletsCompilerSupport
Perform initialization steps for facelets compiler
- Since:
- 2.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
loadDecorators
(FacesContext context, Compiler compiler) Load the various decorators for Facelets.void
loadLibraries
(FacesContext context, Compiler compiler) Load the various tag libraries for Facelets.void
loadOptions
(FacesContext context, Compiler compiler)
-
Constructor Details
-
FaceletsCompilerSupport
public FaceletsCompilerSupport()
-
-
Method Details
-
loadLibraries
Load the various tag libraries for Facelets.- Parameters:
context
- the current FacesContextcompiler
- the page compiler
-
loadDecorators
Load the various decorators for Facelets.- Parameters:
context
- the current FacesContextcompiler
- the page compiler
-
loadOptions
-