org.ops4j.pax.wicket.api
Interface FilterFactory

All Superinterfaces:
Comparable<FilterFactory>
All Known Implementing Classes:
AbstractFilterFactory

public interface FilterFactory
extends Comparable<FilterFactory>


Field Summary
static String FILTER_PRIORITY
          Service property name for the configuration of the priority of a Filter
 
Method Summary
 javax.servlet.Filter createFilter(ConfigurableFilterConfig filterConfig)
           
 String getApplicationName()
           
 Integer getPriority()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

FILTER_PRIORITY

static final String FILTER_PRIORITY
Service property name for the configuration of the priority of a Filter

See Also:
Constant Field Values
Method Detail

getPriority

Integer getPriority()

getApplicationName

String getApplicationName()

createFilter

javax.servlet.Filter createFilter(ConfigurableFilterConfig filterConfig)


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