A C E G I M S T U

A

addServletParameter(ServletParameter) - Method in class com.ibm.as400.webaccess.util.URLGenerator
Adds a parameter with a default value for the servlet that is having its URL generated.
addServletParameter(ServletParameter, Object) - Method in class com.ibm.as400.webaccess.util.URLGenerator
Adds a parameter and its value for the servlet that is having its URL generated.
addServletParameter(ServletParameter, ServletParameterValue) - Method in class com.ibm.as400.webaccess.util.URLGenerator
Adds a parameter and its value for the servlet that is having its URL generated.

C

CATEGORY_5250 - Static variable in class com.ibm.as400.webaccess.util.ServletDescriptor
 
CATEGORY_COMMAND - Static variable in class com.ibm.as400.webaccess.util.ServletDescriptor
 
CATEGORY_CUSTOMIZE - Static variable in class com.ibm.as400.webaccess.util.ServletDescriptor
 
CATEGORY_DATABASE - Static variable in class com.ibm.as400.webaccess.util.ServletDescriptor
 
CATEGORY_DOWNLOAD - Static variable in class com.ibm.as400.webaccess.util.ServletDescriptor
 
CATEGORY_FILES - Static variable in class com.ibm.as400.webaccess.util.ServletDescriptor
 
CATEGORY_JOBS - Static variable in class com.ibm.as400.webaccess.util.ServletDescriptor
 
CATEGORY_MESSAGES - Static variable in class com.ibm.as400.webaccess.util.ServletDescriptor
 
CATEGORY_OTHER - Static variable in class com.ibm.as400.webaccess.util.ServletDescriptor
 
CATEGORY_PRINT - Static variable in class com.ibm.as400.webaccess.util.ServletDescriptor
 
com.ibm.as400.webaccess.util - package com.ibm.as400.webaccess.util
 

E

equals(Object) - Method in class com.ibm.as400.webaccess.util.ServletParameterValue
Determines equality.
equals(Object) - Method in class com.ibm.as400.webaccess.util.ServletParameter
 
equals(Object) - Method in class com.ibm.as400.webaccess.util.ServletDescriptor
 

G

generate() - Method in class com.ibm.as400.webaccess.util.URLGenerator
Generates the URL string given the current servlet descriptor, path info, and parameters.
getBundle() - Method in class com.ibm.as400.webaccess.util.URLGenerator
Returns the resource bundle in use by this generator.
getCategories() - Static method in class com.ibm.as400.webaccess.util.ServletDescriptor
Returns an array of all known servlet categories.
getCategory() - Method in class com.ibm.as400.webaccess.util.ServletDescriptor
Returns the category to which this servlet belongs.
getCategoryDescription(int, ResourceBundle) - Static method in class com.ibm.as400.webaccess.util.ServletDescriptor
Returns the translated description of the specified category.
getCategoryTitle(int, ResourceBundle) - Static method in class com.ibm.as400.webaccess.util.ServletDescriptor
Returns the translated title name of the specified category.
getCommonParameters() - Static method in class com.ibm.as400.webaccess.util.ServletDescriptor
Returns the array of common servlet parameters.
getDefaultValue() - Method in class com.ibm.as400.webaccess.util.ServletParameter
Returns the default value for this parameter, or null if there is no default value or there is no finite list of valid values.
getDescription(ResourceBundle) - Method in class com.ibm.as400.webaccess.util.ServletParameterValue
Returns the translated description of this value.
getDescription(ResourceBundle) - Method in class com.ibm.as400.webaccess.util.ServletParameter
Returns the translated description for this parameter.
getDescription(ResourceBundle) - Method in class com.ibm.as400.webaccess.util.ServletDescriptor
Returns the translated description of this servlet.
getDescriptor(String) - Static method in class com.ibm.as400.webaccess.util.URLGenerator
Returns a descriptor for the given servlet URI, or null if no match was found.
getDescriptors() - Static method in class com.ibm.as400.webaccess.util.URLGenerator
Returns an array of all known servlet descriptors.
getDescriptors(int) - Static method in class com.ibm.as400.webaccess.util.URLGenerator
Returns an array of descriptors for the given servlet category, or an empty array if none are found (i.e. the category is not valid).
getOptionalParameters() - Method in class com.ibm.as400.webaccess.util.ServletDescriptor
Returns the array of optional parameters for this servlet, or an empty array if there are none.
getParameter(String) - Method in class com.ibm.as400.webaccess.util.ServletDescriptor
Returns the servlet parameter for the given URI, or null if no match was found.
getParameters() - Method in class com.ibm.as400.webaccess.util.ServletDescriptor
Returns the array of parameters for this servlet, or an empty array if there are none.
getRequiredParameters() - Method in class com.ibm.as400.webaccess.util.ServletDescriptor
Returns the array of required parameters for this servlet, or an empty array if there are none.
getTitle(ResourceBundle) - Method in class com.ibm.as400.webaccess.util.ServletParameterValue
Returns the translated title name of this value.
getTitle(ResourceBundle) - Method in class com.ibm.as400.webaccess.util.ServletParameter
Returns the translated title name for this parameter.
getTitle(ResourceBundle) - Method in class com.ibm.as400.webaccess.util.ServletDescriptor
Returns the translated title name of this servlet.
getTitleKey() - Method in class com.ibm.as400.webaccess.util.ServletDescriptor
Returns the translated title MRI key of this servlet.
getURI() - Method in class com.ibm.as400.webaccess.util.ServletParameterValue
Returns the URI string for this value.
getURI() - Method in class com.ibm.as400.webaccess.util.ServletParameter
Returns the URI string for this parameter, e.g.
getURI() - Method in class com.ibm.as400.webaccess.util.ServletDescriptor
Returns the URI string for this servlet, e.g.
getValue(String) - Method in class com.ibm.as400.webaccess.util.ServletParameter
Returns the valid value with the specified URI, or null if no matching URI was found or if this parameter does not have a defined list of valid values.
getValues() - Method in class com.ibm.as400.webaccess.util.ServletParameter
Returns the list of valid values for this parameter, or an empty array if no valid values have been defined (indicating that any value is valid).

