org.apache.myfaces.view.facelets.compiler
Class FaceletsCompilerSupport
java.lang.Object
org.apache.myfaces.view.facelets.compiler.FaceletsCompilerSupport
public class FaceletsCompilerSupport
- extends Object
Perform initialization steps for facelets compiler
- Since:
- 2.2
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FaceletsCompilerSupport
public FaceletsCompilerSupport()
loadLibraries
public void loadLibraries(FacesContext context,
Compiler compiler)
- Load the various tag libraries for Facelets.
- Parameters:
context
- the current FacesContextcompiler
- the page compiler
loadDecorators
public void loadDecorators(FacesContext context,
Compiler compiler)
- Load the various decorators for Facelets.
- Parameters:
context
- the current FacesContextcompiler
- the page compiler
loadOptions
public void loadOptions(FacesContext context,
Compiler compiler)
Copyright © 2014 The Apache Software Foundation. All rights reserved.