Package org.apache.tika.server.core
Class CompositeParseContextConfig
- java.lang.Object
-
- org.apache.tika.server.core.CompositeParseContextConfig
-
- All Implemented Interfaces:
ParseContextConfig
public class CompositeParseContextConfig extends Object implements ParseContextConfig
-
-
Constructor Summary
Constructors Constructor Description CompositeParseContextConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configure(javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders, Metadata metadata, ParseContext context)
Configures the parseContext with present headers.
-
-
-
Method Detail
-
configure
public void configure(javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders, Metadata metadata, ParseContext context)
Description copied from interface:ParseContextConfig
Configures the parseContext with present headers.- Specified by:
configure
in interfaceParseContextConfig
- Parameters:
httpHeaders
- the headers.metadata
- the metadata.context
- the parse context to configure.
-
-