@Singleton @Named public class ContentParserTextMarkupAware extends AbstractContentParserTextMarkupAware
ContentParser
interface for text that
may contain markup. It should be used in advance to ContentParserText
as even "*.txt" files can contain markup (e.g. data-files from
TWiki/FosWiki).KEY_EXTENSION, KEY_MIMETYPE
VARIABLE_NAME_CREATOR, VARIABLE_NAME_KEYWORDS, VARIABLE_NAME_LANGUAGE, VARIABLE_NAME_TEXT, VARIABLE_NAME_TITLE
Constructor and Description |
---|
ContentParserTextMarkupAware()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getAlternativeKeyArray()
|
String[] |
getSecondaryKeyArray()
This method gets the
secondary keys as array. |
doInitialize, parse
getEncodingUtil, getExtension, getMimetype, getXmlUtil, parse, parseLine, parseProperty, parseProperty, setEncodingUtil, setXmlUtil
getPrimaryKeys, getSecondaryKeys, parse, parse, setGenericContextFactory
createLogger, getLogger
doInitialized, getInitializationState, initialize
public ContentParserTextMarkupAware()
public String[] getAlternativeKeyArray()
getAlternativeKeyArray
in class AbstractContentParser
AbstractContentParser.getPrimaryKeys()
public String[] getSecondaryKeyArray()
secondary keys
as array.
This is just a convenience to make it easier for the implementors of
individual parsers not to deal with creating a Set
and make it
unmodifiable.getSecondaryKeyArray
in class AbstractContentParser
AbstractContentParser.getPrimaryKeys()
Copyright © 2001–2016 mmm-Team. All rights reserved.