|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ViewDeclarationLanguageStrategy
This class represents a supported ViewDeclarationLanguage in the application. Notably,
the default ViewDeclarationLanguageFactory maintains an ordered list of supported languages for
the purpose of determining which one to use for a given view id by calling the handles(java.lang.String)
method of each ofthe registered support and using the first match.
| Method Summary | |
|---|---|
ViewDeclarationLanguage |
getViewDeclarationLanguage()
Gets the ViewDeclarationLanguage represented by this support. |
boolean |
handles(String viewId)
Determines if the ViewDeclarationLanguage represented by this support should be used
to handle the specified view identifier. |
| Method Detail |
|---|
ViewDeclarationLanguage getViewDeclarationLanguage()
ViewDeclarationLanguage represented by this support.
ViewDeclarationLanguage represented by this supportboolean handles(String viewId)
ViewDeclarationLanguage represented by this support should be used
to handle the specified view identifier.
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 | |||||||||