org.ops4j.pax.web.service.spi.model
Class FilterModel

java.lang.Object
  extended by org.ops4j.pax.web.service.spi.model.Identity
      extended by org.ops4j.pax.web.service.spi.model.Model
          extended by org.ops4j.pax.web.service.spi.model.FilterModel

public class FilterModel
extends Model


Constructor Summary
FilterModel(ContextModel contextModel, javax.servlet.Filter filter, String[] urlPatterns, String[] servletNames, Dictionary initParams)
           
 
Method Summary
 String[] getDispatcher()
           
 javax.servlet.Filter getFilter()
           
 Map<String,String> getInitParams()
           
 String getName()
           
 String[] getServletNames()
           
 String[] getUrlPatterns()
           
 String toString()
           
 
Methods inherited from class org.ops4j.pax.web.service.spi.model.Model
getContextModel
 
Methods inherited from class org.ops4j.pax.web.service.spi.model.Identity
getId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilterModel

public FilterModel(ContextModel contextModel,
                   javax.servlet.Filter filter,
                   String[] urlPatterns,
                   String[] servletNames,
                   Dictionary initParams)
Method Detail

getFilter

public javax.servlet.Filter getFilter()

getName

public String getName()

getUrlPatterns

public String[] getUrlPatterns()

getServletNames

public String[] getServletNames()

getInitParams

public Map<String,String> getInitParams()

getDispatcher

public String[] getDispatcher()

toString

public String toString()
Overrides:
toString in class Model


Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.