Class PreprocessorHandler
- java.lang.Object
-
- org.apache.felix.http.base.internal.handler.PreprocessorHandler
-
- All Implemented Interfaces:
Comparable<PreprocessorHandler>
public class PreprocessorHandler extends Object implements Comparable<PreprocessorHandler>
The preprocessor handler handles the initialization and destruction of preprocessor objects.
-
-
Constructor Summary
Constructors Constructor Description PreprocessorHandler(org.osgi.framework.BundleContext bundleContext, jakarta.servlet.ServletContext context, PreprocessorInfo info)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(PreprocessorHandler other)
boolean
destroy()
boolean
dispose()
boolean
equals(Object obj)
jakarta.servlet.ServletContext
getContext()
PreprocessorInfo
getPreprocessorInfo()
void
handle(jakarta.servlet.ServletRequest req, jakarta.servlet.ServletResponse res, jakarta.servlet.FilterChain chain)
int
hashCode()
int
init()
-
-
-
Constructor Detail
-
PreprocessorHandler
public PreprocessorHandler(org.osgi.framework.BundleContext bundleContext, jakarta.servlet.ServletContext context, PreprocessorInfo info)
-
-
Method Detail
-
compareTo
public int compareTo(PreprocessorHandler other)
- Specified by:
compareTo
in interfaceComparable<PreprocessorHandler>
-
getContext
public jakarta.servlet.ServletContext getContext()
-
getPreprocessorInfo
public PreprocessorInfo getPreprocessorInfo()
-
init
public int init()
-
destroy
public boolean destroy()
-
handle
public void handle(@NotNull jakarta.servlet.ServletRequest req, @NotNull jakarta.servlet.ServletResponse res, @NotNull jakarta.servlet.FilterChain chain) throws jakarta.servlet.ServletException, IOException
- Throws:
jakarta.servlet.ServletException
IOException
-
dispose
public boolean dispose()
-
-