Class DocumentSelectorConfig
- java.lang.Object
 - 
- org.apache.tika.server.core.config.DocumentSelectorConfig
 
 
- 
- All Implemented Interfaces:
 ParseContextConfig
public class DocumentSelectorConfig extends Object implements ParseContextConfig
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringX_TIKA_SKIP_EMBEDDED_HEADER 
- 
Constructor Summary
Constructors Constructor Description DocumentSelectorConfig() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(jakarta.ws.rs.core.MultivaluedMap<String,String> httpHeaders, Metadata mtadata, ParseContext context)Configures the parseContext with present headers. 
 - 
 
- 
- 
Field Detail
- 
X_TIKA_SKIP_EMBEDDED_HEADER
public static final String X_TIKA_SKIP_EMBEDDED_HEADER
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
configure
public void configure(jakarta.ws.rs.core.MultivaluedMap<String,String> httpHeaders, Metadata mtadata, ParseContext context)
Description copied from interface:ParseContextConfigConfigures the parseContext with present headers.- Specified by:
 configurein interfaceParseContextConfig- Parameters:
 httpHeaders- the headers.mtadata- the metadata.context- the parse context to configure.
 
 - 
 
 -