Index
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte
A
- add(String, double) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Add a name/value pair into this object.
- add(String, double) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Add a name/value pair into this object.
- add(String, int) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Add a name/value pair into this object.
- add(String, int) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Add a name/value pair into this object.
- add(String, long) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Add a name/value pair into this object.
- add(String, long) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Add a name/value pair into this object.
- add(String, Integer) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Add a name/value pair into this object.
- add(String, Integer) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Add a name/value pair into this object.
- add(String, String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Add a name/value pair into this object.
- add(String, String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Add a name/value pair into this object.
- add(String, String[]) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Add an array of Strings for a key.
- add(String, String[]) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Add an array of Strings for a key.
- add(String, Part) - Methode in Klasse org.apache.fulcrum.parser.DefaultParameterParser
-
Add a Part object as a parameters.
- add(String, Part) - Methode in Schnittstelle org.apache.fulcrum.parser.ParameterParser
-
Add a Part object as a parameters.
- AGE_DELETE - Statische Variable in Schnittstelle org.apache.fulcrum.parser.CookieParser
- AGE_SESSION - Statische Variable in Schnittstelle org.apache.fulcrum.parser.CookieParser
- AUTOMATIC_DEFAULT - Statische Variable in Schnittstelle org.apache.fulcrum.parser.ParserService
-
The default value of 'automaticUpload' property (
false
). - AUTOMATIC_KEY - Statische Variable in Schnittstelle org.apache.fulcrum.parser.ParserService
-
Parse file upload items automatically
B
- BaseValueParser - Klasse in org.apache.fulcrum.parser
-
BaseValueParser is a base class for classes that need to parse name/value Parameters, for example GET/POST data or Cookies (DefaultParameterParser and DefaultCookieParser)
- BaseValueParser() - Konstruktor für Klasse org.apache.fulcrum.parser.BaseValueParser
- BaseValueParser(String) - Konstruktor für Klasse org.apache.fulcrum.parser.BaseValueParser
-
Constructor that takes a character encoding
- BaseValueParser(String, Locale) - Konstruktor für Klasse org.apache.fulcrum.parser.BaseValueParser
-
Constructor that takes a character encoding and a locale
- BaseValueParserFactory - Klasse in org.apache.fulcrum.parser.pool
-
Factory to create
BaseValueParser
objects - BaseValueParserFactory() - Konstruktor für Klasse org.apache.fulcrum.parser.pool.BaseValueParserFactory
- BaseValueParserPool - Klasse in org.apache.fulcrum.parser.pool
-
Pool manager for
BaseValueParser
objects - BaseValueParserPool(PooledObjectFactory<BaseValueParser>) - Konstruktor für Klasse org.apache.fulcrum.parser.pool.BaseValueParserPool
-
Constructor.
- BaseValueParserPool(PooledObjectFactory<BaseValueParser>, GenericObjectPoolConfig) - Konstruktor für Klasse org.apache.fulcrum.parser.pool.BaseValueParserPool
-
Constructor.
C
- clear() - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Clear all name/value pairs out of this object.
- clear() - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Clear all name/value pairs out of this object.
- configure(Configuration) - Methode in Klasse org.apache.fulcrum.parser.DefaultParserService
-
Avalon component lifecycle method
- containsKey(Object) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Determine whether a given key has been inserted.
- containsKey(Object) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Determine whether a given key has been inserted.
- convert(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Trims the string data and applies the conversion specified in the property given by URL_CASE_FOLDING.
- convert(String) - Methode in Klasse org.apache.fulcrum.parser.DefaultParserService
-
Trims the string data and applies the conversion specified in the property given by URL_CASE_FOLDING.
- convert(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ParserService
-
Trims the string data and applies the conversion specified in the property given by URL_CASE_FOLDING.
- convert(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Trims the string data and applies the conversion specified in the property given by URL_CASE_FOLDING.
- convertAndTrim(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Convert a String value according to the url-case-folding property.
- convertAndTrim(String) - Methode in Klasse org.apache.fulcrum.parser.DefaultParserService
-
Convert a String value according to the url-case-folding property.
- convertAndTrim(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ParserService
-
Convert a String value according to the url-case-folding property.
- convertAndTrim(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Convert a String value according to the url-case-folding property.
- convertAndTrim(String, ValueParser.URLCaseFolding) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
A convert method, which trims the string data and applies the conversion specified in the parameter given.
- convertAndTrim(String, ValueParser.URLCaseFolding) - Methode in Klasse org.apache.fulcrum.parser.DefaultParserService
-
A static version of the convert method, which trims the string data and applies the conversion specified in the property given by URL_CASE_FOLDING.
- convertAndTrim(String, ValueParser.URLCaseFolding) - Methode in Schnittstelle org.apache.fulcrum.parser.ParserService
-
A convert method, which trims the string data and applies the conversion specified in the parameter given.
- convertAndTrim(String, ValueParser.URLCaseFolding) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
A static version of the convert method, which trims the string data and applies the conversion specified in the property given by URL_CASE_FOLDING.
- CookieParser - Schnittstelle in org.apache.fulcrum.parser
-
CookieParser is an interface to a utility to to get and set values of Cookies on the Client Browser.
- CookieParserFactory - Klasse in org.apache.fulcrum.parser.pool
-
Factory to create
DefaultCookieParser
objects - CookieParserFactory() - Konstruktor für Klasse org.apache.fulcrum.parser.pool.CookieParserFactory
- CookieParserPool - Klasse in org.apache.fulcrum.parser.pool
-
Pool manager for
BaseValueParser
objects - CookieParserPool(PooledObjectFactory<DefaultCookieParser>) - Konstruktor für Klasse org.apache.fulcrum.parser.pool.CookieParserPool
-
Constructor.
- CookieParserPool(PooledObjectFactory<DefaultCookieParser>, GenericObjectPoolConfig) - Konstruktor für Klasse org.apache.fulcrum.parser.pool.CookieParserPool
-
Constructor.
- create() - Methode in Klasse org.apache.fulcrum.parser.pool.BaseValueParserFactory
- create() - Methode in Klasse org.apache.fulcrum.parser.pool.CookieParserFactory
- create() - Methode in Klasse org.apache.fulcrum.parser.pool.DefaultParameterParserFactory
- CSVParser - Klasse in org.apache.fulcrum.parser
-
CSVParser is used to parse a stream with comma-separated values and generate ParameterParser objects which can be used to extract the values in the desired type.
- CSVParser(Reader) - Konstruktor für Klasse org.apache.fulcrum.parser.CSVParser
-
Create a new CSVParser instance.
- CSVParser(Reader, List<String>) - Konstruktor für Klasse org.apache.fulcrum.parser.CSVParser
-
Create a new CSVParser instance.
- CSVParser(Reader, List<String>, String) - Konstruktor für Klasse org.apache.fulcrum.parser.CSVParser
-
Create a new CSVParser instance.
D
- DataStreamParser - Klasse in org.apache.fulcrum.parser
-
DataStreamParser is used to parse a stream with a fixed format and generate ValueParser objects which can be used to extract the values in the desired type.
- DataStreamParser(Reader, List<String>, String) - Konstruktor für Klasse org.apache.fulcrum.parser.DataStreamParser
-
Create a new DataStreamParser instance.
- DEFAULT_CHARACTER_ENCODING - Statische Variable in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
The default character encoding to use when converting to byte arrays
- DEFAULT_MAX_IDLE - Statische Variable in Schnittstelle org.apache.fulcrum.parser.ParserService
-
The default value of 'maxIdle' property in 'pool' (
2
). - DEFAULT_POOL_CAPACITY - Statische Variable in Schnittstelle org.apache.fulcrum.parser.ParserService
-
The default value of 'maxTotal' property in 'pool' (
1024
). - DefaultCookieParser - Klasse in org.apache.fulcrum.parser
-
CookieParser is used to get and set values of Cookies on the Client Browser.
- DefaultCookieParser() - Konstruktor für Klasse org.apache.fulcrum.parser.DefaultCookieParser
-
Constructs a new CookieParser.
- DefaultParameterParser - Klasse in org.apache.fulcrum.parser
-
DefaultParameterParser is a utility object to handle parsing and retrieving the data passed via the GET/POST/PATH_INFO arguments.
- DefaultParameterParser() - Konstruktor für Klasse org.apache.fulcrum.parser.DefaultParameterParser
-
Create a new empty instance of ParameterParser.
- DefaultParameterParser(String) - Konstruktor für Klasse org.apache.fulcrum.parser.DefaultParameterParser
-
Create a new empty instance of ParameterParser.
- DefaultParameterParserFactory - Klasse in org.apache.fulcrum.parser.pool
-
Factory to create
DefaultParameterParser
objects - DefaultParameterParserFactory() - Konstruktor für Klasse org.apache.fulcrum.parser.pool.DefaultParameterParserFactory
- DefaultParameterParserPool - Klasse in org.apache.fulcrum.parser.pool
-
Pool manager for
DefaultParameterParser
objects - DefaultParameterParserPool(PooledObjectFactory<DefaultParameterParser>) - Konstruktor für Klasse org.apache.fulcrum.parser.pool.DefaultParameterParserPool
-
Constructor.
- DefaultParameterParserPool(PooledObjectFactory<DefaultParameterParser>, GenericObjectPoolConfig) - Konstruktor für Klasse org.apache.fulcrum.parser.pool.DefaultParameterParserPool
-
Constructor.
- DefaultParserService - Klasse in org.apache.fulcrum.parser
-
The DefaultParserService provides the default implementation of a
ParserService
. - DefaultParserService() - Konstruktor für Klasse org.apache.fulcrum.parser.DefaultParserService
- DefaultParserService(GenericObjectPoolConfig<?>) - Konstruktor für Klasse org.apache.fulcrum.parser.DefaultParserService
- dispose() - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Disposes the parser.
- dispose() - Methode in Klasse org.apache.fulcrum.parser.DefaultCookieParser
-
Disposes the parser.
- dispose() - Methode in Klasse org.apache.fulcrum.parser.DefaultParameterParser
-
Disposes the parser.
- dispose() - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Dispose all references of this object.
E
- enableLogging(Logger) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
- enableLogging(Logger) - Methode in Klasse org.apache.fulcrum.parser.DataStreamParser
-
Provide a logger
F
- FULCRUM_POOL_DEFAULT - Statische Variable in Schnittstelle org.apache.fulcrum.parser.ParserService
-
fulcrum pool by default false
- FULCRUM_POOL_KEY - Statische Variable in Schnittstelle org.apache.fulcrum.parser.ParserService
-
fulcrum pool activation parameter
G
- get(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return a String for the given name.
- get(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return a String for the given name.
- getAutomaticUpload() - Methode in Klasse org.apache.fulcrum.parser.DefaultParserService
-
Gets the automaticUpload value from the configuration
- getAutomaticUpload() - Methode in Schnittstelle org.apache.fulcrum.parser.ParserService
-
Gets the automaticUpload value from the configuration
- getBigDecimal(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return a BigDecimal for the given name.
- getBigDecimal(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return a BigDecimal for the given name.
- getBigDecimal(String, BigDecimal) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return a BigDecimal for the given name.
- getBigDecimal(String, BigDecimal) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return a BigDecimal for the given name.
- getBigDecimals(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return an array of BigDecimals for the given name.
- getBigDecimals(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return an array of BigDecimals for the given name.
- getBoolean(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return a boolean for the given name.
- getBoolean(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return a boolean for the given name.
- getBoolean(String, boolean) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return a boolean for the given name.
- getBoolean(String, boolean) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return a boolean for the given name.
- getBooleanObject(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Returns a Boolean object for the given name.
- getBooleanObject(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Returns a Boolean object for the given name.
- getBooleanObject(String, Boolean) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Returns a Boolean object for the given name.
- getBooleanObject(String, Boolean) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Returns a Boolean object for the given name.
- getBooleanObjects(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return an array of Booleans for the given name.
- getBooleanObjects(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return an array of Booleans for the given name.
- getBooleans(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return an array of booleans for the given name.
- getBooleans(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return an array of booleans for the given name.
- getByte(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return a byte for the given name.
- getByte(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return a byte for the given name.
- getByte(String, byte) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return a byte for the given name.
- getByte(String, byte) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return a byte for the given name.
- getByteObject(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return a byte for the given name.
- getByteObject(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return a byte for the given name.
- getByteObject(String, Byte) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return a byte for the given name.
- getByteObject(String, Byte) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return a byte for the given name.
- getBytes(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return an array of bytes for the given name.
- getBytes(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return an array of bytes for the given name.
- getCharacterEncoding() - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Get the character encoding that will be used by this ValueParser.
- getCharacterEncoding() - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Get the character encoding that will be used by this ValueParser.
- getDate(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Returns a
Date
object. - getDate(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Returns a java.util.Date object.
- getDate(String, DateFormat) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Returns a
Date
object. - getDate(String, DateFormat) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Returns a java.util.Date object.
- getDate(String, DateFormat, Date) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Returns a
Date
object. - getDate(String, DateFormat, Date) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Returns a java.util.Date object.
- getDateFormat() - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Get the date format that will be used by this ValueParser.
- getDateFormat() - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Get the date format that will be used by this ValueParser.
- getDouble(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return a double for the given name.
- getDouble(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return a double for the given name.
- getDouble(String, double) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return a double for the given name.
- getDouble(String, double) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return a double for the given name.
- getDoubleObject(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return a Double for the given name.
- getDoubleObject(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return a Double for the given name.
- getDoubleObject(String, Double) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return a Double for the given name.
- getDoubleObject(String, Double) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return a Double for the given name.
- getDoubleObjects(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return an array of doubles for the given name.
- getDoubleObjects(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return an array of doubles for the given name.
- getDoubles(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return an array of doubles for the given name.
- getDoubles(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return an array of doubles for the given name.
- getFileName(Part) - Methode in Klasse org.apache.fulcrum.parser.DefaultParameterParser
- getFileName(Part) - Methode in Schnittstelle org.apache.fulcrum.parser.ParameterParser
-
Convenience fileName utility, which extracts the filename from header
- getFloat(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return a float for the given name.
- getFloat(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return a float for the given name.
- getFloat(String, float) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return a float for the given name.
- getFloat(String, float) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return a float for the given name.
- getFloatObject(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return a float for the given name.
- getFloatObject(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return a float for the given name.
- getFloatObject(String, Float) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return a Float for the given name.
- getFloatObject(String, Float) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return a Float for the given name.
- getFloatObjects(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return an array of floats for the given name.
- getFloatObjects(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return an array of floats for the given name.
- getFloats(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return an array of floats for the given name.
- getFloats(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return an array of floats for the given name.
- getInt(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return an int for the given name.
- getInt(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return an int for the given name.
- getInt(String, int) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return an int for the given name.
- getInt(String, int) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return an int for the given name.
- getIntObject(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return an Integer for the given name.
- getIntObject(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return an Integer for the given name.
- getIntObject(String, Integer) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return an Integer for the given name.
- getIntObject(String, Integer) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return an Integer for the given name.
- getIntObjects(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return an array of Integers for the given name.
- getIntObjects(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return an array of Integers for the given name.
- getInts(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return an array of ints for the given name.
- getInts(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return an array of ints for the given name.
- getKeys() - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Returns all the available parameter names.
- getKeys() - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Returns all the available parameter names.
- getLocale() - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Get the locale that will be used by this ValueParser.
- getLocale() - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Get the locale that will be used by this ValueParser.
- getLogger() - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Provide an Avalon logger to the derived classes
- getLong(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return a long for the given name.
- getLong(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return a long for the given name.
- getLong(String, long) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return a long for the given name.
- getLong(String, long) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return a long for the given name.
- getLongObject(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return a Long for the given name.
- getLongObject(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return a Long for the given name.
- getLongObject(String, Long) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return a Long for the given name.
- getLongObject(String, Long) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return a Long for the given name.
- getLongObjects(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return an array of Longs for the given name.
- getLongObjects(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return an array of Longs for the given name.
- getLongs(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return an array of longs for the given name.
- getLongs(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return an array of longs for the given name.
- getNumberFormat() - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Get the number format that will be used by this ValueParser.
- getNumberFormat() - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Get the number format that will be used by this ValueParser.
- getObject(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return an Object for the given name.
- getObject(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return an Object for the given name.
- getObjects(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return an array of Objects for the given name.
- getObjects(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return an array of Objects for the given name.
- getParam(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
fetches a key from the parameters map.
- getParameterEncoding() - Methode in Klasse org.apache.fulcrum.parser.DefaultParserService
-
Get the character encoding that will be used by this ValueParser.
- getParameterEncoding() - Methode in Schnittstelle org.apache.fulcrum.parser.ParserService
-
Get the parameter encoding that has been configured as default for the ParserService.
- getParser(Class<P>) - Methode in Klasse org.apache.fulcrum.parser.DefaultParserService
-
Get a
ValueParser
instance from the service. - getParser(Class<P>) - Methode in Schnittstelle org.apache.fulcrum.parser.ParserService
-
Get a
ValueParser
instance from the service. - getPart(String) - Methode in Klasse org.apache.fulcrum.parser.DefaultParameterParser
- getPart(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ParameterParser
-
Return a Part object for the given name.
- getParts() - Methode in Klasse org.apache.fulcrum.parser.DefaultParameterParser
- getParts() - Methode in Schnittstelle org.apache.fulcrum.parser.ParameterParser
-
Return an array of all Part objects.
- getParts(String) - Methode in Klasse org.apache.fulcrum.parser.DefaultParameterParser
- getParts(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ParameterParser
-
Return an array of Part objects for the given name.
- getRequest() - Methode in Schnittstelle org.apache.fulcrum.parser.CookieParser
-
Gets the servlet request.
- getRequest() - Methode in Klasse org.apache.fulcrum.parser.DefaultCookieParser
-
Gets the servlet request.
- getRequest() - Methode in Klasse org.apache.fulcrum.parser.DefaultParameterParser
-
Gets the parsed servlet request.
- getRequest() - Methode in Schnittstelle org.apache.fulcrum.parser.ParameterParser
-
Gets the parsed servlet request.
- getString(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return a String for the given name.
- getString(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return a String for the given name.
- getString(String, String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return a String for the given name.
- getString(String, String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return a String for the given name.
- getStrings(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return an array of Strings for the given name.
- getStrings(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return an array of Strings for the given name.
- getStrings(String, String[]) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Return an array of Strings for the given name.
- getStrings(String, String[]) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Return an array of Strings for the given name.
- getToStringParam(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
This method is only used in toString() and can be used by derived classes to add their local parameters to the toString()
- getUploadData() - Methode in Klasse org.apache.fulcrum.parser.DefaultParameterParser
-
Gets the uploadData byte[]
- getUploadData() - Methode in Schnittstelle org.apache.fulcrum.parser.ParameterParser
-
Gets the uploadData byte[]
- getUrlFolding() - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Gets the folding value from the ParserService configuration
- getUrlFolding() - Methode in Klasse org.apache.fulcrum.parser.DefaultParserService
-
Gets the folding value from the configuration
- getUrlFolding() - Methode in Schnittstelle org.apache.fulcrum.parser.ParserService
-
Gets the folding value from the configuration
- getUrlFolding() - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Gets the folding value from the ParserService configuration
H
- handleEncoding(HttpServletRequest) - Methode in Klasse org.apache.fulcrum.parser.DefaultParameterParser
- hasNext() - Methode in Klasse org.apache.fulcrum.parser.DataStreamParser
-
Determine whether a further row of values exists in the input.
- hasNextRow() - Methode in Klasse org.apache.fulcrum.parser.DataStreamParser
-
Determine whether a further row of values exists in the input.
I
- initTokenizer(StreamTokenizer) - Methode in Klasse org.apache.fulcrum.parser.CSVParser
-
Initialize the StreamTokenizer instance used to read the lines from the input reader.
- initTokenizer(StreamTokenizer) - Methode in Klasse org.apache.fulcrum.parser.DataStreamParser
-
Initialize the StreamTokenizer instance used to read the lines from the input reader.
- initTokenizer(StreamTokenizer) - Methode in Klasse org.apache.fulcrum.parser.TSVParser
-
Initialize the StreamTokenizer instance used to read the lines from the input reader.
- isDisposed() - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Checks whether the object is disposed.
- isValid() - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
- isValid() - Methode in Schnittstelle org.apache.fulcrum.parser.CookieParser
- isValid() - Methode in Klasse org.apache.fulcrum.parser.DefaultCookieParser
- iterator() - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Gets an iterator over the set of keys
K
- keySet() - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Gets the set of keys
- keySet() - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Gets the keys.
L
- log - Variable in Klasse org.apache.fulcrum.parser.DataStreamParser
-
Logger to use
- LOWER - Enum-Konstante in Enumeration org.apache.fulcrum.parser.ValueParser.URLCaseFolding
-
Fold to lower case
N
- next() - Methode in Klasse org.apache.fulcrum.parser.DataStreamParser
-
Returns a ValueParser object containing the next row of values.
- nextRow() - Methode in Klasse org.apache.fulcrum.parser.DataStreamParser
-
Returns a ValueParser object containing the next row of values.
- NONE - Enum-Konstante in Enumeration org.apache.fulcrum.parser.ValueParser.URLCaseFolding
-
No folding
O
- org.apache.fulcrum.parser - Package org.apache.fulcrum.parser
- org.apache.fulcrum.parser.pool - Package org.apache.fulcrum.parser.pool
P
- PARAMETER_ENCODING_DEFAULT - Statische Variable in Schnittstelle org.apache.fulcrum.parser.ParserService
-
Default Encoding for Parameter Parser
- PARAMETER_ENCODING_KEY - Statische Variable in Schnittstelle org.apache.fulcrum.parser.ParserService
-
Key for the Parameter Parser Encoding
- ParameterParser - Schnittstelle in org.apache.fulcrum.parser
-
ParameterParser is an interface to a utility to handle parsing and retrieving the data passed via the GET/POST/PATH_INFO arguments.
- parameters - Variable in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Random access storage for parameter data.
- parse(String, char, boolean) - Methode in Klasse org.apache.fulcrum.parser.StringValueParser
-
Parses a String using a single delimiter.
- parse(String, char, char, boolean) - Methode in Klasse org.apache.fulcrum.parser.StringValueParser
- parserService - Variable in Klasse org.apache.fulcrum.parser.BaseValueParser
-
The ParserService instance to query for conversion and configuration
- ParserService - Schnittstelle in org.apache.fulcrum.parser
-
ParserService defines the methods which are needed by the parser objects to get their necessities.
- ParserServiceSupport - Schnittstelle in org.apache.fulcrum.parser
-
ParserServiceSupport defines the methods which are needed by the parser objects to get access to the ParserService.
- parseUpload(HttpServletRequest) - Methode in Klasse org.apache.fulcrum.parser.DefaultParserService
-
Parse the given request for uploaded files
- parseUpload(HttpServletRequest) - Methode in Schnittstelle org.apache.fulcrum.parser.ParserService
-
Parse the given request for uploaded files
- passivateObject(PooledObject<BaseValueParser>) - Methode in Klasse org.apache.fulcrum.parser.pool.BaseValueParserFactory
-
When an object is returned to the pool, clear the buffer.
- passivateObject(PooledObject<DefaultCookieParser>) - Methode in Klasse org.apache.fulcrum.parser.pool.CookieParserFactory
-
When an object is returned to the pool, clear the buffer.
- passivateObject(PooledObject<DefaultParameterParser>) - Methode in Klasse org.apache.fulcrum.parser.pool.DefaultParameterParserFactory
-
When an object is returned to the pool, clear the buffer.
- POOL_KEY - Statische Variable in Schnittstelle org.apache.fulcrum.parser.ParserService
-
commons pool2 parameters
- putParam(String, String[]) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Puts a key into the parameters map.
- putParser(ValueParser) - Methode in Klasse org.apache.fulcrum.parser.DefaultParserService
-
Clears the parse and puts it back into the pool service.
- putParser(ValueParser) - Methode in Schnittstelle org.apache.fulcrum.parser.ParserService
-
Put the parser into service
R
- readColumnNames() - Methode in Klasse org.apache.fulcrum.parser.DataStreamParser
-
Read the list of column names from the input reader using the tokenizer.
- recycle() - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Recycles the parser.
- recycle(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Recycles the parser with a character encoding.
- remove() - Methode in Klasse org.apache.fulcrum.parser.DataStreamParser
-
The optional Iterator.remove method is not supported.
- remove(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Removes the named parameter from the contained hashtable.
- remove(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Removes the named parameter from the contained hashtable.
- ROLE - Statische Variable in Schnittstelle org.apache.fulcrum.parser.ParserService
-
Avalon Identifier
S
- service(ServiceManager) - Methode in Klasse org.apache.fulcrum.parser.DefaultParserService
-
Avalon component lifecycle method
- set(String, String) - Methode in Schnittstelle org.apache.fulcrum.parser.CookieParser
-
Set a cookie that will be stored on the client for the duration of the session.
- set(String, String) - Methode in Klasse org.apache.fulcrum.parser.DefaultCookieParser
-
Set a cookie that will be stored on the client for the duration of the session.
- set(String, String, int) - Methode in Schnittstelle org.apache.fulcrum.parser.CookieParser
-
Set a persistent cookie on the client that will expire after a maximum age (given in seconds).
- set(String, String, int) - Methode in Klasse org.apache.fulcrum.parser.DefaultCookieParser
- setCharacterEncoding(String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Set the character encoding that will be used by this ValueParser.
- setCharacterEncoding(String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Set the character encoding that will be used by this ValueParser.
- setColumnNames(List<String>) - Methode in Klasse org.apache.fulcrum.parser.DataStreamParser
-
Set the list of column names explicitly.
- setData(HttpServletRequest, HttpServletResponse) - Methode in Schnittstelle org.apache.fulcrum.parser.CookieParser
-
Sets the servlet request and response to be parsed.
- setData(HttpServletRequest, HttpServletResponse) - Methode in Klasse org.apache.fulcrum.parser.DefaultCookieParser
-
Sets the servlet request and response to be parsed.
- setDateFormat(DateFormat) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Set the date format that will be used by this ValueParser.
- setDateFormat(DateFormat) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Set the date format that will be used by this ValueParser.
- setLocale(Locale) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Set the locale that will be used by this ValueParser.
- setLocale(Locale) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Set the locale that will be used by this ValueParser.
- setNumberFormat(NumberFormat) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Set the number format that will be used by this ValueParser.
- setNumberFormat(NumberFormat) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Set the number format that will be used by this ValueParser.
- setParameterEncoding(String) - Methode in Klasse org.apache.fulcrum.parser.DefaultParserService
-
Set the character encoding that will be used by this ValueParser.
- setParserService(ParserService) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Set a ParserService instance
- setParserService(ParserService) - Methode in Schnittstelle org.apache.fulcrum.parser.ParserServiceSupport
-
Set a ParserService instance
- setProperties(Object) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Uses bean introspection to set writable properties of bean from the parameters, where a (case-insensitive) name match between the bean property and the parameter is looked for.
- setProperties(Object) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Uses bean introspection to set writable properties of bean from the parameters, where a (case-insensitive) name match between the bean property and the parameter is looked for.
- setProperty(Object, PropertyDescriptor) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Set the property 'prop' in the bean to the value of the corresponding parameters.
- setRequest(HttpServletRequest) - Methode in Klasse org.apache.fulcrum.parser.DefaultParameterParser
-
Sets the servlet request to the parser.
- setRequest(HttpServletRequest) - Methode in Schnittstelle org.apache.fulcrum.parser.ParameterParser
-
Sets the servlet request to be parser.
- setString(String, String) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Set a parameter to a specific value.
- setString(String, String) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Set a parameter to a specific value.
- setStrings(String, String[]) - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Set a parameter to a specific value.
- setStrings(String, String[]) - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Set a parameter to a specific value.
- setUploadData(byte[]) - Methode in Klasse org.apache.fulcrum.parser.DefaultParameterParser
-
Sets the uploadData byte[]
- setUploadData(byte[]) - Methode in Schnittstelle org.apache.fulcrum.parser.ParameterParser
-
Sets the uploadData byte[]
- StringValueParser - Klasse in org.apache.fulcrum.parser
-
An extension that parses a String for name/value pairs.
- StringValueParser() - Konstruktor für Klasse org.apache.fulcrum.parser.StringValueParser
T
- toString() - Methode in Klasse org.apache.fulcrum.parser.BaseValueParser
-
Simple method that attempts to get a textual representation of this object's name/value pairs.
- toString() - Methode in Schnittstelle org.apache.fulcrum.parser.ValueParser
-
Simple method that attempts to get a toString() representation of this object.
- TSVParser - Klasse in org.apache.fulcrum.parser
-
TSVParser is used to parse a stream with tab-separated values and generate ParameterParser objects which can be used to extract the values in the desired type.
- TSVParser(Reader) - Konstruktor für Klasse org.apache.fulcrum.parser.TSVParser
-
Create a new TSVParser instance.
- TSVParser(Reader, List<String>) - Konstruktor für Klasse org.apache.fulcrum.parser.TSVParser
-
Create a new TSVParser instance.
- TSVParser(Reader, List<String>, String) - Konstruktor für Klasse org.apache.fulcrum.parser.TSVParser
-
Create a new TSVParser instance.
U
- unset(String) - Methode in Schnittstelle org.apache.fulcrum.parser.CookieParser
-
Remove a previously set cookie from the client machine.
- unset(String) - Methode in Klasse org.apache.fulcrum.parser.DefaultCookieParser
- UNSET - Enum-Konstante in Enumeration org.apache.fulcrum.parser.ValueParser.URLCaseFolding
-
No folding set
- UPPER - Enum-Konstante in Enumeration org.apache.fulcrum.parser.ValueParser.URLCaseFolding
-
Fold to upper case
- URL_CASE_FOLDING_KEY - Statische Variable in Schnittstelle org.apache.fulcrum.parser.ParserService
-
Property for setting the URL folding value
V
- validateObject(PooledObject<BaseValueParser>) - Methode in Klasse org.apache.fulcrum.parser.pool.BaseValueParserFactory
- validateObject(PooledObject<DefaultCookieParser>) - Methode in Klasse org.apache.fulcrum.parser.pool.CookieParserFactory
- validateObject(PooledObject<DefaultParameterParser>) - Methode in Klasse org.apache.fulcrum.parser.pool.DefaultParameterParserFactory
- valueOf(String) - Statische Methode in Enumeration org.apache.fulcrum.parser.ValueParser.URLCaseFolding
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- ValueParser - Schnittstelle in org.apache.fulcrum.parser
-
ValueParser is a base interface for classes that need to parse name/value Parameters, for example GET/POST data or Cookies (ParameterParser and CookieParser)
- ValueParser.URLCaseFolding - Enum in org.apache.fulcrum.parser
-
Possible values for the URL folding setting
- values() - Statische Methode in Enumeration org.apache.fulcrum.parser.ValueParser.URLCaseFolding
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
W
- wrap(BaseValueParser) - Methode in Klasse org.apache.fulcrum.parser.pool.BaseValueParserFactory
- wrap(DefaultCookieParser) - Methode in Klasse org.apache.fulcrum.parser.pool.CookieParserFactory
- wrap(DefaultParameterParser) - Methode in Klasse org.apache.fulcrum.parser.pool.DefaultParameterParserFactory
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte