org.apache.openejb.jee
Class FilterMapping

java.lang.Object
  extended by org.apache.openejb.jee.FilterMapping

public class FilterMapping
extends Object


Field Summary
protected  List<String> dispatcher
           
protected  String filterName
           
protected  String id
           
protected  List<String> servletName
           
protected  List<String> urlPattern
           
 
Constructor Summary
FilterMapping()
           
 
Method Summary
 List<String> getDispatcher()
           
 String getFilterName()
           
 String getId()
           
 List<String> getServletName()
           
 List<String> getUrlPattern()
           
 void setFilterName(String value)
           
 void setId(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filterName

protected String filterName

urlPattern

protected List<String> urlPattern

servletName

protected List<String> servletName

dispatcher

protected List<String> dispatcher

id

protected String id
Constructor Detail

FilterMapping

public FilterMapping()
Method Detail

getFilterName

public String getFilterName()

setFilterName

public void setFilterName(String value)

getUrlPattern

public List<String> getUrlPattern()

getServletName

public List<String> getServletName()

getDispatcher

public List<String> getDispatcher()

getId

public String getId()

setId

public void setId(String value)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.