Uses of Interface
org.apache.myfaces.view.ViewDeclarationLanguageStrategy
-
Packages that use ViewDeclarationLanguageStrategy Package Description org.apache.myfaces.view.facelets Public Facelet API.org.apache.myfaces.view.jsp -
-
Uses of ViewDeclarationLanguageStrategy in org.apache.myfaces.view.facelets
Classes in org.apache.myfaces.view.facelets that implement ViewDeclarationLanguageStrategy Modifier and Type Class Description class
FaceletViewDeclarationLanguageStrategy
Constructors in org.apache.myfaces.view.facelets with parameters of type ViewDeclarationLanguageStrategy Constructor Description FaceletViewDeclarationLanguage(FacesContext context, ViewDeclarationLanguageStrategy strategy)
-
Uses of ViewDeclarationLanguageStrategy in org.apache.myfaces.view.jsp
Classes in org.apache.myfaces.view.jsp that implement ViewDeclarationLanguageStrategy Modifier and Type Class Description class
JspViewDeclarationLanguageStrategy
Constructors in org.apache.myfaces.view.jsp with parameters of type ViewDeclarationLanguageStrategy Constructor Description JspViewDeclarationLanguage(FacesContext facesContext, ViewDeclarationLanguageStrategy strategy, LinkedList<String> suffixes)
-