Class JSPEngineWrapper
java.lang.Object
net.ontopia.topicmaps.nav2.impl.basic.JSPEngineWrapper
INTERNAL: This class is used to hide the differences between the
JSP 1.1 and JSP 1.2 APIs so that the OKS can support both. This
means we can make use of the improvements in JSP 1.2 if they are
there, and if they are not we just make do without, and without
getting errors loading the .class files.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic javax.servlet.jsp.JspExceptiongetJspException(String message, Exception exception) static javax.servlet.jsp.JspTagExceptiongetJspTagException(String message, Exception exception) static MapgetParameterMap(javax.servlet.ServletRequest request) static StringgetServletContextName(javax.servlet.ServletContext context) static voidsetRequestEncoding(javax.servlet.ServletRequest request, String encoding)
-
Constructor Details
-
JSPEngineWrapper
public JSPEngineWrapper()
-
-
Method Details
-
getServletContextName
-
getJspException
-
getJspTagException
-
setRequestEncoding
public static void setRequestEncoding(javax.servlet.ServletRequest request, String encoding) throws UnsupportedEncodingException - Throws:
UnsupportedEncodingException
-
getParameterMap
-