|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.view.facelets.FaceletViewDeclarationLanguageStrategy
public class FaceletViewDeclarationLanguageStrategy
| Constructor Summary | |
|---|---|
FaceletViewDeclarationLanguageStrategy()
|
|
| Method Summary | |
|---|---|
javax.faces.view.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 FaceletViewDeclarationLanguageStrategy()
| Method Detail |
|---|
public javax.faces.view.ViewDeclarationLanguage getViewDeclarationLanguage()
ViewDeclarationLanguage represented by this support.
getViewDeclarationLanguage in interface ViewDeclarationLanguageStrategyViewDeclarationLanguage 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 ViewDeclarationLanguageStrategyviewId - 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 | |||||||||