Uses of Class
org.apache.jasper.JasperException
-
Packages that use JasperException Package Description org.apache.jasper org.apache.jasper.compiler org.apache.jasper.runtime org.apache.jasper.servlet -
-
Uses of JasperException in org.apache.jasper
Methods in org.apache.jasper that throw JasperException Modifier and Type Method Description voidJspCompilationContext. compile()protected voidJspC. initServletContext(java.lang.ClassLoader classLoader)protected voidJspC. initWebXml()java.lang.Class<?>JspCompilationContext. load()protected voidJspC. processFile(java.lang.String file)voidJspC. setArgs(java.lang.String[] arg)Apply command-line arguments. -
Uses of JasperException in org.apache.jasper.compiler
Methods in org.apache.jasper.compiler that throw JasperException Modifier and Type Method Description voidBeanRepository. addBean(Node.UseBean n, java.lang.String s, java.lang.String type, java.lang.String scope)voidTagPluginManager. apply(Node.Nodes page, ErrorDispatcher err, org.apache.jasper.compiler.PageInfo pageInfo)static voidJspUtil. checkAttributes(java.lang.String typeOfTag, org.apache.jasper.compiler.Node n, JspUtil.ValidAttribute[] validAttributes, ErrorDispatcher err)Checks if all mandatory attributes are present and if all attributes present have valid names.static voidJspUtil. checkScope(java.lang.String scope, org.apache.jasper.compiler.Node n, ErrorDispatcher err)Checks to see if the given scope is valid.voidCompiler. compile()Compile the jsp file from the current engine context.voidCompiler. compile(boolean compileClass)Compile the jsp file from the current engine context.voidCompiler. compile(boolean compileClass, boolean jspcMode)Compile the jsp file from the current engine context.static voidTextOptimizer. concatenate(Compiler compiler, Node.Nodes page)static JavacErrorDetailErrorDispatcher. createJavacError(java.lang.String fname, Node.Nodes page, java.lang.StringBuilder errMsgBuf, int lineNum)Create a compilation error.static JavacErrorDetailErrorDispatcher. createJavacError(java.lang.String fname, Node.Nodes page, java.lang.StringBuilder errMsgBuf, int lineNum, JspCompilationContext ctxt)Create a compilation error.protected voidAntCompiler. generateClass(java.util.Map<java.lang.String,SmapStratum> smaps)Compile the servlet from .java file to .class fileprotected abstract voidCompiler. generateClass(java.util.Map<java.lang.String,SmapStratum> smaps)Servlet compilation.protected voidJDTCompiler. generateClass(java.util.Map<java.lang.String,SmapStratum> smaps)Compile the servlet from .java file to .class filejava.lang.Class<?>BeanRepository. getBeanType(java.lang.String bean)static java.lang.StringJspUtil. getTagHandlerClassName(java.lang.String path, java.lang.String packageName, java.lang.String urn, ErrorDispatcher err)Gets the fully-qualified class name of the tag handler corresponding to the given tag file path.TaglibXmlTldCache. getTaglibXml(TldResourcePath tldResourcePath)voidErrorDispatcher. javacError(java.lang.String errorReport, java.lang.Exception e)Dispatches the given compilation error report and exception to the configured error handler.voidErrorDispatcher. javacError(JavacErrorDetail[] javacErrors)Dispatches the given javac compilation errors to the configured error handler.voidErrorHandler. javacError(java.lang.String errorReport, java.lang.Exception exception)Processes the given javac error report and exception.voidErrorHandler. javacError(JavacErrorDetail[] details)Processes the given javac compilation errors.voidErrorDispatcher. jspError(java.lang.Exception e)Dispatches the given parsing exception to the configured error handler.voidErrorDispatcher. jspError(java.lang.Exception e, java.lang.String errCode, java.lang.String... args)Dispatches the given JSP parse error to the configured error handler.voidErrorDispatcher. jspError(java.lang.String errCode, java.lang.String... args)Dispatches the given JSP parse error to the configured error handler.voidErrorDispatcher. jspError(org.apache.jasper.compiler.Mark where, java.lang.Exception e, java.lang.String errCode, java.lang.String... args)Dispatches the given JSP parse error to the configured error handler.voidErrorDispatcher. jspError(org.apache.jasper.compiler.Mark where, java.lang.String errCode, java.lang.String... args)Dispatches the given JSP parse error to the configured error handler.voidErrorDispatcher. jspError(org.apache.jasper.compiler.Node n, java.lang.Exception e, java.lang.String errCode, java.lang.String... args)Dispatches the given JSP parse error to the configured error handler.voidErrorDispatcher. jspError(org.apache.jasper.compiler.Node n, java.lang.String errCode, java.lang.String... args)Dispatches the given JSP parse error to the configured error handler.voidErrorHandler. jspError(java.lang.String fname, int line, int column, java.lang.String msg, java.lang.Exception exception)Processes the given JSP parse error.voidErrorHandler. jspError(java.lang.String msg, java.lang.Exception exception)Processes the given JSP parse error.static voidELFunctionMapper. map(Node.Nodes page)Creates the functions mappers for all EL expressions in the JSP page.static JavacErrorDetail[]ErrorDispatcher. parseJavacErrors(java.lang.String errMsg, java.lang.String fname, Node.Nodes page)Parses the given error message into an array of javac compilation error messages (one per javac compilation error line number). -
Uses of JasperException in org.apache.jasper.runtime
Methods in org.apache.jasper.runtime that throw JasperException Modifier and Type Method Description static java.lang.ObjectJspRuntimeLibrary. convert(java.lang.String propertyName, java.lang.String s, java.lang.Class<?> t, java.lang.Class<?> propertyEditorClass)static voidJspRuntimeLibrary. createTypedArray(java.lang.String propertyName, java.lang.Object bean, java.lang.reflect.Method method, java.lang.String[] values, java.lang.Class<?> t, java.lang.Class<?> propertyEditorClass)Create a typed array.static java.lang.reflect.MethodJspRuntimeLibrary. getReadMethod(java.lang.Class<?> beanClass, java.lang.String prop)static java.lang.ObjectJspRuntimeLibrary. getValueFromBeanInfoPropertyEditor(java.lang.Class<?> attrClass, java.lang.String attrName, java.lang.String attrValue, java.lang.Class<?> propertyEditorClass)static java.lang.ObjectJspRuntimeLibrary. getValueFromPropertyEditorManager(java.lang.Class<?> attrClass, java.lang.String attrName, java.lang.String attrValue)static java.lang.reflect.MethodJspRuntimeLibrary. getWriteMethod(java.lang.Class<?> beanClass, java.lang.String prop)static java.lang.ObjectJspRuntimeLibrary. handleGetProperty(java.lang.Object o, java.lang.String prop)static voidJspRuntimeLibrary. handleSetProperty(java.lang.Object bean, java.lang.String prop, boolean value)static voidJspRuntimeLibrary. handleSetProperty(java.lang.Object bean, java.lang.String prop, byte value)static voidJspRuntimeLibrary. handleSetProperty(java.lang.Object bean, java.lang.String prop, char value)static voidJspRuntimeLibrary. handleSetProperty(java.lang.Object bean, java.lang.String prop, double value)static voidJspRuntimeLibrary. handleSetProperty(java.lang.Object bean, java.lang.String prop, float value)static voidJspRuntimeLibrary. handleSetProperty(java.lang.Object bean, java.lang.String prop, int value)static voidJspRuntimeLibrary. handleSetProperty(java.lang.Object bean, java.lang.String prop, long value)static voidJspRuntimeLibrary. handleSetProperty(java.lang.Object bean, java.lang.String prop, short value)static voidJspRuntimeLibrary. handleSetProperty(java.lang.Object bean, java.lang.String prop, java.lang.Object value)static voidJspRuntimeLibrary. handleSetPropertyExpression(java.lang.Object bean, java.lang.String prop, java.lang.String expression, PageContext pageContext, ProtectedFunctionMapper functionMapper)static voidJspRuntimeLibrary. introspect(java.lang.Object bean, ServletRequest request)static voidJspRuntimeLibrary. introspecthelper(java.lang.Object bean, java.lang.String prop, java.lang.String value, ServletRequest request, java.lang.String param, boolean ignoreMethodNF) -
Uses of JasperException in org.apache.jasper.servlet
Methods in org.apache.jasper.servlet that return JasperException Modifier and Type Method Description protected JasperExceptionJspServletWrapper. handleJspException(java.lang.Exception ex)Attempts to construct a JasperException that contains helpful information about what went wrong.Methods in org.apache.jasper.servlet with parameters of type JasperException Modifier and Type Method Description voidJspServletWrapper. setCompilationException(JasperException je)Sets the compilation exception for this JspServletWrapper.Methods in org.apache.jasper.servlet that throw JasperException Modifier and Type Method Description java.lang.Class<?>JspServletWrapper. loadTagFile()Compile (if needed) and load a tag file.java.lang.Class<?>JspServletWrapper. loadTagFilePrototype()Compile and load a prototype for the Tag file.Constructors in org.apache.jasper.servlet that throw JasperException Constructor Description JspCServletContext(java.io.PrintWriter aLogWriter, java.net.URL aResourceBaseURL, java.lang.ClassLoader classLoader, boolean validate, boolean blockExternal)Create a new instance of this ServletContext implementation.
-