org.apache.myfaces.config.element
Class ViewPoolParameter

java.lang.Object
  extended by org.apache.myfaces.config.element.ViewPoolParameter
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ViewPoolParameterImpl

public abstract class ViewPoolParameter
extends Object
implements Serializable

Author:
Leonardo Uribe
See Also:
Serialized Form

Constructor Summary
ViewPoolParameter()
           
 
Method Summary
abstract  String getName()
           
abstract  String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewPoolParameter

public ViewPoolParameter()
Method Detail

getName

public abstract String getName()

getValue

public abstract String getValue()


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