org.apache.myfaces.view
Class ViewDeclarationLanguageFactoryImpl
java.lang.Object
javax.faces.view.ViewDeclarationLanguageFactory
org.apache.myfaces.view.ViewDeclarationLanguageFactoryImpl
- All Implemented Interfaces:
- FacesWrapper<ViewDeclarationLanguageFactory>
public class ViewDeclarationLanguageFactoryImpl
- extends ViewDeclarationLanguageFactory
This is the default VDL factory used as of JSF 2.0, it tries to use Facelet VDL whenever possible,
but fallback on JSP if required.
- Since:
- 2.0
- Version:
- $Revision: 1545492 $ $Date: 2013-11-25 20:19:50 -0500 (Mon, 25 Nov 2013) $
- Author:
- Simon Lessard (latest modification by $Author: lu4242 $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARAM_DISABLE_JSF_FACELET
@JSFWebConfigParam(since="2.0",
defaultValue="false",
expectedValues="true,false",
group="viewhandler")
public static final String PARAM_DISABLE_JSF_FACELET
- Disable facelets VDL from the current application project.
- See Also:
- Constant Field Values
ViewDeclarationLanguageFactoryImpl
public ViewDeclarationLanguageFactoryImpl()
getViewDeclarationLanguage
public ViewDeclarationLanguage getViewDeclarationLanguage(String viewId)
-
- Specified by:
getViewDeclarationLanguage
in class ViewDeclarationLanguageFactory
Copyright © 2014 The Apache Software Foundation. All rights reserved.