Miscellaneous Servlet and JSP utilities.
For questions or support, please contact us:
Email: support@aoindustries.com Phone: 1-800-519-9541 Phone: +1-251-607-9556 Web: https://aoindustries.com/contact
public static final String
SCOPE_APPLICATION
"application"
SCOPE_PAGE
"page"
SCOPE_REQUEST
"request"
SCOPE_SESSION
"session"
METHOD_DELETE
"DELETE"
METHOD_GET
"GET"
METHOD_HEAD
"HEAD"
METHOD_OPTIONS
"OPTIONS"
METHOD_POST
"POST"
METHOD_PUT
"PUT"
METHOD_TRACE
"TRACE"