Package com.bowstreet.webapp.util

Provides utility APIs for WebApp runtime, such as URL mapping, UserInfo handlers etc.

See:
          Description

Interface Summary
ModelStateManager Interface for classes which oversee saving and restoring the linked model structure of an application by use of information encoded in a URL.
URLMapper  
UserInfo Interface for Factory WebApp User Info retrieval.
UserInfoHandler The engine has no knowledge of where users come from, and relies on the AppServers to support flexible/extensible user registry integration.
WebAppModelStateManager.Restorable Base for classes that encode and restore the state of an item.
 

Class Summary
CacheControl Class to hold cache information for a Page, Method or Action List.
FileUpload This class has a collection of static methods to allow interaction with the File Upload builder.
JSPUtils Utility methods for manipulating JSP code in WebSphere Portlet Factory pages.
MethodInfoHelper Class that gets method argument and return information, given a method ID.
ModelActionAccess Utility Class used to control the access of model actions from an external request.
Range Class to hold numeric range data.
URLMappingUtils Static URL Mapping convenience methods for use in extraordinary circumstances when the recommended WebAppAccess URL Mapping APIs do not provide what is necessary for custom (non default) URL mapping.
WebAppModelStateManager Default implementation of ModelStateManager that uses minimal model serialization, storing linked model state only.
WebAppModelURL  
WebAppSchema This utility class mediates between the Schema and the WebApp, providing methods to store the SchemaPaths in the WebApp (SchemaPath objects record where a Schema can be found) and methods to retrieve them and iterate through them.
 

Exception Summary
TerminateProcessingException Special exception used to indicate that an error handler would like the rest of the request's processing to be terminated.
 

Package com.bowstreet.webapp.util Description

Provides utility APIs for WebApp runtime, such as URL mapping, UserInfo handlers etc.



Copyright © 2009 IBM. All Rights Reserved.