org.apache.myfaces.view.jsp
Class JspViewDeclarationLanguageStrategy
java.lang.Object
org.apache.myfaces.view.jsp.JspViewDeclarationLanguageStrategy
- All Implemented Interfaces:
- ViewDeclarationLanguageStrategy
public class JspViewDeclarationLanguageStrategy
- extends Object
- implements ViewDeclarationLanguageStrategy
- Since:
- 2.0
- Version:
- $Revision: 696523 $ $Date: 2009-03-22 13:15:46 -0400 (mer., 17 sept. 2008) $
- Author:
- Simon Lessard (latest modification by $Author: slessard $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JspViewDeclarationLanguageStrategy
public JspViewDeclarationLanguageStrategy()
getViewDeclarationLanguage
public ViewDeclarationLanguage getViewDeclarationLanguage()
- Gets the
ViewDeclarationLanguage
represented by this support.
- Specified by:
getViewDeclarationLanguage
in interface ViewDeclarationLanguageStrategy
- Returns:
- the
ViewDeclarationLanguage
represented by this support
handles
public boolean handles(String viewId)
- Determines if the
ViewDeclarationLanguage
represented by this support should be used
to handle the specified view identifier.
- Specified by:
handles
in interface ViewDeclarationLanguageStrategy
- Parameters:
viewId
- the view identifier
- Returns:
true
if the ViewDeclarationLanguage
represented by this support
should be used to handle the specified view identifier, false
otherwise
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.