@Singleton @Named public class ContentParserOdt extends AbstractContentParserOpenDoc
ContentParser
interface for content of
the open-document text format.Modifier and Type | Field and Description |
---|---|
static String |
KEY_EXTENSION
The default extension.
|
static String |
KEY_EXTENSION_TEMPLATE
The default extension.
|
static String |
KEY_MIMETYPE
The mimetype.
|
static String |
KEY_MIMETYPE_TEMPLATE
The mimetype.
|
VARIABLE_NAME_CREATOR, VARIABLE_NAME_KEYWORDS, VARIABLE_NAME_LANGUAGE, VARIABLE_NAME_TEXT, VARIABLE_NAME_TITLE
Constructor and Description |
---|
ContentParserOdt()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getAlternativeKeyArray()
|
String |
getExtension()
This method gets the default filename extension excluding the dot (e.g.
|
String |
getMimetype()
This method gets the default mimetype (e.g.
|
parse, parseContent, parseMetadata, parseStyles
doInitialize, getPrimaryKeys, getSecondaryKeyArray, getSecondaryKeys, parse, parse, setGenericContextFactory
createLogger, getLogger
doInitialized, getInitializationState, initialize
public static final String KEY_MIMETYPE
public static final String KEY_EXTENSION
public static final String KEY_MIMETYPE_TEMPLATE
public static final String KEY_EXTENSION_TEMPLATE
public String getExtension()
ContentParser
.null
if this is the
generic parser
.public String getMimetype()
ContentParser
.null
if this is the
generic parser
.public String[] getAlternativeKeyArray()
getAlternativeKeyArray
in class AbstractContentParser
AbstractContentParser.getPrimaryKeys()
Copyright © 2001–2016 mmm-Team. All rights reserved.