org.apache.myfaces.config.impl.digester.elements
Class ViewPoolMappingImpl

java.lang.Object
  extended by org.apache.myfaces.config.element.ViewPoolMapping
      extended by org.apache.myfaces.config.impl.digester.elements.ViewPoolMappingImpl
All Implemented Interfaces:
Serializable

public class ViewPoolMappingImpl
extends ViewPoolMapping
implements Serializable

See Also:
Serialized Form

Constructor Summary
ViewPoolMappingImpl()
           
 
Method Summary
 void addParameter(ViewPoolParameter parameter)
           
 List<ViewPoolParameter> getParameterList()
           
 String getUrlPattern()
           
 void setUrlPattern(String urlPattern)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewPoolMappingImpl

public ViewPoolMappingImpl()
Method Detail

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 © 2014 The Apache Software Foundation. All rights reserved.