org.apache.myfaces.view
Class ViewDeclarationLanguageFactoryImpl

java.lang.Object
  extended by javax.faces.view.ViewDeclarationLanguageFactory
      extended by org.apache.myfaces.view.ViewDeclarationLanguageFactoryImpl
All Implemented Interfaces:
javax.faces.FacesWrapper<javax.faces.view.ViewDeclarationLanguageFactory>

public class ViewDeclarationLanguageFactoryImpl
extends javax.faces.view.ViewDeclarationLanguageFactory

This is the default PDL factory used as of JSF 2.0, it tries to use Facelet PDL whenever possible, but fallback on JSP if required.

Since:
2.0
Version:
$Revision: 696523 $ $Date: 2009-03-21 14:55:54 -0400 (mer., 17 sept. 2008) $
Author:
Simon Lessard (latest modification by $Author: slessard $)

Field Summary
static java.lang.String PARAM_DISABLE_JSF_FACELET
          Disable facelets VDL from the current application project.
 
Constructor Summary
ViewDeclarationLanguageFactoryImpl()
           
 
Method Summary
 javax.faces.view.ViewDeclarationLanguage getViewDeclarationLanguage(java.lang.String viewId)
          
 
Methods inherited from class javax.faces.view.ViewDeclarationLanguageFactory
getWrapped
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAM_DISABLE_JSF_FACELET

@JSFWebConfigParam(since="2.0",
                   defaultValue="false",
                   expectedValues="true,false")
public static final java.lang.String PARAM_DISABLE_JSF_FACELET
Disable facelets VDL from the current application project.

See Also:
Constant Field Values
Constructor Detail

ViewDeclarationLanguageFactoryImpl

public ViewDeclarationLanguageFactoryImpl()
Method Detail

getViewDeclarationLanguage

public javax.faces.view.ViewDeclarationLanguage getViewDeclarationLanguage(java.lang.String viewId)

Specified by:
getViewDeclarationLanguage in class javax.faces.view.ViewDeclarationLanguageFactory


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.