org.apache.myfaces.view.facelets.compiler
Class FaceletsCompilerSupport

java.lang.Object
  extended by org.apache.myfaces.view.facelets.compiler.FaceletsCompilerSupport

public class FaceletsCompilerSupport
extends Object

Perform initialization steps for facelets compiler

Since:
2.2

Constructor Summary
FaceletsCompilerSupport()
           
 
Method Summary
 void 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FaceletsCompilerSupport

public FaceletsCompilerSupport()
Method Detail

loadLibraries

public void loadLibraries(FacesContext context,
                          Compiler compiler)
Load the various tag libraries for Facelets.

Parameters:
context - the current FacesContext
compiler - the page compiler

loadDecorators

public void loadDecorators(FacesContext context,
                           Compiler compiler)
Load the various decorators for Facelets.

Parameters:
context - the current FacesContext
compiler - the page compiler

loadOptions

public void loadOptions(FacesContext context,
                        Compiler compiler)


Copyright © 2015 The Apache Software Foundation. All rights reserved.