org.apache.myfaces.config.element
Class ViewPoolMapping

java.lang.Object
  extended by 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 Summary
ViewPoolMapping()
           
 
Method Summary
abstract  List<ViewPoolParameter> getParameterList()
           
abstract  String getUrlPattern()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewPoolMapping

public ViewPoolMapping()
Method Detail

getUrlPattern

public abstract String getUrlPattern()

getParameterList

public abstract List<ViewPoolParameter> getParameterList()


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