- get(String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return a String for the given name.
- get(String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return a String for the given name.
- getAutomaticUpload() - Method in class org.apache.fulcrum.parser.DefaultParserService
-
Gets the automaticUpload value from the configuration
- getAutomaticUpload() - Method in interface org.apache.fulcrum.parser.ParserService
-
Gets the automaticUpload value from the configuration
- getBigDecimal(String, BigDecimal) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return a BigDecimal for the given name.
- getBigDecimal(String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return a BigDecimal for the given name.
- getBigDecimal(String, BigDecimal) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return a BigDecimal for the given name.
- getBigDecimal(String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return a BigDecimal for the given name.
- getBigDecimals(String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return an array of BigDecimals for the given name.
- getBigDecimals(String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return an array of BigDecimals for the given name.
- getBoolean(String, boolean) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return a boolean for the given name.
- getBoolean(String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return a boolean for the given name.
- getBoolean(String, boolean) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return a boolean for the given name.
- getBoolean(String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return a boolean for the given name.
- getBooleanObject(String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Returns a Boolean object for the given name.
- getBooleanObject(String, Boolean) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Returns a Boolean object for the given name.
- getBooleanObject(String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Returns a Boolean object for the given name.
- getBooleanObject(String, Boolean) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Returns a Boolean object for the given name.
- getBooleanObjects(String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return an array of Booleans for the given name.
- getBooleanObjects(String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return an array of Booleans for the given name.
- getBooleans(String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return an array of booleans for the given name.
- getBooleans(String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return an array of booleans for the given name.
- getByte(String, byte) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return a byte for the given name.
- getByte(String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return a byte for the given name.
- getByte(String, byte) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return a byte for the given name.
- getByte(String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return a byte for the given name.
- getByteObject(String, Byte) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return a byte for the given name.
- getByteObject(String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return a byte for the given name.
- getByteObject(String, Byte) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return a byte for the given name.
- getByteObject(String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return a byte for the given name.
- getBytes(String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return an array of bytes for the given name.
- getBytes(String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return an array of bytes for the given name.
- getCharacterEncoding() - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Get the character encoding that will be used by this ValueParser.
- getCharacterEncoding() - Method in interface org.apache.fulcrum.parser.ValueParser
-
Get the character encoding that will be used by this ValueParser.
- getDate(String, DateFormat, Date) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
- getDate(String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
- getDate(String, DateFormat) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
- getDate(String, DateFormat, Date) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Returns a java.util.Date object.
- getDate(String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Returns a java.util.Date object.
- getDate(String, DateFormat) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Returns a java.util.Date object.
- getDateFormat() - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Get the date format that will be used by this ValueParser.
- getDateFormat() - Method in interface org.apache.fulcrum.parser.ValueParser
-
Get the date format that will be used by this ValueParser.
- getDouble(String, double) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return a double for the given name.
- getDouble(String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return a double for the given name.
- getDouble(String, double) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return a double for the given name.
- getDouble(String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return a double for the given name.
- getDoubleObject(String, Double) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return a Double for the given name.
- getDoubleObject(String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return a Double for the given name.
- getDoubleObject(String, Double) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return a Double for the given name.
- getDoubleObject(String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return a Double for the given name.
- getDoubleObjects(String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return an array of doubles for the given name.
- getDoubleObjects(String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return an array of doubles for the given name.
- getDoubles(String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return an array of doubles for the given name.
- getDoubles(String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return an array of doubles for the given name.
- getFileName(Part) - Method in class org.apache.fulcrum.parser.DefaultParameterParser
-
- getFileName(Part) - Method in interface org.apache.fulcrum.parser.ParameterParser
-
Convenience fileName utility, which extracts the filename from header
- getFloat(String, float) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return a float for the given name.
- getFloat(String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return a float for the given name.
- getFloat(String, float) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return a float for the given name.
- getFloat(String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return a float for the given name.
- getFloatObject(String, Float) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return a Float for the given name.
- getFloatObject(String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return a float for the given name.
- getFloatObject(String, Float) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return a Float for the given name.
- getFloatObject(String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return a float for the given name.
- getFloatObjects(String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return an array of floats for the given name.
- getFloatObjects(String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return an array of floats for the given name.
- getFloats(String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return an array of floats for the given name.
- getFloats(String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return an array of floats for the given name.
- getInt(String, int) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return an int for the given name.
- getInt(String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return an int for the given name.
- getInt(String, int) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return an int for the given name.
- getInt(String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return an int for the given name.
- getIntObject(String, Integer) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return an Integer for the given name.
- getIntObject(String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return an Integer for the given name.
- getIntObject(String, Integer) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return an Integer for the given name.
- getIntObject(String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return an Integer for the given name.
- getIntObjects(String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return an array of Integers for the given name.
- getIntObjects(String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return an array of Integers for the given name.
- getInts(String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return an array of ints for the given name.
- getInts(String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return an array of ints for the given name.
- getKeys() - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Returns all the available parameter names.
- getKeys() - Method in interface org.apache.fulcrum.parser.ValueParser
-
Returns all the available parameter names.
- getLocale() - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Get the locale that will be used by this ValueParser.
- getLocale() - Method in interface org.apache.fulcrum.parser.ValueParser
-
Get the locale that will be used by this ValueParser.
- getLogger() - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Provide an Avalon logger to the derived classes
- getLong(String, long) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return a long for the given name.
- getLong(String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return a long for the given name.
- getLong(String, long) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return a long for the given name.
- getLong(String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return a long for the given name.
- getLongObject(String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return a Long for the given name.
- getLongObject(String, Long) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return a Long for the given name.
- getLongObject(String, Long) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return a Long for the given name.
- getLongObject(String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return a Long for the given name.
- getLongObjects(String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return an array of Longs for the given name.
- getLongObjects(String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return an array of Longs for the given name.
- getLongs(String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return an array of longs for the given name.
- getLongs(String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return an array of longs for the given name.
- getNumberFormat() - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Get the number format that will be used by this ValueParser.
- getNumberFormat() - Method in interface org.apache.fulcrum.parser.ValueParser
-
Get the number format that will be used by this ValueParser.
- getObject(String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return an Object for the given name.
- getObject(String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return an Object for the given name.
- getObjects(String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return an array of Objects for the given name.
- getObjects(String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return an array of Objects for the given name.
- getParam(String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
fetches a key from the parameters map.
- getParameterEncoding() - Method in class org.apache.fulcrum.parser.DefaultParserService
-
Get the character encoding that will be used by this ValueParser.
- getParameterEncoding() - Method in interface org.apache.fulcrum.parser.ParserService
-
Get the parameter encoding that has been configured as default for
the ParserService.
- getParser(Class<P>) - Method in class org.apache.fulcrum.parser.DefaultParserService
-
- getParser(Class<P>) - Method in interface org.apache.fulcrum.parser.ParserService
-
- getPart(String) - Method in class org.apache.fulcrum.parser.DefaultParameterParser
-
- getPart(String) - Method in interface org.apache.fulcrum.parser.ParameterParser
-
Return a Part object for the given name.
- getParts(String) - Method in class org.apache.fulcrum.parser.DefaultParameterParser
-
- getParts() - Method in class org.apache.fulcrum.parser.DefaultParameterParser
-
- getParts(String) - Method in interface org.apache.fulcrum.parser.ParameterParser
-
Return an array of Part objects for the given name.
- getParts() - Method in interface org.apache.fulcrum.parser.ParameterParser
-
Return an array of all Part objects.
- getRequest() - Method in interface org.apache.fulcrum.parser.CookieParser
-
Gets the servlet request.
- getRequest() - Method in class org.apache.fulcrum.parser.DefaultCookieParser
-
Gets the servlet request.
- getRequest() - Method in class org.apache.fulcrum.parser.DefaultParameterParser
-
Gets the parsed servlet request.
- getRequest() - Method in interface org.apache.fulcrum.parser.ParameterParser
-
Gets the parsed servlet request.
- getString(String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return a String for the given name.
- getString(String, String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return a String for the given name.
- getString(String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return a String for the given name.
- getString(String, String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return a String for the given name.
- getStrings(String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return an array of Strings for the given name.
- getStrings(String, String[]) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Return an array of Strings for the given name.
- getStrings(String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return an array of Strings for the given name.
- getStrings(String, String[]) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Return an array of Strings for the given name.
- getToStringParam(String) - Method in class 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() - Method in class org.apache.fulcrum.parser.DefaultParameterParser
-
Gets the uploadData byte[]
- getUploadData() - Method in interface org.apache.fulcrum.parser.ParameterParser
-
Gets the uploadData byte[]
- getUrlFolding() - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Gets the folding value from the ParserService configuration
- getUrlFolding() - Method in class org.apache.fulcrum.parser.DefaultParserService
-
Gets the folding value from the configuration
- getUrlFolding() - Method in interface org.apache.fulcrum.parser.ParserService
-
Gets the folding value from the configuration
- getUrlFolding() - Method in interface org.apache.fulcrum.parser.ValueParser
-
Gets the folding value from the ParserService configuration
- service(ServiceManager) - Method in class org.apache.fulcrum.parser.DefaultParserService
-
Avalon component lifecycle method
- set(String, String) - Method in interface org.apache.fulcrum.parser.CookieParser
-
Set a cookie that will be stored on the client for
the duration of the session.
- set(String, String, int) - Method in interface 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) - Method in class 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) - Method in class org.apache.fulcrum.parser.DefaultCookieParser
-
- setCharacterEncoding(String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Set the character encoding that will be used by this ValueParser.
- setCharacterEncoding(String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Set the character encoding that will be used by this ValueParser.
- setColumnNames(List<String>) - Method in class org.apache.fulcrum.parser.DataStreamParser
-
Set the list of column names explicitly.
- setData(HttpServletRequest, HttpServletResponse) - Method in interface org.apache.fulcrum.parser.CookieParser
-
Sets the servlet request and response to be parsed.
- setData(HttpServletRequest, HttpServletResponse) - Method in class org.apache.fulcrum.parser.DefaultCookieParser
-
Sets the servlet request and response to be parsed.
- setDateFormat(DateFormat) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Set the date format that will be used by this ValueParser.
- setDateFormat(DateFormat) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Set the date format that will be used by this ValueParser.
- setLocale(Locale) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Set the locale that will be used by this ValueParser.
- setLocale(Locale) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Set the locale that will be used by this ValueParser.
- setNumberFormat(NumberFormat) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Set the number format that will be used by this ValueParser.
- setNumberFormat(NumberFormat) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Set the number format that will be used by this ValueParser.
- setParameterEncoding(String) - Method in class org.apache.fulcrum.parser.DefaultParserService
-
Set the character encoding that will be used by this ValueParser.
- setParserService(ParserService) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Set a ParserService instance
- setParserService(ParserService) - Method in interface org.apache.fulcrum.parser.ParserServiceSupport
-
Set a ParserService instance
- setProperties(Object) - Method in class 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) - Method in interface 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) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Set the property 'prop' in the bean to the value of the
corresponding parameters.
- setRequest(HttpServletRequest) - Method in class org.apache.fulcrum.parser.DefaultParameterParser
-
Sets the servlet request to the parser.
- setRequest(HttpServletRequest) - Method in interface org.apache.fulcrum.parser.ParameterParser
-
Sets the servlet request to be parser.
- setString(String, String) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Set a parameter to a specific value.
- setString(String, String) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Set a parameter to a specific value.
- setStrings(String, String[]) - Method in class org.apache.fulcrum.parser.BaseValueParser
-
Set a parameter to a specific value.
- setStrings(String, String[]) - Method in interface org.apache.fulcrum.parser.ValueParser
-
Set a parameter to a specific value.
- setUploadData(byte[]) - Method in class org.apache.fulcrum.parser.DefaultParameterParser
-
Sets the uploadData byte[]
- setUploadData(byte[]) - Method in interface org.apache.fulcrum.parser.ParameterParser
-
Sets the uploadData byte[]
- StringValueParser - Class in org.apache.fulcrum.parser
-
An extension that parses a String for name/value pairs.
- StringValueParser() - Constructor for class org.apache.fulcrum.parser.StringValueParser
-