|
OpMath | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Interface Summary | |
| ParamIndex | The interface required by objects making use of the parameter ((name / value) => index) functions. |
| Class Summary | |
| HttpLogOffServlet | Provides an abstract class for a servlet that can respond to a log off request. |
| HttpLogOnServlet | Provides an abstract class for a servlet that can respond to a log on request. |
| HttpProtectedServlet | Provides an abstract class for protected servlets. |
| HttpServlet | Provides an abstract class for a servlet. |
| HttpServletRequest | Implements the javax.servlet.ServletRequest and
javax.servlet.http.HttpServletRequest interfaces to provide
request information for servlets that subclass
com.opmath.util.HttpServlet. |
| HttpSessionServlet | Provides an abstract class for a session servlet. |
| MultiForm | A framework for extraction of data from an HTTP "multipart/form-data" POST operation. |
| ParamTable | An object which can provide parameter ((name, value) => index) functions, implemented by extending
com.opmath.util.datastruct.OrderedHashtable. |
| Exception Summary | |
| MultiFormException | Thrown when an attempt to access a MultiForm element is made, but
cannot be completed. |
| ParameterAbsentException | Signals that a parameter (such as an HTTP environmental variable) was not present. |
| ParameterFormatException | Signals that a parameter (such as an HTTP environmental variable) was malformed. |
HTTP parameter handling and other HttpServlet request and session handling utilities.
|
OpMath | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||