I

isListServlet() - Method in class com.ibm.as400.webaccess.util.ServletDescriptor
Indicates if this servlet is a WebAccess list servlet or not.
isRequired() - Method in class com.ibm.as400.webaccess.util.ServletParameter
Indicates if this parameter is required to be specified when generating a URL for its servlet.

M

main(String[]) - Static method in class com.ibm.as400.webaccess.util.URLGenerator
Main.

S

ServletDescriptor - class com.ibm.as400.webaccess.util.ServletDescriptor.
Represents a documented WebAccess servlet URI, and its associated properties.
ServletDescriptor(int, String, boolean, ServletParameter[], String, String) - Constructor for class com.ibm.as400.webaccess.util.ServletDescriptor
 
ServletParameter - class com.ibm.as400.webaccess.util.ServletParameter.
Represents a parameter URI for a WebAccess servlet.
ServletParameter(String, boolean, String, String) - Constructor for class com.ibm.as400.webaccess.util.ServletParameter
 
ServletParameter(String, boolean, String, String, ServletParameterValue[]) - Constructor for class com.ibm.as400.webaccess.util.ServletParameter
 
ServletParameterValue - class com.ibm.as400.webaccess.util.ServletParameterValue.
Represents one of a list of valid (allowed) values for a given WebAccess servlet parameter.
ServletParameterValue(String, String, String) - Constructor for class com.ibm.as400.webaccess.util.ServletParameterValue
Constructs a ServletParameterValue.
setBaseURI(String) - Method in class com.ibm.as400.webaccess.util.URLGenerator
Sets the base URI to prepend to any URLs that are generated.
setDefaultValue(ServletParameterValue) - Method in class com.ibm.as400.webaccess.util.ServletParameter
Sets the default value.
setPathInfo(String) - Method in class com.ibm.as400.webaccess.util.URLGenerator
Sets the path information to add to any URLs that are generated.
supportsCommonParms() - Method in class com.ibm.as400.webaccess.util.ServletDescriptor
Indicates if this servlet supports the common parameters.
supportsCommonParms(boolean) - Method in class com.ibm.as400.webaccess.util.ServletDescriptor
Sets whether this servlet supports the common parameters.
supportsIFramePortlet() - Method in class com.ibm.as400.webaccess.util.ServletDescriptor
Indicates if this servlet supports being configured by the IFrame portlet.
supportsIFramePortlet(boolean) - Method in class com.ibm.as400.webaccess.util.ServletDescriptor
Sets whether this servlet supports being configured by the IFrame portlet.

T

toString() - Method in class com.ibm.as400.webaccess.util.ServletParameterValue
Returns the string representation of this object.

U

URLGenerator - class com.ibm.as400.webaccess.util.URLGenerator.
The URLGenerator class is used to generate URL strings for the documented iSeries Access for Web servlet functions and their parameters.
URLGenerator(ServletDescriptor) - Constructor for class com.ibm.as400.webaccess.util.URLGenerator
Constructs a URLGenerator using the default English resource bundle.
URLGenerator(ServletDescriptor, ResourceBundle) - Constructor for class com.ibm.as400.webaccess.util.URLGenerator
Constructs a URLGenerator using the provided resource bundle.
URLParseException - exception com.ibm.as400.webaccess.util.URLParseException.
 
US_ENGLISH_BUNDLE - Static variable in class com.ibm.as400.webaccess.util.URLGenerator
 

A C E G I M S T U