Class ViewPoolMapping
- java.lang.Object
- 
- org.apache.myfaces.config.element.ViewPoolMapping
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- ViewPoolMappingImpl
 
 public abstract class ViewPoolMapping extends Object implements Serializable - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ViewPoolMapping()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract List<ViewPoolParameter>getParameterList()abstract StringgetUrlPattern()
 
- 
- 
- 
Method Detail- 
getUrlPatternpublic abstract String getUrlPattern() 
 - 
getParameterListpublic abstract List<ViewPoolParameter> getParameterList() 
 
- 
 
-