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

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

public class ViewPoolParameterImpl
extends ViewPoolParameter

See Also:
Serialized Form

Constructor Summary
ViewPoolParameterImpl()
           
 
Method Summary
 String getName()
           
 String getValue()
           
 void setName(String name)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewPoolParameterImpl

public ViewPoolParameterImpl()
Method Detail

getName

public String getName()
Specified by:
getName in class ViewPoolParameter

getValue

public String getValue()
Specified by:
getValue in class ViewPoolParameter

setName

public void setName(String name)
Parameters:
name - the name to set

setValue

public void setValue(String value)
Parameters:
value - the value to set


Copyright © 2015 The Apache Software Foundation. All rights reserved.