public class PreprocessorFilterConfig extends Object implements javax.servlet.FilterConfig
| Constructor and Description |
|---|
PreprocessorFilterConfig(FilterModel model,
OsgiServletContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom(PreprocessorFilterConfig pfc) |
void |
destroy() |
String |
getFilterName() |
String |
getInitParameter(String name) |
Enumeration<String> |
getInitParameterNames() |
org.osgi.service.http.whiteboard.Preprocessor |
getInstance()
FilterConfig for particular Preprocessor is responsible for creation and destruction
of the instance. |
FilterModel |
getModel() |
javax.servlet.ServletContext |
getServletContext() |
boolean |
isInitCalled() |
void |
setInitCalled(boolean initCalled) |
public PreprocessorFilterConfig(FilterModel model, OsgiServletContext context)
public org.osgi.service.http.whiteboard.Preprocessor getInstance()
FilterConfig for particular Preprocessor is responsible for creation and destruction
of the instance. It is especially important when Preprocessor is registered as prorotype OSGi service.public void destroy()
public FilterModel getModel()
public String getFilterName()
getFilterName in interface javax.servlet.FilterConfigpublic javax.servlet.ServletContext getServletContext()
getServletContext in interface javax.servlet.FilterConfigpublic String getInitParameter(String name)
getInitParameter in interface javax.servlet.FilterConfigpublic Enumeration<String> getInitParameterNames()
getInitParameterNames in interface javax.servlet.FilterConfigpublic void setInitCalled(boolean initCalled)
public boolean isInitCalled()
public void copyFrom(PreprocessorFilterConfig pfc)
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.