Package org.apache.myfaces.view.facelets
Class FaceletViewDeclarationLanguageStrategy
java.lang.Object
org.apache.myfaces.view.facelets.FaceletViewDeclarationLanguageStrategy
- All Implemented Interfaces:
- ViewDeclarationLanguageStrategy
public class FaceletViewDeclarationLanguageStrategy
extends Object
implements ViewDeclarationLanguageStrategy
- Since:
- 2.0
- Version:
- $Revision$ $Date$
- Author:
- Simon Lessard (latest modification by $Author$)
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetMinimalImplicitOutcome(String viewId) Return a string that can be used as a outcome for the viewId, usually removing the extension.Gets theViewDeclarationLanguagerepresented by this support.booleanDetermines if theViewDeclarationLanguagerepresented by this support should be used to handle the specified view identifier.
- 
Constructor Details- 
FaceletViewDeclarationLanguageStrategypublic FaceletViewDeclarationLanguageStrategy()
 
- 
- 
Method Details- 
getViewDeclarationLanguageDescription copied from interface:ViewDeclarationLanguageStrategyGets theViewDeclarationLanguagerepresented by this support.- Specified by:
- getViewDeclarationLanguagein interface- ViewDeclarationLanguageStrategy
- Returns:
- the ViewDeclarationLanguagerepresented by this support
 
- 
handlesDescription copied from interface:ViewDeclarationLanguageStrategyDetermines if theViewDeclarationLanguagerepresented by this support should be used to handle the specified view identifier.- Specified by:
- handlesin interface- ViewDeclarationLanguageStrategy
- Parameters:
- viewId- the view identifier
- Returns:
- trueif the- ViewDeclarationLanguagerepresented by this support should be used to handle the specified view identifier,- falseotherwise
 
- 
getMinimalImplicitOutcomeDescription copied from interface:ViewDeclarationLanguageStrategyReturn a string that can be used as a outcome for the viewId, usually removing the extension.- Specified by:
- getMinimalImplicitOutcomein interface- ViewDeclarationLanguageStrategy
- Returns:
 
 
-