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 SummaryConstructors Constructor Description CompositeParseContextConfig()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders, Metadata metadata, ParseContext context)Configures the parseContext with present headers.
 
- 
- 
- 
Method Detail- 
configurepublic void configure(javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders, Metadata metadata, ParseContext context) Description copied from interface:ParseContextConfigConfigures the parseContext with present headers.- Specified by:
- configurein interface- ParseContextConfig
- Parameters:
- httpHeaders- the headers.
- metadata- the metadata.
- context- the parse context to configure.
 
 
- 
 
-