org.apache.myfaces.config.impl.digester.elements
Class ViewPoolMappingImpl
java.lang.Object
org.apache.myfaces.config.element.ViewPoolMapping
org.apache.myfaces.config.impl.digester.elements.ViewPoolMappingImpl
- All Implemented Interfaces:
- Serializable
public class ViewPoolMappingImpl
- extends ViewPoolMapping
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewPoolMappingImpl
public ViewPoolMappingImpl()
getUrlPattern
public String getUrlPattern()
- Specified by:
getUrlPattern
in class ViewPoolMapping
- Returns:
- the urlPattern
setUrlPattern
public void setUrlPattern(String urlPattern)
- Parameters:
urlPattern
- the urlPattern to set
getParameterList
public List<ViewPoolParameter> getParameterList()
- Specified by:
getParameterList
in class ViewPoolMapping
addParameter
public void addParameter(ViewPoolParameter parameter)
Copyright © 2015 The Apache Software Foundation. All rights reserved.