|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.view.ViewDeclarationLanguageFactory
org.apache.myfaces.view.ViewDeclarationLanguageFactoryImpl
public class ViewDeclarationLanguageFactoryImpl
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.
Field Summary | |
---|---|
static java.lang.String |
PARAM_DISABLE_JSF_FACELET
|
Constructor Summary | |
---|---|
ViewDeclarationLanguageFactoryImpl()
|
Method Summary | |
---|---|
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 |
---|
public static final java.lang.String PARAM_DISABLE_JSF_FACELET
Constructor Detail |
---|
public ViewDeclarationLanguageFactoryImpl()
Method Detail |
---|
public ViewDeclarationLanguage getViewDeclarationLanguage(java.lang.String viewId)
getViewDeclarationLanguage
in class ViewDeclarationLanguageFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |