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 |
FILTER_PRIORITY
static final String FILTER_PRIORITY
- Service property name for the configuration of the priority of a Filter
- See Also:
- Constant Field Values
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.