|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.view.jsp.JspViewDeclarationLanguageStrategy
public class JspViewDeclarationLanguageStrategy
Constructor Summary | |
---|---|
JspViewDeclarationLanguageStrategy()
|
Method Summary | |
---|---|
ViewDeclarationLanguage |
getViewDeclarationLanguage()
Gets the ViewDeclarationLanguage represented by this support. |
boolean |
handles(java.lang.String viewId)
Determines if the ViewDeclarationLanguage represented by this support should be used
to handle the specified view identifier. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JspViewDeclarationLanguageStrategy()
Method Detail |
---|
public ViewDeclarationLanguage getViewDeclarationLanguage()
ViewDeclarationLanguage
represented by this support.
getViewDeclarationLanguage
in interface ViewDeclarationLanguageStrategy
ViewDeclarationLanguage
represented by this supportpublic boolean handles(java.lang.String viewId)
ViewDeclarationLanguage
represented by this support should be used
to handle the specified view identifier.
handles
in interface ViewDeclarationLanguageStrategy
viewId
- the view identifier
true
if the ViewDeclarationLanguage
represented by this support
should be used to handle the specified view identifier, false
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |