OOP ViewGenerator Version 2.1
C G I L M N P S V W

C

com.bentofw.util - package com.bentofw.util
The classes and interfaces required for APIs by OOP-Research.
com.bentofw.viewgenerator - package com.bentofw.viewgenerator
Creates the HTTP response from the XML.
containsKey(String) - Method in interface com.bentofw.util.ParsedRequestParameters
Returns true if the request parameter for the key is available in this request.
containsKey(String) - Method in interface com.bentofw.util.StoredRequestParameters
Returns true if the request parameter for the key is available in this request.

G

GET - Static variable in interface com.bentofw.util.ParsedRequestParameters
 
getBreaked(String) - Method in interface com.bentofw.viewgenerator.LineBreaker
 
getConcatenatedString(ParsedRequestParameters, int, Map, Map) - Method in class com.bentofw.viewgenerator.ViewGenerator
Based on the parameters and the template XML, this method returns the concatenated String.
getConcatenatedString(ParsedRequestParameters, StoredRequestParameters, int, Map, Map) - Method in class com.bentofw.viewgenerator.ViewGenerator
Based on the parameters and the template XML, this method returns the concatenated String.
getConcatenatedStringWithDefault(ParsedRequestParameters, int, Map, Map) - Method in class com.bentofw.viewgenerator.ViewGenerator
Based on the parameters and the template XML, this method returns the concatenated String.
getConcatenatedStringWithDefault(ParsedRequestParameters, StoredRequestParameters, int, Map, Map) - Method in class com.bentofw.viewgenerator.ViewGenerator
Based on the parameters and the template XML, this method returns the concatenated String.
getContextPath() - Method in interface com.bentofw.util.ParsedRequestParameters
Returns the context path.
getDecodedBytes(String) - Method in interface com.bentofw.util.ParsedRequestParameters
Return the decoded byte array of the request parameter specified by the name.
getDecodedBytes(String) - Method in interface com.bentofw.util.StoredRequestParameters
Return the decoded byte array of the request parameter specified by the name.
getDecodedBytesInArray(String) - Method in interface com.bentofw.util.ParsedRequestParameters
Return the array of the decoded byte arrays of the request parameter specified by the name.
getDecodedBytesInList(String) - Method in interface com.bentofw.util.ParsedRequestParameters
Return the List of the decoded byte arrays of the request parameter specified by the name.
getDecodedString(String) - Method in interface com.bentofw.util.ParsedRequestParameters
Return the decoded String of the request parameter specified by the name.
getDecodedString(String, String) - Method in interface com.bentofw.util.ParsedRequestParameters
Return the decoded String of the request parameter specified by the name.
getDecodedString(String) - Method in interface com.bentofw.util.StoredRequestParameters
Return the decoded String of the request parameter specified by the name.
getDecodedString(String, String) - Method in interface com.bentofw.util.StoredRequestParameters
Return the decoded String of the request parameter specified by the name.
getDecodedStringInArray(String) - Method in interface com.bentofw.util.ParsedRequestParameters
Return the array of decoded Strings of the request parameter specified by the name.
getDecodedStringInArray(String, String) - Method in interface com.bentofw.util.ParsedRequestParameters
Return the array of decoded Strings of the request parameter specified by the name.
getDecodedStringInList(String) - Method in interface com.bentofw.util.ParsedRequestParameters
Return the List of decoded Strings of the request parameter specified by the name.
getDecodedStringInList(String, String) - Method in interface com.bentofw.util.ParsedRequestParameters
Return the List of decoded Strings of the request parameter specified by the name.
getEncodedString(String) - Method in interface com.bentofw.util.ParsedRequestParameters
Return the URL-encoded String of the request parameter specified by the name.
getEncodedStringInArray(String) - Method in interface com.bentofw.util.ParsedRequestParameters
Return the array of URL-encoded Strings of the request parameter specified by the name.
getEncodedStringInList(String) - Method in interface com.bentofw.util.ParsedRequestParameters
Return the List of URL-encoded Strings of the request parameter specified by the name.
getEncoding() - Method in interface com.bentofw.util.ParsedRequestParameters
Return the current character encoding of this HTTP request.
getEncoding() - Method in interface com.bentofw.util.StoredRequestParameters
Return the current character encoding of this HTTP request.
getEscaped(String) - Method in interface com.bentofw.viewgenerator.StringEscaper
 
getHostHeader() - Method in interface com.bentofw.util.ParsedRequestParameters
Returns the host header of the HTTP request.
getHostHeader() - Method in interface com.bentofw.util.StoredRequestParameters
Returns the host header of the HTTP request.
getInstance() - Static method in class com.bentofw.viewgenerator.ViewGenerator
Returns the instance of this class.
getKeysInArray() - Method in interface com.bentofw.util.ParsedRequestParameters
Return the array of the names of the available request parameters.
getKeysInArray() - Method in interface com.bentofw.util.StoredRequestParameters
Return the array of the names of the available request parameters.
getKeysInList() - Method in interface com.bentofw.util.ParsedRequestParameters
Return the List of the names of the available request parameters.
getKeysInList() - Method in interface com.bentofw.util.StoredRequestParameters
Return the List of the names of the available request parameters.
getLastPathInfo() - Method in interface com.bentofw.util.ParsedRequestParameters
Returns the last element within the path information.
getLengthOfDecodedString(String) - Method in interface com.bentofw.util.ParsedRequestParameters
Return the length of the decoded String for the specified parameter.
getLengthOfDecodedStringInArray(String) - Method in interface com.bentofw.util.ParsedRequestParameters
Return the length of the decoded Strings for the specified parameter in the array.
getLengthOfEncodedString(String) - Method in interface com.bentofw.util.ParsedRequestParameters
Return the length of the encoded String for the specified parameter.
getLengthOfEncodedStringInArray(String) - Method in interface com.bentofw.util.ParsedRequestParameters
Return the length of the encoded Strings for the specified parameter in the array.
getLengthOfLongestDecodedString(String) - Method in interface com.bentofw.util.ParsedRequestParameters
Return the length of the longest decoded Strings for the specified parameter.
getLengthOfLongestEncodedString(String) - Method in interface com.bentofw.util.ParsedRequestParameters
Return the length of the longest encoded Strings for the specified parameter.
getMessage() - Method in exception com.bentofw.util.NestedException
Returns the error message of original Throwable.
getMethod() - Method in interface com.bentofw.util.ParsedRequestParameters
Returns the int value indicating the request method, that is GET, POST or MULTIPART.
getNumberOfRecords() - Method in interface com.bentofw.util.StoredRequestParameters
Return the number of records that were selected from SQL table.
getOriginal() - Method in exception com.bentofw.util.NestedException
Returns the original Throwable.
getPathInfo() - Method in interface com.bentofw.util.ParsedRequestParameters
Returns the path information.
getRequestPath() - Method in exception com.bentofw.viewgenerator.NoObjectFoundException
 
getResultMap() - Method in class com.bentofw.viewgenerator.VerifyResult
Map object that includes the key-boolean pairs.
getServletPath() - Method in interface com.bentofw.util.ParsedRequestParameters
Return the servlet path of the requested URL.

I

isAllOk() - Method in class com.bentofw.viewgenerator.VerifyResult
Returns true if all the values of the request parameter are valid.
isValidString(String) - Method in interface com.bentofw.viewgenerator.ValueVerifier
 

L

LineBreaker - Interface in com.bentofw.viewgenerator
 

M

MULTIPART - Static variable in interface com.bentofw.util.ParsedRequestParameters
 

N

NestedException - Exception in com.bentofw.util
The exception for the system error.
NestedException(Throwable) - Constructor for exception com.bentofw.util.NestedException
The custructor.
NoObjectFoundException - Exception in com.bentofw.viewgenerator
Thrown by ViewGenerator.
NoObjectFoundException(String, String) - Constructor for exception com.bentofw.viewgenerator.NoObjectFoundException
 
NoPropertyFileException - Exception in com.bentofw.util
This exception will be thrown when the required property file is not found.
NoPropertyFileException(String) - Constructor for exception com.bentofw.util.NoPropertyFileException
The custructor.
NoViewXmlFoundException - Exception in com.bentofw.viewgenerator
Thrown by ViewGenerator.
NoViewXmlFoundException(String) - Constructor for exception com.bentofw.viewgenerator.NoViewXmlFoundException
 

P

ParsedRequestParameters - Interface in com.bentofw.util
Interface for HTTP request parameters
POST - Static variable in interface com.bentofw.util.ParsedRequestParameters
 
prepare() - Method in class com.bentofw.viewgenerator.ViewGenerator
Load all the XML.
printStackTrace() - Method in exception com.bentofw.util.NestedException
Print this Throwable and its backtrace to the standard error stream.
printStackTrace(PrintStream) - Method in exception com.bentofw.util.NestedException
Print this Throwable and its backtrace to the specified PrintStream.
printStackTrace(PrintWriter) - Method in exception com.bentofw.util.NestedException
Print this Throwable and its backtrace to the specified PrintWriter.

S

setEncoding(String) - Method in interface com.bentofw.util.ParsedRequestParameters
Set the character encoding of this HTTP request.
SimpleException - Exception in com.bentofw.util
The exception for the logical error.
SimpleException(String) - Constructor for exception com.bentofw.util.SimpleException
The custructor.
StoredRequestParameters - Interface in com.bentofw.util
Interface for HTTP request parameters, that were stored into SQL table or other devices.
StringEscaper - Interface in com.bentofw.viewgenerator
 

V

ValueVerifier - Interface in com.bentofw.viewgenerator
 
verify(ParsedRequestParameters, int) - Method in class com.bentofw.viewgenerator.ViewGenerator
By the template XML, checks the validity of all the values of the request parameters, at once.
VerifyResult - Class in com.bentofw.viewgenerator
Return from verify(ParsedRequestParameters,int).
ViewGenerator - Class in com.bentofw.viewgenerator
Generates the HTTP response from XML.

W

writeResponse(ParsedRequestParameters, int, HttpServletResponse, Map, Map, boolean) - Method in class com.bentofw.viewgenerator.ViewGenerator
Based on the parameters and the template XML, this method writes the HTTP response.
writeResponse(ParsedRequestParameters, StoredRequestParameters, int, HttpServletResponse, Map, Map, boolean) - Method in class com.bentofw.viewgenerator.ViewGenerator
Based on the parameters and the template XML, this method writes the HTTP response.
writeResponseWithDefault(ParsedRequestParameters, int, HttpServletResponse, Map, Map, boolean) - Method in class com.bentofw.viewgenerator.ViewGenerator
Based on the parameters and the template XML, this method writes the HTTP response.
writeResponseWithDefault(ParsedRequestParameters, StoredRequestParameters, int, HttpServletResponse, Map, Map, boolean) - Method in class com.bentofw.viewgenerator.ViewGenerator
Based on the parameters and the template XML, this method writes the HTTP response.

C G I L M N P S V W
OOP ViewGenerator Version 2.1

ALL CONTENTS COPYRIGHT 2006, OOP-Research Corporation. All rights reserved.
Any questions and comments are welcome to OOP-Research Corporation.