- generateAttribute(String) - Method in interface org.apache.sling.scripting.jsp.jasper.compiler.tagplugin.TagPluginContext
-
Generate codesto evaluate value of a attribute in the custom tag
The codes is a Java expression.
- generateBody() - Method in interface org.apache.sling.scripting.jsp.jasper.compiler.tagplugin.TagPluginContext
-
Generate codes for the body of the custom tag
- generateClass(String[]) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.Compiler
-
Compile the servlet from .java file to .class file
- generateClass(String[]) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.JDTCompiler
-
Compile the servlet from .java file to .class file
- generateDeclaration(String, String) - Method in interface org.apache.sling.scripting.jsp.jasper.compiler.tagplugin.TagPluginContext
-
Generate a declaration in the of the generated class.
- generateImport(String) - Method in interface org.apache.sling.scripting.jsp.jasper.compiler.tagplugin.TagPluginContext
-
Generate an import statement
- generateJava() - Method in class org.apache.sling.scripting.jsp.jasper.compiler.Compiler
-
Compile the jsp file into equivalent servlet in .java file
- generateJavaSource(String) - Method in interface org.apache.sling.scripting.jsp.jasper.compiler.tagplugin.TagPluginContext
-
Generate Java source codes
- generateSmap(JspCompilationContext, Node.Nodes) - Static method in class org.apache.sling.scripting.jsp.jasper.compiler.SmapUtil
-
Generates an appropriate SMAP representing the current compilation
context.
- genStringAsCharArray() - Method in class org.apache.sling.scripting.jsp.jasper.EmbeddedServletOptions
-
Are Text strings to be generated as char arrays?
- genStringAsCharArray() - Method in interface org.apache.sling.scripting.jsp.jasper.Options
-
Are Text strings to be generated as char arrays?
- genStringAsCharArray() - Method in class org.apache.sling.scripting.jsp.JspServletOptions
-
Are Text strings to be generated as char arrays?
- get(Class) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.TagHandlerPool
-
Gets the next available tag handler from this tag handler pool,
instantiating one if this tag handler pool is empty.
- GET_PROPERTY_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- getAttribute(String) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspContextWrapper
-
- getAttribute(String, int) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspContextWrapper
-
- getAttribute(String) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.PageContextImpl
-
- getAttribute(String, int) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.PageContextImpl
-
- getAttribute(String) - Method in class org.apache.sling.scripting.jsp.JspServletContext
-
- getAttributeNames() - Method in class org.apache.sling.scripting.jsp.JspServletContext
-
- getAttributeNamesInScope(int) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspContextWrapper
-
- getAttributeNamesInScope(int) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.PageContextImpl
-
- getAttributesScope(String) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspContextWrapper
-
- getAttributesScope(String) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.PageContextImpl
-
- getBeanType(String) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.BeanRepository
-
- getBody() - Method in class org.apache.sling.scripting.jsp.jasper.xmlparser.TreeNode
-
Return the body text associated with this node (if any).
- getCanonicalName(Class) - Static method in class org.apache.sling.scripting.jsp.jasper.compiler.JspUtil
-
Compute the canonical name from a Class instance.
- getCharEncoding() - Method in class org.apache.sling.scripting.jsp.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- getClassDebugInfo() - Method in class org.apache.sling.scripting.jsp.jasper.EmbeddedServletOptions
-
Should class files be compiled with debug information?
- getClassDebugInfo() - Method in interface org.apache.sling.scripting.jsp.jasper.Options
-
Should we include debug information in compiled class?
- getClassDebugInfo() - Method in class org.apache.sling.scripting.jsp.JspServletOptions
-
Should class files be compiled with debug information?
- getClassFileName() - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
- getClassLoader() - Method in interface org.apache.sling.scripting.jsp.jasper.IOProvider
-
Return the class loader to use
- getClassLoader() - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
What class loader to use for loading classes while compiling
this JSP?
- getClassLoaderWriter() - Method in interface org.apache.sling.scripting.jsp.jasper.IOProvider
-
Return the class loader writer
- getClassPath() - Method in class org.apache.sling.scripting.jsp.jasper.EmbeddedServletOptions
-
What classpath should I use while compiling the servlets
generated from JSP files?
- getCommonPropertyType(ELContext, Object) - Method in class org.apache.sling.scripting.jsp.jasper.el.ELResolverImpl
-
- getCompilationContext() - Method in class org.apache.sling.scripting.jsp.jasper.compiler.Compiler
-
- getCompiler() - Method in class org.apache.sling.scripting.jsp.jasper.EmbeddedServletOptions
-
Compiler to use.
- getCompiler() - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
- getCompiler() - Method in interface org.apache.sling.scripting.jsp.jasper.Options
-
Compiler to use.
- getCompiler() - Method in class org.apache.sling.scripting.jsp.JspServletOptions
-
Allways return null for the compiler to use, assuming JDT is the default
which we will never overwrite.
- getCompilerClassName() - Method in class org.apache.sling.scripting.jsp.jasper.EmbeddedServletOptions
-
Java compiler class to use.
- getCompilerClassName() - Method in interface org.apache.sling.scripting.jsp.jasper.Options
-
Java compiler class to use.
- getCompilerClassName() - Method in class org.apache.sling.scripting.jsp.JspServletOptions
-
Allways return null for the compiler to use, assuming JDT is the default
which we will never overwrite.
- getCompilerSourceVM() - Method in class org.apache.sling.scripting.jsp.jasper.EmbeddedServletOptions
-
- getCompilerSourceVM() - Method in interface org.apache.sling.scripting.jsp.jasper.Options
-
Compiler source VM, e.g. 1.3, 1.4, or 1.5.
- getCompilerSourceVM() - Method in class org.apache.sling.scripting.jsp.JspServletOptions
-
- getCompilerTargetVM() - Method in class org.apache.sling.scripting.jsp.jasper.EmbeddedServletOptions
-
- getCompilerTargetVM() - Method in interface org.apache.sling.scripting.jsp.jasper.Options
-
The compiler target VM, e.g. 1.1, 1.2, 1.3, 1.4, or 1.5.
- getCompilerTargetVM() - Method in class org.apache.sling.scripting.jsp.JspServletOptions
-
- getConstantAttribute(String) - Method in interface org.apache.sling.scripting.jsp.jasper.compiler.tagplugin.TagPluginContext
-
- getContentType() - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
Get the content type of this JSP.
- getContentTypeAttribute(String, String) - Static method in class org.apache.sling.scripting.jsp.jasper.tagplugins.jstl.Util
-
Get the value associated with a content-type attribute.
- getContext(Class) - Method in class org.apache.sling.scripting.jsp.jasper.el.ELContextWrapper
-
- getContext(String) - Method in class org.apache.sling.scripting.jsp.JspServletContext
-
- getContextPath() - Method in class org.apache.sling.scripting.jsp.JspServletContext
-
- getContextRelativePath(ServletRequest, String) - Static method in class org.apache.sling.scripting.jsp.jasper.runtime.JspRuntimeLibrary
-
Convert a possibly relative resource path into a context-relative
resource path that starts with a '/'.
- getDefaultIsSession() - Method in class org.apache.sling.scripting.jsp.jasper.compiler.Compiler
-
- getDependants() - Method in interface org.apache.sling.scripting.jsp.jasper.runtime.JspSourceDependent
-
Returns a list of files names that the current page has a source
dependency on.
- getDependants() - Method in class org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper
-
Get a list of files that the current page has source dependency on.
- getDependencyFilePath() - Method in class org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper
-
Get the name of the dependencies file.
- getDerivedPackageName() - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
- getDisplaySourceFragment() - Method in class org.apache.sling.scripting.jsp.jasper.EmbeddedServletOptions
-
Should we include a source fragment in exception messages, which could be displayed
to the developer ?
- getDisplaySourceFragment() - Method in interface org.apache.sling.scripting.jsp.jasper.Options
-
Should we include a source fragment in exception messages, which could be displayed
to the developer ?
- getDisplaySourceFragment() - Method in class org.apache.sling.scripting.jsp.JspServletOptions
-
- getELContext() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspContextWrapper
-
- getELContext() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.PageContextImpl
-
- getELResolver() - Method in class org.apache.sling.scripting.jsp.jasper.el.ELContextImpl
-
- getELResolver() - Method in class org.apache.sling.scripting.jsp.jasper.el.ELContextWrapper
-
- getEncoding(String, JarFile, JspCompilationContext, ErrorDispatcher) - Static method in class org.apache.sling.scripting.jsp.jasper.xmlparser.XMLEncodingDetector
-
Autodetects the encoding of the XML document supplied by the given
input stream.
- getEngineInfo() - Method in class org.apache.sling.scripting.jsp.jasper.compiler.JspRuntimeContext.JspFactoryHandler
-
- getEngineInfo() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspFactoryImpl
-
- getErrorDispatcher() - Method in class org.apache.sling.scripting.jsp.jasper.compiler.Compiler
-
Gets the error dispatcher.
- getErrorMessage() - Method in class org.apache.sling.scripting.jsp.jasper.compiler.JavacErrorDetail
-
Gets the compilation error message.
- getErrorOnUseBeanInvalidClassAttribute() - Method in class org.apache.sling.scripting.jsp.jasper.EmbeddedServletOptions
-
- getErrorOnUseBeanInvalidClassAttribute() - Method in interface org.apache.sling.scripting.jsp.jasper.Options
-
Returns true if Jasper issues a compilation error instead of a runtime
Instantiation error if the class attribute specified in useBean action
is invalid.
- getErrorOnUseBeanInvalidClassAttribute() - Method in class org.apache.sling.scripting.jsp.JspServletOptions
-
- getErrorPage() - Method in exception org.apache.sling.scripting.jsp.SlingPageException
-
- getException() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspContextWrapper
-
- getException() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.PageContextImpl
-
Returns the exception associated with this page context, if any.
- getExpectedType() - Method in class org.apache.sling.scripting.jsp.jasper.el.JspValueExpression
-
- getExpr(String, boolean) - Static method in class org.apache.sling.scripting.jsp.jasper.compiler.JspUtil
-
- getExpressionEvaluator() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspContextWrapper
-
- getExpressionEvaluator() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.PageContextImpl
-
Provides programmatic access to the ExpressionEvaluator.
- getExpressionFactory() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspApplicationContextImpl
-
- getExpressionString() - Method in class org.apache.sling.scripting.jsp.jasper.el.JspMethodExpression
-
- getExpressionString() - Method in class org.apache.sling.scripting.jsp.jasper.el.JspValueExpression
-
- getExprInXml(String) - Static method in class org.apache.sling.scripting.jsp.jasper.compiler.JspUtil
-
Takes a potential expression and converts it into XML form
- getFeatureDescriptors(ELContext, Object) - Method in class org.apache.sling.scripting.jsp.jasper.el.ELResolverImpl
-
- getFork() - Method in class org.apache.sling.scripting.jsp.jasper.EmbeddedServletOptions
-
- getFork() - Method in interface org.apache.sling.scripting.jsp.jasper.Options
-
boolean flag to tell Ant whether to fork JSP page compilations.
- getFork() - Method in class org.apache.sling.scripting.jsp.JspServletOptions
-
- getFunctionMapper() - Method in class org.apache.sling.scripting.jsp.jasper.el.ELContextImpl
-
- getFunctionMapper() - Method in class org.apache.sling.scripting.jsp.jasper.el.ELContextWrapper
-
- getIANA2JavaMapping(String) - Static method in class org.apache.sling.scripting.jsp.jasper.xmlparser.EncodingMap
-
Returns the Java encoding name for the specified IANA encoding name.
- getIeClassId() - Method in class org.apache.sling.scripting.jsp.jasper.EmbeddedServletOptions
-
Class ID for use in the plugin tag when the browser is IE.
- getIeClassId() - Method in interface org.apache.sling.scripting.jsp.jasper.Options
-
Class ID for use in the plugin tag when the browser is IE.
- getIeClassId() - Method in class org.apache.sling.scripting.jsp.JspServletOptions
-
Class ID for use in the plugin tag when the browser is IE.
- getIncludeCoda() - Method in class org.apache.sling.scripting.jsp.jasper.compiler.JspConfig.JspProperty
-
- getIncludePrelude() - Method in class org.apache.sling.scripting.jsp.jasper.compiler.JspConfig.JspProperty
-
- getInitParameter(String) - Method in class org.apache.sling.scripting.jsp.JspServletContext
-
- getInitParameterNames() - Method in class org.apache.sling.scripting.jsp.JspServletContext
-
- getInputStream(String, JarFile, JspCompilationContext, ErrorDispatcher) - Static method in class org.apache.sling.scripting.jsp.jasper.compiler.JspUtil
-
- getInputStream(String) - Method in interface org.apache.sling.scripting.jsp.jasper.IOProvider
-
- getInputStream(String) - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
Creates an input stream from the given file
- getInstance(ServletContext) - Static method in class org.apache.sling.scripting.jsp.jasper.runtime.JspApplicationContextImpl
-
- getInstance() - Static method in class org.apache.sling.scripting.jsp.jasper.runtime.ProtectedFunctionMapper
-
Generated Servlet and Tag Handler implementations call this method to
retrieve an instance of the ProtectedFunctionMapper.
- getIOProvider() - Method in class org.apache.sling.scripting.jsp.jasper.compiler.JspRuntimeContext
-
- getJava2IANAMapping(String) - Static method in class org.apache.sling.scripting.jsp.jasper.xmlparser.EncodingMap
-
Returns the IANA encoding name for the specified Java encoding name.
- getJavaCompiler() - Method in interface org.apache.sling.scripting.jsp.jasper.IOProvider
-
Return the Java Compiler
- getJavaEncoding() - Method in class org.apache.sling.scripting.jsp.jasper.EmbeddedServletOptions
-
- getJavaEncoding() - Method in interface org.apache.sling.scripting.jsp.jasper.Options
-
Java platform encoding to generate the JSP
page servlet.
- getJavaEncoding() - Method in class org.apache.sling.scripting.jsp.JspServletOptions
-
- getJavaFileName() - Method in class org.apache.sling.scripting.jsp.jasper.compiler.JavacErrorDetail
-
Gets the name of the Java source file in which the compilation error
occurred.
- getJavaLine() - Method in class org.apache.sling.scripting.jsp.jasper.compiler.ServletWriter
-
- getJavaLineNumber() - Method in class org.apache.sling.scripting.jsp.jasper.compiler.JavacErrorDetail
-
Gets the compilation error line number.
- getJavaPath() - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
Path of the Java file relative to the work directory.
- getJspApplicationContext(ServletContext) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.JspRuntimeContext.JspFactoryHandler
-
- getJspApplicationContext(ServletContext) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspFactoryImpl
-
- getJspBeginLineNumber() - Method in class org.apache.sling.scripting.jsp.jasper.compiler.JavacErrorDetail
-
Gets the start line number (in the JSP file) of the JSP element
responsible for the compilation error.
- getJspClassLoader() - Method in class org.apache.sling.scripting.jsp.jasper.EmbeddedServletOptions
-
Return null
to force use of the JasperLoader
.
- getJspConfig() - Method in class org.apache.sling.scripting.jsp.jasper.EmbeddedServletOptions
-
- getJspConfig() - Method in interface org.apache.sling.scripting.jsp.jasper.Options
-
Obtain JSP configuration informantion specified in web.xml.
- getJspConfig() - Method in class org.apache.sling.scripting.jsp.JspServletOptions
-
- getJspContext() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspFragmentHelper
-
- getJspEngineContext() - Method in class org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper
-
- getJspExtract() - Method in class org.apache.sling.scripting.jsp.jasper.compiler.JavacErrorDetail
-
Gets the extract of the JSP that corresponds to this message.
- getJspFile() - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
Path of the JSP URI.
- getJspFileName() - Method in class org.apache.sling.scripting.jsp.jasper.compiler.JavacErrorDetail
-
Gets the name of the JSP file from which the Java source file was
generated.
- getJspUri() - Method in class org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper
-
- getKeepGenerated() - Method in class org.apache.sling.scripting.jsp.jasper.EmbeddedServletOptions
-
Are we keeping generated code around?
- getKeepGenerated() - Method in interface org.apache.sling.scripting.jsp.jasper.Options
-
Are we keeping generated code around?
- getKeepGenerated() - Method in class org.apache.sling.scripting.jsp.JspServletOptions
-
Are we keeping generated code around?
- getLanguageName() - Method in class org.apache.sling.scripting.jsp.JspScriptEngineFactory
-
- getLanguageVersion() - Method in class org.apache.sling.scripting.jsp.JspScriptEngineFactory
-
- getLocale() - Method in class org.apache.sling.scripting.jsp.jasper.el.ELContextWrapper
-
- getLocation(String) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.OriginalTldLocationsCache
-
Gets the 'location' of the TLD associated with the given taglib 'uri'.
- getLocation(String) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.TldLocationsCache
-
- getLocation(String) - Method in class org.apache.sling.scripting.jsp.SlingTldLocationsCache
-
- getLog(Class<?>) - Static method in class org.apache.juli.logging.LogFactory
-
Convenience method to return a named logger, without the application
having to care about factories.
- getLog(String) - Static method in class org.apache.juli.logging.LogFactory
-
Convenience method to return a named logger, without the application
having to care about factories.
- getMajorVersion() - Method in class org.apache.sling.scripting.jsp.JspServletContext
-
- getMapForFunction(String, Class, String, Class[]) - Static method in class org.apache.sling.scripting.jsp.jasper.runtime.ProtectedFunctionMapper
-
Creates an instance for this class, and stores the Method for the given
EL function prefix and name.
- getMappedFile() - Method in class org.apache.sling.scripting.jsp.jasper.EmbeddedServletOptions
-
Are we supporting HTML mapped servlets?
- getMappedFile() - Method in interface org.apache.sling.scripting.jsp.jasper.Options
-
Are we supporting HTML mapped servlets?
- getMappedFile() - Method in class org.apache.sling.scripting.jsp.JspServletOptions
-
Are we supporting HTML mapped servlets?
- getMessage(String) - Static method in class org.apache.sling.scripting.jsp.jasper.compiler.Localizer
-
- getMessage(String, String) - Static method in class org.apache.sling.scripting.jsp.jasper.compiler.Localizer
-
- getMessage(String, String, String) - Static method in class org.apache.sling.scripting.jsp.jasper.compiler.Localizer
-
- getMessage(String, String, String, String) - Static method in class org.apache.sling.scripting.jsp.jasper.compiler.Localizer
-
- getMessage(String, String, String, String, String) - Static method in class org.apache.sling.scripting.jsp.jasper.compiler.Localizer
-
- getMessage(String, Object[]) - Static method in class org.apache.sling.scripting.jsp.jasper.compiler.Localizer
-
- getMethodInfo(ELContext) - Method in class org.apache.sling.scripting.jsp.jasper.el.JspMethodExpression
-
- getMimeType(String) - Method in class org.apache.sling.scripting.jsp.JspServletContext
-
- getMinorVersion() - Method in class org.apache.sling.scripting.jsp.JspServletContext
-
- getName() - Method in class org.apache.sling.scripting.jsp.jasper.xmlparser.TreeNode
-
Return the name of this node.
- getNamedDispatcher(String) - Method in class org.apache.sling.scripting.jsp.JspServletContext
-
- getOption(ServletConfig, String, String) - Static method in class org.apache.sling.scripting.jsp.jasper.runtime.TagHandlerPool
-
- getOptions() - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
Get hold of the Options object for this context.
- getOut() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspContextWrapper
-
- getOut() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.PageContextImpl
-
- getOutputDir() - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
The output directory to generate code into.
- getOutputStream(String) - Method in interface org.apache.sling.scripting.jsp.jasper.IOProvider
-
- getOutputStream(String) - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
Creates an output stream to the given file
- getOutputStream() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.ServletResponseWrapperInclude
-
- getOutputStream() - Method in class org.apache.sling.scripting.jsp.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- getOutputStream() - Method in class org.apache.sling.scripting.jsp.util.JspSlingHttpServletResponseWrapper
-
Throws an IllegalStateException
as this wrapper only
supports writers.
- getPage() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspContextWrapper
-
- getPage() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.PageContextImpl
-
- getPageContext(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.JspRuntimeContext.JspFactoryHandler
-
- getPageContext(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspFactoryImpl
-
- getPageEncoding() - Method in class org.apache.sling.scripting.jsp.jasper.compiler.JspConfig.JspProperty
-
- getPageInfo() - Method in class org.apache.sling.scripting.jsp.jasper.compiler.Compiler
-
Gets the info about the page under compilation
- getPageNodes() - Method in class org.apache.sling.scripting.jsp.jasper.compiler.Compiler
-
Retrieves the parsed nodes of the JSP page, if they are available.
- getParameter(String) - Method in class org.apache.sling.scripting.jsp.JspScriptEngineFactory
-
- getParentContext() - Method in interface org.apache.sling.scripting.jsp.jasper.compiler.tagplugin.TagPluginContext
-
Get the PluginContext for the parent of this custom tag.
- getParentTag() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspFragmentHelper
-
- getPluginAttribute(String) - Method in interface org.apache.sling.scripting.jsp.jasper.compiler.tagplugin.TagPluginContext
-
Get the value of an attribute in the current tagplugin context.
- getProperty(String) - Method in class org.apache.sling.scripting.jsp.jasper.EmbeddedServletOptions
-
- getProperty(String) - Method in class org.apache.sling.scripting.jsp.JspServletOptions
-
- getReader() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.BodyContentImpl
-
Return the value of this BodyJspWriter as a Reader.
- getReadMethod(Class, String) - Static method in class org.apache.sling.scripting.jsp.jasper.runtime.JspRuntimeLibrary
-
- getRealPath(String) - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
Gets the actual path of a URI relative to the context of
the compilation.
- getRealPath(String) - Method in class org.apache.sling.scripting.jsp.JspServletContext
-
- getRemaining() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.BodyContentImpl
-
- getRemaining() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspWriterImpl
-
- getRequest() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspContextWrapper
-
- getRequest() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.PageContextImpl
-
- getRequest(PageContext) - Static method in class org.apache.sling.scripting.jsp.util.TagUtil
-
- getRequestDispatcher(String) - Method in class org.apache.sling.scripting.jsp.JspServletContext
-
- getResource(String) - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
- getResource(String) - Method in class org.apache.sling.scripting.jsp.JspServletContext
-
- getResourceAsStream(String) - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
Gets a resource as a stream, relative to the meanings of this
context's implementation.
- getResourceAsStream(String) - Method in class org.apache.sling.scripting.jsp.JspServletContext
-
- getResourcePaths(String) - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
- getResourcePaths(String) - Method in class org.apache.sling.scripting.jsp.JspServletContext
-
- getResponse() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspContextWrapper
-
- getResponse() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.PageContextImpl
-
- getResponse(PageContext) - Static method in class org.apache.sling.scripting.jsp.util.TagUtil
-
- getRootCause(ServletException) - Static method in class org.apache.sling.scripting.jsp.util.TagUtil
-
Unwrap a component exception to get the true root cause of an exception
- getRuntimeContext() - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
- getScope(String) - Static method in class org.apache.sling.scripting.jsp.jasper.tagplugins.jstl.Util
-
Converts the given string description of a scope to the corresponding
PageContext constant.
- getScratchDir() - Method in class org.apache.sling.scripting.jsp.jasper.EmbeddedServletOptions
-
What is my scratch dir?
- getScratchDir() - Method in interface org.apache.sling.scripting.jsp.jasper.Options
-
What is my scratch dir?
- getScratchDir() - Method in class org.apache.sling.scripting.jsp.JspServletOptions
-
- getScriptEngine() - Method in class org.apache.sling.scripting.jsp.JspScriptEngineFactory
-
- getSendErrorToClient() - Method in class org.apache.sling.scripting.jsp.jasper.EmbeddedServletOptions
-
Should errors be sent to client or thrown into stderr?
- getSendErrorToClient() - Method in interface org.apache.sling.scripting.jsp.jasper.Options
-
Should errors be sent to client or thrown into stderr?
- getSendErrorToClient() - Method in class org.apache.sling.scripting.jsp.JspServletOptions
-
Should errors be sent to client or thrown into stderr?
- getServerInfo() - Method in class org.apache.sling.scripting.jsp.JspServletContext
-
- getServlet() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.PageContextImpl
-
- getServlet(String) - Method in class org.apache.sling.scripting.jsp.JspServletContext
-
Deprecated.
- getServletClassName() - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
Just the class name (does not include package name) of the
generated class.
- getServletConfig() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspContextWrapper
-
- getServletConfig() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.PageContextImpl
-
- getServletConfig() - Method in class org.apache.sling.scripting.jsp.JspScriptEngineFactory
-
- getServletContext() - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
- getServletContext() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspContextWrapper
-
- getServletContext() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.PageContextImpl
-
- getServletContextName() - Method in class org.apache.sling.scripting.jsp.JspServletContext
-
- getServletInfo() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase
-
- getServletInfo() - Method in class org.apache.sling.scripting.jsp.JspScriptEngineFactory
-
- getServletJavaFileName() - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
Full path name of the Java file into which the servlet is being
generated.
- getServletNames() - Method in class org.apache.sling.scripting.jsp.JspServletContext
-
Deprecated.
- getServletPackageName() - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
Package name for the generated class is make up of the base package
name, which is user settable, and the derived package name.
- getServlets() - Method in class org.apache.sling.scripting.jsp.JspServletContext
-
Deprecated.
- getSession() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspContextWrapper
-
- getSession() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.PageContextImpl
-
- getStatus() - Method in class org.apache.sling.scripting.jsp.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- getStratumName() - Method in class org.apache.sling.scripting.jsp.jasper.compiler.SmapStratum
-
Returns the name of the stratum.
- getString() - Method in class org.apache.sling.scripting.jsp.jasper.compiler.SmapGenerator
-
- getString() - Method in class org.apache.sling.scripting.jsp.jasper.compiler.SmapStratum
-
Returns the given stratum as a String: a StratumSection,
followed by at least one FileSection and at least one LineSection.
- getString() - Method in class org.apache.sling.scripting.jsp.jasper.compiler.SmapStratum.LineInfo
-
Retrieves the current LineInfo as a String, print all values
only when appropriate (but LineInfoID if and only if it's been
specified, as its necessity is sensitive to context).
- getString() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.BodyContentImpl
-
Return the value of the BodyJspWriter as a String.
- getString() - Method in class org.apache.sling.scripting.jsp.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- getTagFileJarUrl(String) - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
Returns the tag-file-name-to-JAR-file map of this compilation unit,
which maps tag file names to the JAR files in which the tag files are
packaged.
- getTagFileJarUrl() - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
Returns the JAR file in which the tag file for which this
JspCompilationContext was created is packaged, or null if this
JspCompilationContext does not correspond to a tag file, or if the
corresponding tag file is not packaged in a JAR.
- getTagHandlerClassName(String, ErrorDispatcher) - Static method in class org.apache.sling.scripting.jsp.jasper.compiler.JspUtil
-
Gets the fully-qualified class name of the tag handler corresponding to
the given tag file path.
- getTagHandlerPool(ServletConfig) - Static method in class org.apache.sling.scripting.jsp.jasper.runtime.TagHandlerPool
-
- getTagInfo() - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
- getTagPluginManager() - Method in class org.apache.sling.scripting.jsp.jasper.EmbeddedServletOptions
-
- getTagPluginManager() - Method in interface org.apache.sling.scripting.jsp.jasper.Options
-
Obtain a Tag Plugin Manager
- getTagPluginManager() - Method in class org.apache.sling.scripting.jsp.JspServletOptions
-
- getTemporaryVariableName() - Method in interface org.apache.sling.scripting.jsp.jasper.compiler.tagplugin.TagPluginContext
-
- getThrowable(ServletRequest) - Static method in class org.apache.sling.scripting.jsp.jasper.runtime.JspRuntimeLibrary
-
Returns the value of the javax.servlet.error.exception request
attribute value, if present, otherwise the value of the
javax.servlet.jsp.jspException request attribute value.
- getTldLocation(String) - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
Gets the 'location' of the TLD associated with the given taglib 'uri'.
- getTldLocationsCache() - Method in class org.apache.sling.scripting.jsp.jasper.EmbeddedServletOptions
-
- getTldLocationsCache() - Method in interface org.apache.sling.scripting.jsp.jasper.Options
-
The cache for the location of the TLD's
for the various tag libraries 'exposed'
by the web application.
- getTldLocationsCache() - Method in class org.apache.sling.scripting.jsp.JspServletOptions
-
- getTrimSpaces() - Method in class org.apache.sling.scripting.jsp.jasper.EmbeddedServletOptions
-
Should white spaces between directives or actions be trimmed?
- getTrimSpaces() - Method in interface org.apache.sling.scripting.jsp.jasper.Options
-
Should white spaces between directives or actions be trimmed?
- getTrimSpaces() - Method in class org.apache.sling.scripting.jsp.JspServletOptions
-
Should white spaces between directives or actions be trimmed?
- getType() - Method in class org.apache.sling.scripting.jsp.jasper.compiler.ELParser
-
- getType(ELContext, Object, Object) - Method in class org.apache.sling.scripting.jsp.jasper.el.ELResolverImpl
-
- getType(ELContext) - Method in class org.apache.sling.scripting.jsp.jasper.el.JspValueExpression
-
- getValue(ELContext, Object, Object) - Method in class org.apache.sling.scripting.jsp.jasper.el.ELResolverImpl
-
- getValue(ELContext) - Method in class org.apache.sling.scripting.jsp.jasper.el.JspValueExpression
-
- getValueFromBeanInfoPropertyEditor(Class, String, String, Class) - Static method in class org.apache.sling.scripting.jsp.jasper.runtime.JspRuntimeLibrary
-
- getValueFromPropertyEditorManager(Class, String, String) - Static method in class org.apache.sling.scripting.jsp.jasper.runtime.JspRuntimeLibrary
-
- getVariableMapper() - Method in class org.apache.sling.scripting.jsp.jasper.el.ELContextImpl
-
- getVariableMapper() - Method in class org.apache.sling.scripting.jsp.jasper.el.ELContextWrapper
-
- getVariableResolver() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspContextWrapper
-
- getVariableResolver() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.PageContextImpl
-
- getWrapper(String) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.JspRuntimeContext
-
Get an already existing JspServletWrapper.
- getWriteMethod(Class, String) - Static method in class org.apache.sling.scripting.jsp.jasper.runtime.JspRuntimeLibrary
-
- getWriter() - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
Where is the servlet being generated?
- getWriter() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.ServletResponseWrapperInclude
-
Returns a wrapper around the JspWriter of the including page.
- getWriter() - Method in class org.apache.sling.scripting.jsp.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- getWriter() - Method in class org.apache.sling.scripting.jsp.util.JspSlingHttpServletResponseWrapper
-
Returns the writer for this response wrapper.
- IE_PLUGIN_URL - Static variable in class org.apache.sling.scripting.jsp.jasper.Constants
-
- If - Class in org.apache.sling.scripting.jsp.jasper.tagplugins.jstl.core
-
- If() - Constructor for class org.apache.sling.scripting.jsp.jasper.tagplugins.jstl.core.If
-
- Import - Class in org.apache.sling.scripting.jsp.jasper.tagplugins.jstl.core
-
- Import() - Constructor for class org.apache.sling.scripting.jsp.jasper.tagplugins.jstl.core.Import
-
- INC_SERVLET_PATH - Static variable in class org.apache.sling.scripting.jsp.jasper.Constants
-
Servlet context and request attributes that the JSP engine
uses.
- include(String) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspContextWrapper
-
- include(String, boolean) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspContextWrapper
-
- include(ServletRequest, ServletResponse, String, JspWriter, boolean) - Static method in class org.apache.sling.scripting.jsp.jasper.runtime.JspRuntimeLibrary
-
Perform a RequestDispatcher.include() operation, with optional flushing
of the response beforehand.
- include(String) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.PageContextImpl
-
- include(String, boolean) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.PageContextImpl
-
- INCLUDE_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- INCLUDE_DIRECTIVE_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- incTripCount() - Method in class org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper
-
- incUsage() - Method in class org.apache.sling.scripting.jsp.jasper.compiler.JspRuntimeContext.JspFactoryHandler
-
- info(Object) - Method in interface org.apache.juli.logging.Log
-
Log a message with info log level.
- info(Object, Throwable) - Method in interface org.apache.juli.logging.Log
-
Log an error with info log level.
- info(Object, Throwable) - Method in class org.apache.juli.logging.Slf4jLog
-
- info(Object) - Method in class org.apache.juli.logging.Slf4jLog
-
- init(JspCompilationContext) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.Compiler
-
- init(ServletConfig) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase
-
- init(ServletConfig) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.TagHandlerPool
-
- init(ServletConfig) - Method in class org.apache.sling.scripting.jsp.JspScriptEngineFactory
-
- initFactoryHandler() - Static method in class org.apache.sling.scripting.jsp.jasper.compiler.JspRuntimeContext
-
Preload classes required at runtime by a JSP servlet so that
we don't get a defineClassInPackage security exception.
- initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspContextWrapper
-
- initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.PageContextImpl
-
- installSmap(JspCompilationContext, String[]) - Static method in class org.apache.sling.scripting.jsp.jasper.compiler.SmapUtil
-
- interpreterCall(boolean, String, Class, String, boolean) - Static method in class org.apache.sling.scripting.jsp.jasper.compiler.JspUtil
-
Produces a String representing a call to the EL interpreter.
- introspect(Object, ServletRequest) - Static method in class org.apache.sling.scripting.jsp.jasper.runtime.JspRuntimeLibrary
-
- introspecthelper(Object, String, String, ServletRequest, String, boolean) - Static method in class org.apache.sling.scripting.jsp.jasper.runtime.JspRuntimeLibrary
-
- invoke(ELContext, Object[]) - Method in class org.apache.sling.scripting.jsp.jasper.el.JspMethodExpression
-
- INVOKE_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- IOProvider - Interface in org.apache.sling.scripting.jsp.jasper
-
The IOProvider
is an interface to provide more control of
sending output from JSP Java and Class generation phases as well as cleaning
up in case of problems.
- IS_SECURITY_ENABLED - Static variable in class org.apache.sling.scripting.jsp.jasper.Constants
-
Has security been turned on?
- isAbsoluteUrl(String) - Static method in class org.apache.sling.scripting.jsp.jasper.tagplugins.jstl.Util
-
Returns true if our current URL is absolute,
false otherwise.
- isAttributeSpecified(String) - Method in interface org.apache.sling.scripting.jsp.jasper.compiler.tagplugin.TagPluginContext
-
- isConstantAttribute(String) - Method in interface org.apache.sling.scripting.jsp.jasper.compiler.tagplugin.TagPluginContext
-
- isContent(int) - Static method in class org.apache.sling.scripting.jsp.jasper.xmlparser.XMLChar
-
Returns true if the specified character can be considered content.
- isDebugEnabled() - Method in interface org.apache.juli.logging.Log
-
Is debug logging currently enabled?
- isDebugEnabled() - Method in class org.apache.juli.logging.Slf4jLog
-
- isDeferedSyntaxAllowedAsLiteral() - Method in class org.apache.sling.scripting.jsp.jasper.compiler.JspConfig.JspProperty
-
- isELIgnored() - Method in class org.apache.sling.scripting.jsp.jasper.compiler.JspConfig.JspProperty
-
- isErrorEnabled() - Method in interface org.apache.juli.logging.Log
-
Is error logging currently enabled?
- isErrorEnabled() - Method in class org.apache.juli.logging.Slf4jLog
-
- isErrorPage() - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
Are we processing something that has been declared as an
errorpage?
- isExpression(String, boolean) - Static method in class org.apache.sling.scripting.jsp.jasper.compiler.JspUtil
-
Checks if the token is a runtime expression.
- isExternal() - Method in class org.apache.sling.scripting.jsp.jasper.xmlparser.XMLEncodingDetector
-
Returns true if the current entity being scanned is external.
- isFatalEnabled() - Method in interface org.apache.juli.logging.Log
-
Is fatal logging currently enabled?
- isFatalEnabled() - Method in class org.apache.juli.logging.Slf4jLog
-
- isHighSurrogate(int) - Static method in class org.apache.sling.scripting.jsp.jasper.xmlparser.XMLChar
-
Returns whether the given character is a high surrogate
- isInfoEnabled() - Method in interface org.apache.juli.logging.Log
-
Is info logging currently enabled?
- isInfoEnabled() - Method in class org.apache.juli.logging.Slf4jLog
-
- isInvalid(int) - Static method in class org.apache.sling.scripting.jsp.jasper.xmlparser.XMLChar
-
Returns true if the specified character is invalid.
- isJavaKeyword(String) - Static method in class org.apache.sling.scripting.jsp.jasper.compiler.JspUtil
-
Test whether the argument is a Java keyword
- isJspPage(String) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.JspConfig
-
To find out if an uri matches an url pattern in jsp config.
- isLiteralText() - Method in class org.apache.sling.scripting.jsp.jasper.el.JspMethodExpression
-
- isLiteralText() - Method in class org.apache.sling.scripting.jsp.jasper.el.JspValueExpression
-
- isLowSurrogate(int) - Static method in class org.apache.sling.scripting.jsp.jasper.xmlparser.XMLChar
-
Returns whether the given character is a low surrogate
- isMarkup(int) - Static method in class org.apache.sling.scripting.jsp.jasper.xmlparser.XMLChar
-
Returns true if the specified character can be considered markup.
- isName(int) - Static method in class org.apache.sling.scripting.jsp.jasper.xmlparser.XMLChar
-
Returns true if the specified character is a valid name
character as defined by production [4] in the XML 1.0
specification.
- isNameStart(int) - Static method in class org.apache.sling.scripting.jsp.jasper.xmlparser.XMLChar
-
Returns true if the specified character is a valid name start
character as defined by production [5] in the XML 1.0
specification.
- isNCName(int) - Static method in class org.apache.sling.scripting.jsp.jasper.xmlparser.XMLChar
-
Returns true if the specified character is a valid NCName
character as defined by production [5] in Namespaces in XML
recommendation.
- isNCNameStart(int) - Static method in class org.apache.sling.scripting.jsp.jasper.xmlparser.XMLChar
-
Returns true if the specified character is a valid NCName start
character as defined by production [4] in Namespaces in XML
recommendation.
- isPackageProtectionEnabled() - Static method in class org.apache.sling.scripting.jsp.jasper.security.SecurityUtil
-
Return the SecurityManager
only if Security is enabled AND
package protection mechanism is enabled.
- isPoolingEnabled() - Method in class org.apache.sling.scripting.jsp.jasper.EmbeddedServletOptions
-
- isPoolingEnabled() - Method in interface org.apache.sling.scripting.jsp.jasper.Options
-
Returns true if tag handler pooling is enabled, false otherwise.
- isPoolingEnabled() - Method in class org.apache.sling.scripting.jsp.JspServletOptions
-
- isPropertyResolved() - Method in class org.apache.sling.scripting.jsp.jasper.el.ELContextWrapper
-
- isPrototypeMode() - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
True if we are compiling a tag file in prototype mode.
- isPubid(int) - Static method in class org.apache.sling.scripting.jsp.jasper.xmlparser.XMLChar
-
Returns true if the specified character is a valid Pubid
character as defined by production [13] in the XML 1.0
specification.
- isReadOnly(ELContext, Object, Object) - Method in class org.apache.sling.scripting.jsp.jasper.el.ELResolverImpl
-
- isReadOnly(ELContext) - Method in class org.apache.sling.scripting.jsp.jasper.el.JspValueExpression
-
- isScriptingInvalid() - Method in class org.apache.sling.scripting.jsp.jasper.compiler.JspConfig.JspProperty
-
- isScriptless() - Method in interface org.apache.sling.scripting.jsp.jasper.compiler.tagplugin.TagPluginContext
-
- isSmapDumped() - Method in class org.apache.sling.scripting.jsp.jasper.EmbeddedServletOptions
-
Should SMAP info for JSR45 debugging be dumped to a file?
- isSmapDumped() - Method in interface org.apache.sling.scripting.jsp.jasper.Options
-
Indicates whether SMAP info for JSR45 debugging should be dumped to a
file.
- isSmapDumped() - Method in class org.apache.sling.scripting.jsp.JspServletOptions
-
Should SMAP info for JSR45 debugging be dumped to a file?
- isSmapSuppressed() - Method in class org.apache.sling.scripting.jsp.jasper.EmbeddedServletOptions
-
Is the generation of SMAP info for JSR45 debuggin suppressed?
- isSmapSuppressed() - Method in interface org.apache.sling.scripting.jsp.jasper.Options
-
Is the generation of SMAP info for JSR45 debugging suppressed?
- isSmapSuppressed() - Method in class org.apache.sling.scripting.jsp.JspServletOptions
-
Is the generation of SMAP info for JSR45 debuggin suppressed?
- isSpace(int) - Static method in class org.apache.sling.scripting.jsp.jasper.xmlparser.XMLChar
-
Returns true if the specified character is a space character
as defined by production [3] in the XML 1.0 specification.
- isSupplemental(int) - Static method in class org.apache.sling.scripting.jsp.jasper.xmlparser.XMLChar
-
Returns true if the specified character is a supplemental character.
- isTagFile() - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
- isTagFile() - Method in class org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper
-
- isTraceEnabled() - Method in interface org.apache.juli.logging.Log
-
Is trace logging currently enabled?
- isTraceEnabled() - Method in class org.apache.juli.logging.Slf4jLog
-
- isTrimDirectiveWhitespaces() - Method in class org.apache.sling.scripting.jsp.jasper.compiler.JspConfig.JspProperty
-
- isValid() - Method in class org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper
-
- isValid(int) - Static method in class org.apache.sling.scripting.jsp.jasper.xmlparser.XMLChar
-
Returns true if the specified character is valid.
- isValidIANAEncoding(String) - Static method in class org.apache.sling.scripting.jsp.jasper.xmlparser.XMLChar
-
Returns true if the encoding name is a valid IANA encoding.
- isValidJavaEncoding(String) - Static method in class org.apache.sling.scripting.jsp.jasper.xmlparser.XMLChar
-
Returns true if the encoding name is a valid Java encoding.
- isValidName(String) - Static method in class org.apache.sling.scripting.jsp.jasper.xmlparser.XMLChar
-
Check to see if a string is a valid Name according to [5]
in the XML 1.0 Recommendation
- isValidNCName(String) - Static method in class org.apache.sling.scripting.jsp.jasper.xmlparser.XMLChar
-
Check to see if a string is a valid NCName according to [4]
from the XML Namespaces 1.0 Recommendation
- isValidNmtoken(String) - Static method in class org.apache.sling.scripting.jsp.jasper.xmlparser.XMLChar
-
Check to see if a string is a valid Nmtoken according to [7]
in the XML 1.0 Recommendation
- isWarnEnabled() - Method in interface org.apache.juli.logging.Log
-
Is warn logging currently enabled?
- isWarnEnabled() - Method in class org.apache.juli.logging.Slf4jLog
-
- isXml() - Method in class org.apache.sling.scripting.jsp.jasper.compiler.JspConfig.JspProperty
-
- isXpoweredBy() - Method in class org.apache.sling.scripting.jsp.jasper.EmbeddedServletOptions
-
Is generation of X-Powered-By response header enabled/disabled?
- isXpoweredBy() - Method in interface org.apache.sling.scripting.jsp.jasper.Options
-
Is generation of X-Powered-By response header enabled/disabled?
- isXpoweredBy() - Method in class org.apache.sling.scripting.jsp.JspServletOptions
-
Is generation of X-Powered-By response header enabled/disabled?
- JasperException - Exception in org.apache.sling.scripting.jsp.jasper
-
Base class for all exceptions generated by the JSP engine.
- JasperException(String) - Constructor for exception org.apache.sling.scripting.jsp.jasper.JasperException
-
- JasperException(String, Throwable) - Constructor for exception org.apache.sling.scripting.jsp.jasper.JasperException
-
Creates a JasperException with the embedded exception and the reason for
throwing a JasperException
- JasperException(Throwable) - Constructor for exception org.apache.sling.scripting.jsp.jasper.JasperException
-
Creates a JasperException with the embedded exception
- javacError(JavacErrorDetail[]) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.ErrorDispatcher
-
- javacError(String, Exception) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.ErrorDispatcher
-
- javacError(JavacErrorDetail[]) - Method in interface org.apache.sling.scripting.jsp.jasper.compiler.ErrorHandler
-
Processes the given javac compilation errors.
- javacError(String, Exception) - Method in interface org.apache.sling.scripting.jsp.jasper.compiler.ErrorHandler
-
Processes the given javac error report and exception.
- JavacErrorDetail - Class in org.apache.sling.scripting.jsp.jasper.compiler
-
Class providing details about a javac compilation error.
- JavacErrorDetail(String, int, StringBuffer) - Constructor for class org.apache.sling.scripting.jsp.jasper.compiler.JavacErrorDetail
-
Constructor.
- JavacErrorDetail(String, int, String, int, StringBuffer) - Constructor for class org.apache.sling.scripting.jsp.jasper.compiler.JavacErrorDetail
-
Constructor.
- JavacErrorDetail(String, int, String, int, StringBuffer, JspCompilationContext) - Constructor for class org.apache.sling.scripting.jsp.jasper.compiler.JavacErrorDetail
-
- JDTCompiler - Class in org.apache.sling.scripting.jsp.jasper.compiler
-
JDT class compiler.
- JDTCompiler(boolean) - Constructor for class org.apache.sling.scripting.jsp.jasper.compiler.JDTCompiler
-
- JSP_ATTRIBUTE_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- JSP_ATTRIBUTE_DIRECTIVE_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- JSP_BODY_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- JSP_DECLARATION_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- JSP_DOBODY_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- JSP_ELEMENT_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- JSP_EXPRESSION_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- JSP_FALLBACK_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- JSP_FILE - Static variable in class org.apache.sling.scripting.jsp.jasper.Constants
-
Request attribute for <jsp-file>
element of a
servlet definition.
- JSP_FORWARD_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- JSP_GET_PROPERTY_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- JSP_INCLUDE_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- JSP_INCLUDE_DIRECTIVE_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- JSP_INVOKE_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- JSP_OUTPUT_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- JSP_PACKAGE_NAME - Static variable in class org.apache.sling.scripting.jsp.jasper.Constants
-
The default package name for compiled jsp pages.
- JSP_PAGE_DIRECTIVE_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- JSP_PARAM_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- JSP_PARAMS_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- JSP_PLUGIN_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- JSP_ROOT_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- JSP_SCRIPTLET_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- JSP_SERVLET_BASE - Static variable in class org.apache.sling.scripting.jsp.jasper.Constants
-
The base class of the generated servlets.
- JSP_SET_PROPERTY_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- JSP_TAG_DIRECTIVE_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- JSP_TAGLIB_DIRECTIVE_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- JSP_TEXT_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- JSP_TEXT_ACTION_END - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- JSP_URI - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- JSP_USE_BEAN_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- JSP_VARIABLE_DIRECTIVE_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- JspApplicationContextImpl - Class in org.apache.sling.scripting.jsp.jasper.runtime
-
Implementation of JspApplicationContext
- JspApplicationContextImpl() - Constructor for class org.apache.sling.scripting.jsp.jasper.runtime.JspApplicationContextImpl
-
- JspCompilationContext - Class in org.apache.sling.scripting.jsp.jasper
-
A place holder for various things that are used through out the JSP
engine.
- JspCompilationContext(String, boolean, Options, ServletContext, JspRuntimeContext, boolean) - Constructor for class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
- JspCompilationContext(String, TagInfo, Options, ServletContext, JspRuntimeContext, boolean, URL) - Constructor for class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
- JspConfig - Class in org.apache.sling.scripting.jsp.jasper.compiler
-
Handles the jsp-config element in WEB_INF/web.xml.
- JspConfig(ServletContext) - Constructor for class org.apache.sling.scripting.jsp.jasper.compiler.JspConfig
-
- JspConfig.JspProperty - Class in org.apache.sling.scripting.jsp.jasper.compiler
-
- JspConfig.JspProperty(String, String, String, String, Vector, Vector, String, String) - Constructor for class org.apache.sling.scripting.jsp.jasper.compiler.JspConfig.JspProperty
-
- jspContext - Variable in class org.apache.sling.scripting.jsp.jasper.runtime.JspFragmentHelper
-
- JspContextWrapper - Class in org.apache.sling.scripting.jsp.jasper.runtime
-
Implementation of a JSP Context Wrapper.
- JspContextWrapper(JspContext, ArrayList, ArrayList, ArrayList, Map) - Constructor for class org.apache.sling.scripting.jsp.jasper.runtime.JspContextWrapper
-
- jspDestroy() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase
-
- JspELException - Exception in org.apache.sling.scripting.jsp.jasper.el
-
- JspELException(String, ELException) - Constructor for exception org.apache.sling.scripting.jsp.jasper.el.JspELException
-
- jspError(String) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.ErrorDispatcher
-
- jspError(Mark, String) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.ErrorDispatcher
-
- jspError(Node, String) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.ErrorDispatcher
-
- jspError(String, String) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.ErrorDispatcher
-
- jspError(Mark, String, String) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.ErrorDispatcher
-
- jspError(Node, String, String) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.ErrorDispatcher
-
- jspError(String, String, String) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.ErrorDispatcher
-
- jspError(String, String, String, String) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.ErrorDispatcher
-
- jspError(Mark, String, String, String) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.ErrorDispatcher
-
- jspError(Mark, String, String, String, String) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.ErrorDispatcher
-
- jspError(Node, String, String, String) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.ErrorDispatcher
-
- jspError(Node, String, String, String, String) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.ErrorDispatcher
-
- jspError(Exception) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.ErrorDispatcher
-
- jspError(String, String, Exception) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.ErrorDispatcher
-
- jspError(Node, String, String, Exception) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.ErrorDispatcher
-
- jspError(String, int, int, String, Exception) - Method in interface org.apache.sling.scripting.jsp.jasper.compiler.ErrorHandler
-
Processes the given JSP parse error.
- jspError(String, Exception) - Method in interface org.apache.sling.scripting.jsp.jasper.compiler.ErrorHandler
-
Processes the given JSP parse error.
- JspFactoryImpl - Class in org.apache.sling.scripting.jsp.jasper.runtime
-
Implementation of JspFactory.
- JspFactoryImpl() - Constructor for class org.apache.sling.scripting.jsp.jasper.runtime.JspFactoryImpl
-
- JspFragmentHelper - Class in org.apache.sling.scripting.jsp.jasper.runtime
-
Helper class from which all Jsp Fragment helper classes extend.
- JspFragmentHelper(int, JspContext, JspTag) - Constructor for class org.apache.sling.scripting.jsp.jasper.runtime.JspFragmentHelper
-
- jspInit() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase
-
- JspMethodExpression - Class in org.apache.sling.scripting.jsp.jasper.el
-
- JspMethodExpression() - Constructor for class org.apache.sling.scripting.jsp.jasper.el.JspMethodExpression
-
- JspMethodExpression(String, MethodExpression) - Constructor for class org.apache.sling.scripting.jsp.jasper.el.JspMethodExpression
-
- JspMethodNotFoundException - Exception in org.apache.sling.scripting.jsp.jasper.el
-
- JspMethodNotFoundException(String, MethodNotFoundException) - Constructor for exception org.apache.sling.scripting.jsp.jasper.el.JspMethodNotFoundException
-
- JspPropertyNotFoundException - Exception in org.apache.sling.scripting.jsp.jasper.el
-
- JspPropertyNotFoundException(String, PropertyNotFoundException) - Constructor for exception org.apache.sling.scripting.jsp.jasper.el.JspPropertyNotFoundException
-
- JspPropertyNotWritableException - Exception in org.apache.sling.scripting.jsp.jasper.el
-
- JspPropertyNotWritableException(String, PropertyNotWritableException) - Constructor for exception org.apache.sling.scripting.jsp.jasper.el.JspPropertyNotWritableException
-
- JspRuntimeContext - Class in org.apache.sling.scripting.jsp.jasper.compiler
-
Class for tracking JSP compile time file dependencies when the
&060;%@include file="..."%&062; directive is used.
- JspRuntimeContext(ServletContext, Options, IOProvider) - Constructor for class org.apache.sling.scripting.jsp.jasper.compiler.JspRuntimeContext
-
Create a JspRuntimeContext for a web application context.
- JspRuntimeContext.JspFactoryHandler - Class in org.apache.sling.scripting.jsp.jasper.compiler
-
This is a delegate forwarding either to our own factory
or the original one.
- JspRuntimeContext.JspFactoryHandler(JspFactory, JspFactory) - Constructor for class org.apache.sling.scripting.jsp.jasper.compiler.JspRuntimeContext.JspFactoryHandler
-
- JspRuntimeLibrary - Class in org.apache.sling.scripting.jsp.jasper.runtime
-
Bunch of util methods that are used by code generated for useBean,
getProperty and setProperty.
- JspRuntimeLibrary() - Constructor for class org.apache.sling.scripting.jsp.jasper.runtime.JspRuntimeLibrary
-
- JspRuntimeLibrary.PrivilegedIntrospectHelper - Class in org.apache.sling.scripting.jsp.jasper.runtime
-
- JspScriptEngineFactory - Class in org.apache.sling.scripting.jsp
-
The JSP engine (a.k.a Jasper).
- JspScriptEngineFactory() - Constructor for class org.apache.sling.scripting.jsp.JspScriptEngineFactory
-
- JspServletContext - Class in org.apache.sling.scripting.jsp
-
The JspServletContext
TODO
- JspServletOptions - Class in org.apache.sling.scripting.jsp
-
A class to hold all init parameters specific to the JSP engine.
- JspServletOptions(ServletContext, IOProvider, ComponentContext, TldLocationsCache) - Constructor for class org.apache.sling.scripting.jsp.JspServletOptions
-
Create an JspServletOptions object using data available from
ServletConfig and ServletContext.
- JspServletWrapper - Class in org.apache.sling.scripting.jsp.jasper.servlet
-
The JSP engine (a.k.a Jasper).
- JspServletWrapper(ServletConfig, Options, String, boolean, JspRuntimeContext, boolean) - Constructor for class org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper
-
JspServletWrapper for JSP pages.
- JspServletWrapper(ServletContext, Options, String, TagInfo, JspRuntimeContext, boolean, URL) - Constructor for class org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper
-
JspServletWrapper for tag files.
- JspSlingHttpServletResponseWrapper - Class in org.apache.sling.scripting.jsp.util
-
The JspSlingHttpServletResponseWrapper
class may be used by
tag library implementors to create a RenderResponse
object
which wraps the writer of the response of a given page context.
- JspSlingHttpServletResponseWrapper(PageContext) - Constructor for class org.apache.sling.scripting.jsp.util.JspSlingHttpServletResponseWrapper
-
Creates an instance of this response wrapper for the given
pageContext
.
- JspSourceDependent - Interface in org.apache.sling.scripting.jsp.jasper.runtime
-
Interface for tracking the source files dependencies, for the purpose
of compiling out of date pages.
- JspUtil - Class in org.apache.sling.scripting.jsp.jasper.compiler
-
This class has all the utility method(s).
- JspUtil() - Constructor for class org.apache.sling.scripting.jsp.jasper.compiler.JspUtil
-
- JspUtil.ValidAttribute - Class in org.apache.sling.scripting.jsp.jasper.compiler
-
- JspUtil.ValidAttribute(String, boolean, boolean) - Constructor for class org.apache.sling.scripting.jsp.jasper.compiler.JspUtil.ValidAttribute
-
- JspUtil.ValidAttribute(String, boolean) - Constructor for class org.apache.sling.scripting.jsp.jasper.compiler.JspUtil.ValidAttribute
-
- JspUtil.ValidAttribute(String) - Constructor for class org.apache.sling.scripting.jsp.jasper.compiler.JspUtil.ValidAttribute
-
- JspValueExpression - Class in org.apache.sling.scripting.jsp.jasper.el
-
Wrapper for providing context to ValueExpressions
- JspValueExpression() - Constructor for class org.apache.sling.scripting.jsp.jasper.el.JspValueExpression
-
- JspValueExpression(String, ValueExpression) - Constructor for class org.apache.sling.scripting.jsp.jasper.el.JspValueExpression
-
- JspWriterImpl - Class in org.apache.sling.scripting.jsp.jasper.runtime
-
Write text to a character-output stream, buffering characters so as
to provide for the efficient writing of single characters, arrays,
and strings.
- JspWriterImpl() - Constructor for class org.apache.sling.scripting.jsp.jasper.runtime.JspWriterImpl
-
- JspWriterImpl(ServletResponse) - Constructor for class org.apache.sling.scripting.jsp.jasper.runtime.JspWriterImpl
-
Create a buffered character-output stream that uses a default-sized
output buffer.
- JspWriterImpl(ServletResponse, int, boolean) - Constructor for class org.apache.sling.scripting.jsp.jasper.runtime.JspWriterImpl
-
Create a new buffered character-output stream that uses an output
buffer of the given size.
- PAGE_DIRECTIVE_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- PageContextImpl - Class in org.apache.sling.scripting.jsp.jasper.runtime
-
Implementation of the PageContext class from the JSP spec.
- pageInfo - Variable in class org.apache.sling.scripting.jsp.jasper.compiler.Compiler
-
- pageNodes - Variable in class org.apache.sling.scripting.jsp.jasper.compiler.Compiler
-
- Param - Class in org.apache.sling.scripting.jsp.jasper.tagplugins.jstl.core
-
- Param() - Constructor for class org.apache.sling.scripting.jsp.jasper.tagplugins.jstl.core.Param
-
- PARAM_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- PARAMS_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- parent - Variable in class org.apache.sling.scripting.jsp.jasper.xmlparser.TreeNode
-
The parent node of this node.
- parentTag - Variable in class org.apache.sling.scripting.jsp.jasper.runtime.JspFragmentHelper
-
- parse(String) - Static method in class org.apache.sling.scripting.jsp.jasper.compiler.ELParser
-
Parse an EL expression
- parseExpression(String, Class, FunctionMapper) - Method in class org.apache.sling.scripting.jsp.jasper.el.ExpressionEvaluatorImpl
-
- parseJavacErrors(String, String, Node.Nodes) - Static method in class org.apache.sling.scripting.jsp.jasper.compiler.ErrorDispatcher
-
Parses the given error message into an array of javac compilation error
messages (one per javac compilation error line number).
- ParserUtils - Class in org.apache.sling.scripting.jsp.jasper.xmlparser
-
XML parsing utilities for processing web application deployment
descriptor and tag library descriptor files.
- ParserUtils() - Constructor for class org.apache.sling.scripting.jsp.jasper.xmlparser.ParserUtils
-
- parseXMLDocument(String, InputSource) - Method in class org.apache.sling.scripting.jsp.jasper.xmlparser.ParserUtils
-
Parse the specified XML document, and return a TreeNode
that corresponds to the root node of the document tree.
- parseXMLDocument(String, InputStream) - Method in class org.apache.sling.scripting.jsp.jasper.xmlparser.ParserUtils
-
Parse the specified XML document, and return a TreeNode
that corresponds to the root node of the document tree.
- peekChar() - Method in class org.apache.sling.scripting.jsp.jasper.xmlparser.XMLEncodingDetector
-
Returns the next character on the input.
- PLUGIN_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- popBody() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspContextWrapper
-
- popBody() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.PageContextImpl
-
- popIndent() - Method in class org.apache.sling.scripting.jsp.jasper.compiler.ServletWriter
-
- postConstruct(AnnotationProcessor, Object) - Static method in class org.apache.sling.scripting.jsp.jasper.runtime.AnnotationHelper
-
Call postConstruct method on the specified instance.
- postConstruct(Object) - Method in interface org.apache.sling.scripting.jsp.jasper.runtime.AnnotationProcessor
-
- PRECOMPILE - Static variable in class org.apache.sling.scripting.jsp.jasper.Constants
-
The query parameter that causes the JSP engine to just
pregenerated the servlet but not invoke it.
- preDestroy(AnnotationProcessor, Object) - Static method in class org.apache.sling.scripting.jsp.jasper.runtime.AnnotationHelper
-
Call preDestroy method on the specified instance.
- preDestroy(Object) - Method in interface org.apache.sling.scripting.jsp.jasper.runtime.AnnotationProcessor
-
- print(char) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.ServletWriter
-
Prints the given char.
- print(int) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.ServletWriter
-
Prints the given int.
- print(String) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.ServletWriter
-
Prints the given string.
- print(boolean) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.BodyContentImpl
-
Print a boolean value.
- print(char) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.BodyContentImpl
-
Print a character.
- print(int) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.BodyContentImpl
-
Print an integer.
- print(long) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.BodyContentImpl
-
Print a long integer.
- print(float) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.BodyContentImpl
-
Print a floating-point number.
- print(double) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.BodyContentImpl
-
Print a double-precision floating-point number.
- print(char[]) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.BodyContentImpl
-
Print an array of characters.
- print(String) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.BodyContentImpl
-
Print a string.
- print(Object) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.BodyContentImpl
-
Print an object.
- print(boolean) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspWriterImpl
-
Print a boolean value.
- print(char) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspWriterImpl
-
Print a character.
- print(int) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspWriterImpl
-
Print an integer.
- print(long) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspWriterImpl
-
Print a long integer.
- print(float) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspWriterImpl
-
Print a floating-point number.
- print(double) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspWriterImpl
-
Print a double-precision floating-point number.
- print(char[]) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspWriterImpl
-
Print an array of characters.
- print(String) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspWriterImpl
-
Print a string.
- print(Object) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspWriterImpl
-
Print an object.
- printComment(Mark, Mark, char[]) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.ServletWriter
-
Print a standard comment for echo outputed chunk.
- printConfiguration(PrintWriter) - Method in class org.apache.sling.scripting.jsp.SlingTldLocationsCache
-
- printil(String) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.ServletWriter
-
Prints the current indention, and then the string, and a '\n'.
- printin() - Method in class org.apache.sling.scripting.jsp.jasper.compiler.ServletWriter
-
Prints the current indention
- printin(String) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.ServletWriter
-
Prints the current indention, followed by the given string
- println(String) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.ServletWriter
-
Prints the given string followed by '\n'
- println() - Method in class org.apache.sling.scripting.jsp.jasper.compiler.ServletWriter
-
Prints a '\n'
- println() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.BodyContentImpl
-
Terminate the current line by writing the line separator string.
- println(boolean) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.BodyContentImpl
-
Print a boolean value and then terminate the line.
- println(char) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.BodyContentImpl
-
Print a character and then terminate the line.
- println(int) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.BodyContentImpl
-
Print an integer and then terminate the line.
- println(long) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.BodyContentImpl
-
Print a long integer and then terminate the line.
- println(float) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.BodyContentImpl
-
Print a floating-point number and then terminate the line.
- println(double) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.BodyContentImpl
-
Print a double-precision floating-point number and then terminate the
line.
- println(char[]) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.BodyContentImpl
-
Print an array of characters and then terminate the line.
- println(String) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.BodyContentImpl
-
Print a String and then terminate the line.
- println(Object) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.BodyContentImpl
-
Print an Object and then terminate the line.
- println() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspWriterImpl
-
Terminate the current line by writing the line separator string.
- println(boolean) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspWriterImpl
-
Print a boolean value and then terminate the line.
- println(char) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspWriterImpl
-
Print a character and then terminate the line.
- println(int) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspWriterImpl
-
Print an integer and then terminate the line.
- println(long) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspWriterImpl
-
Print a long integer and then terminate the line.
- println(float) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspWriterImpl
-
Print a floating-point number and then terminate the line.
- println(double) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspWriterImpl
-
Print a double-precision floating-point number and then terminate the
line.
- println(char[]) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspWriterImpl
-
Print an array of characters and then terminate the line.
- println(String) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspWriterImpl
-
Print a String and then terminate the line.
- println(Object) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspWriterImpl
-
Print an Object and then terminate the line.
- printMultiLn(String) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.ServletWriter
-
Prints the given string.
- processAnnotations(Object) - Method in interface org.apache.sling.scripting.jsp.jasper.runtime.AnnotationProcessor
-
- proprietaryEvaluate(String, Class, PageContext, ProtectedFunctionMapper, boolean) - Static method in class org.apache.sling.scripting.jsp.jasper.runtime.PageContextImpl
-
Proprietary method to evaluate EL expressions.
- ProtectedFunctionMapper - Class in org.apache.sling.scripting.jsp.jasper.runtime
-
Maps EL functions to their Java method counterparts.
- pushBody() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspContextWrapper
-
- pushBody(Writer) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspContextWrapper
-
- pushBody() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.PageContextImpl
-
- pushBody(Writer) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.PageContextImpl
-
- pushIndent() - Method in class org.apache.sling.scripting.jsp.jasper.compiler.ServletWriter
-
- putContext(Class, Object) - Method in class org.apache.sling.scripting.jsp.jasper.el.ELContextWrapper
-
- putIANA2JavaMapping(String, String) - Static method in class org.apache.sling.scripting.jsp.jasper.xmlparser.EncodingMap
-
Adds an IANA to Java encoding name mapping.
- putJava2IANAMapping(String, String) - Static method in class org.apache.sling.scripting.jsp.jasper.xmlparser.EncodingMap
-
Adds a Java to IANA encoding name mapping.
- scanChar() - Method in class org.apache.sling.scripting.jsp.jasper.xmlparser.XMLEncodingDetector
-
Returns the next character on the input.
- scanData(String, XMLStringBuffer) - Method in class org.apache.sling.scripting.jsp.jasper.xmlparser.XMLEncodingDetector
-
Scans a range of character data up to the specified delimiter,
setting the fields of the XMLString structure, appropriately.
- scanLiteral(int, XMLString) - Method in class org.apache.sling.scripting.jsp.jasper.xmlparser.XMLEncodingDetector
-
Scans a range of attribute value data, setting the fields of the
XMLString structure, appropriately.
- scanName() - Method in class org.apache.sling.scripting.jsp.jasper.xmlparser.XMLEncodingDetector
-
Returns a string matching the Name production appearing immediately
on the input as a symbol, or null if no Name string is present.
- scanPseudoAttribute(boolean, XMLString) - Method in class org.apache.sling.scripting.jsp.jasper.xmlparser.XMLEncodingDetector
-
Scans a pseudo attribute.
- SCRIPT_TYPE - Static variable in class org.apache.sling.scripting.jsp.JspScriptEngineFactory
-
- SCRIPTLET_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- SecurityClassLoad - Class in org.apache.sling.scripting.jsp.jasper.security
-
Static class used to preload java classes when using the
Java SecurityManager so that the defineClassInPackage
RuntimePermission does not trigger an AccessControlException.
- SecurityClassLoad() - Constructor for class org.apache.sling.scripting.jsp.jasper.security.SecurityClassLoad
-
- securityClassLoad(ClassLoader) - Static method in class org.apache.sling.scripting.jsp.jasper.security.SecurityClassLoad
-
- SecurityUtil - Class in org.apache.sling.scripting.jsp.jasper.security
-
Util class for Security related operations.
- SecurityUtil() - Constructor for class org.apache.sling.scripting.jsp.jasper.security.SecurityUtil
-
- service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase
-
Entry point into service.
- service(SlingBindings) - Method in class org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper
-
- service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper
-
Process the request.
- service(ServletRequest, ServletResponse) - Method in class org.apache.sling.scripting.jsp.JspScriptEngineFactory
-
- SERVICE_METHOD_NAME - Static variable in class org.apache.sling.scripting.jsp.jasper.Constants
-
_jspService is the name of the method that is called by
HttpJspBase.service().
- SERVLET_CLASSPATH - Static variable in class org.apache.sling.scripting.jsp.jasper.Constants
-
ServletContext attribute for classpath.
- SERVLET_CONTENT_TYPE - Static variable in class org.apache.sling.scripting.jsp.jasper.Constants
-
Default servlet content type.
- ServletResponseWrapperInclude - Class in org.apache.sling.scripting.jsp.jasper.runtime
-
ServletResponseWrapper used by the JSP 'include' action.
- ServletResponseWrapperInclude(ServletResponse, JspWriter) - Constructor for class org.apache.sling.scripting.jsp.jasper.runtime.ServletResponseWrapperInclude
-
- ServletWriter - Class in org.apache.sling.scripting.jsp.jasper.compiler
-
This is what is used to generate servlets.
- ServletWriter(PrintWriter) - Constructor for class org.apache.sling.scripting.jsp.jasper.compiler.ServletWriter
-
- SESSION_PARAMETER_NAME - Static variable in class org.apache.sling.scripting.jsp.jasper.Constants
-
The name of the path parameter used to pass the session identifier
back and forth with the client.
- Set - Class in org.apache.sling.scripting.jsp.jasper.tagplugins.jstl.core
-
- Set() - Constructor for class org.apache.sling.scripting.jsp.jasper.tagplugins.jstl.core.Set
-
- SET_PROPERTY_ACTION - Static variable in interface org.apache.sling.scripting.jsp.jasper.compiler.TagConstants
-
- setAttribute(String, Object) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspContextWrapper
-
- setAttribute(String, Object, int) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspContextWrapper
-
- setAttribute(String, Object) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.PageContextImpl
-
- setAttribute(String, Object, int) - Method in class org.apache.sling.scripting.jsp.jasper.runtime.PageContextImpl
-
- setAttribute(String, Object) - Method in class org.apache.sling.scripting.jsp.JspServletContext
-
- setBody(String) - Method in class org.apache.sling.scripting.jsp.jasper.xmlparser.TreeNode
-
Set the body text associated with this node (if any).
- setCharEncoding(String) - Method in class org.apache.sling.scripting.jsp.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- setContentType(String) - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
- setContentType(String) - Method in class org.apache.sling.scripting.jsp.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
Has no effect.
- setDoEmbedded(boolean) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.SmapGenerator
-
Instructs the SmapGenerator whether to actually print any embedded
SMAPs or not.
- setErrorOnUseBeanInvalidClassAttribute(boolean) - Method in class org.apache.sling.scripting.jsp.jasper.EmbeddedServletOptions
-
- setErrorOnUseBeanInvalidClassAttribute(boolean) - Method in class org.apache.sling.scripting.jsp.JspServletOptions
-
- setErrorPage(boolean) - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
- setFunctionMapper(FunctionMapper) - Method in class org.apache.sling.scripting.jsp.jasper.el.ELContextImpl
-
- setInputLineCount(int) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.SmapStratum.LineInfo
-
Sets InputLineCount.
- setInputStartLine(int) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.SmapStratum.LineInfo
-
Sets InputStartLine.
- setLineFileID(int) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.SmapStratum.LineInfo
-
Sets lineFileID.
- setLocale(Locale) - Method in class org.apache.sling.scripting.jsp.jasper.el.ELContextWrapper
-
- setLocale(Locale) - Method in class org.apache.sling.scripting.jsp.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
Has no effect.
- setNoTldJars(String) - Static method in class org.apache.sling.scripting.jsp.jasper.compiler.OriginalTldLocationsCache
-
Sets the list of JARs that are known not to contain any TLDs.
- setOutputFileName(String) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.SmapGenerator
-
Sets the filename (without path information) for the generated
source file.
- setOutputLineIncrement(int) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.SmapStratum.LineInfo
-
Sets OutputLineIncrement.
- setOutputStartLine(int) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.SmapStratum.LineInfo
-
Sets OutputStartLine.
- setPluginAttribute(String, Object) - Method in interface org.apache.sling.scripting.jsp.jasper.compiler.tagplugin.TagPluginContext
-
Associate the attribute with a value in the current tagplugin context.
- setProperty(String, String) - Method in class org.apache.sling.scripting.jsp.jasper.EmbeddedServletOptions
-
- setProperty(String, String) - Method in class org.apache.sling.scripting.jsp.JspServletOptions
-
- setPropertyResolved(boolean) - Method in class org.apache.sling.scripting.jsp.jasper.el.ELContextWrapper
-
- setPrototypeMode(boolean) - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
- setServletClassName(String) - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
- setServletPackageName(String) - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
The package name into which the servlet class is generated.
- setStatus(int) - Method in class org.apache.sling.scripting.jsp.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- setTagFileJarUrl(String, URL) - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
- setTagInfo(TagInfo) - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
- setTldLocationsCache(TldLocationsCache) - Method in class org.apache.sling.scripting.jsp.jasper.EmbeddedServletOptions
-
- setTldLocationsCache(TldLocationsCache) - Method in class org.apache.sling.scripting.jsp.JspServletOptions
-
- setUsage(int) - Method in class org.apache.sling.scripting.jsp.jasper.compiler.JspRuntimeContext.JspFactoryHandler
-
- setValue(ELContext, Object, Object, Object) - Method in class org.apache.sling.scripting.jsp.jasper.el.ELResolverImpl
-
- setValue(ELContext, Object) - Method in class org.apache.sling.scripting.jsp.jasper.el.JspValueExpression
-
- setValues(char[], int, int) - Method in class org.apache.sling.scripting.jsp.jasper.xmlparser.XMLString
-
Initializes the contents of the XMLString structure with the
specified values.
- setValues(XMLString) - Method in class org.apache.sling.scripting.jsp.jasper.xmlparser.XMLString
-
Initializes the contents of the XMLString structure with copies
of the given string structure.
- setVariableMapper(VariableMapper) - Method in class org.apache.sling.scripting.jsp.jasper.el.ELContextImpl
-
- setWriter(ServletWriter) - Method in class org.apache.sling.scripting.jsp.jasper.JspCompilationContext
-
- skip(long) - Method in class org.apache.sling.scripting.jsp.jasper.xmlparser.ASCIIReader
-
Skip characters.
- skip(long) - Method in class org.apache.sling.scripting.jsp.jasper.xmlparser.UCSReader
-
Skip characters.
- skip(long) - Method in class org.apache.sling.scripting.jsp.jasper.xmlparser.UTF8Reader
-
Skip characters.
- skipChar(int) - Method in class org.apache.sling.scripting.jsp.jasper.xmlparser.XMLEncodingDetector
-
Skips a character appearing immediately on the input.
- skipSpaces() - Method in class org.apache.sling.scripting.jsp.jasper.xmlparser.XMLEncodingDetector
-
Skips space characters appearing immediately on the input.
- skipString(String) - Method in class org.apache.sling.scripting.jsp.jasper.xmlparser.XMLEncodingDetector
-
Skips the specified string appearing immediately on the input.
- Slf4jLog - Class in org.apache.juli.logging
-
- SlingPageException - Exception in org.apache.sling.scripting.jsp
-
The SlingPageException
is a runtime exception.
- SlingPageException(String) - Constructor for exception org.apache.sling.scripting.jsp.SlingPageException
-
- SlingTldLocationsCache - Class in org.apache.sling.scripting.jsp
-
The SlingTldLocationsCache
TODO
- SlingTldLocationsCache(BundleContext) - Constructor for class org.apache.sling.scripting.jsp.SlingTldLocationsCache
-
- SMAP_ENCODING - Static variable in class org.apache.sling.scripting.jsp.jasper.compiler.SmapUtil
-
- SmapGenerator - Class in org.apache.sling.scripting.jsp.jasper.compiler
-
Represents a source map (SMAP), which serves to associate lines
of the input JSP file(s) to lines in the generated servlet in the
final .class file, according to the JSR-045 spec.
- SmapGenerator() - Constructor for class org.apache.sling.scripting.jsp.jasper.compiler.SmapGenerator
-
- SmapStratum - Class in org.apache.sling.scripting.jsp.jasper.compiler
-
Represents the line and file mappings associated with a JSR-045
"stratum".
- SmapStratum(String) - Constructor for class org.apache.sling.scripting.jsp.jasper.compiler.SmapStratum
-
Constructs a new SmapStratum object for the given stratum name
(e.g., JSP).
- SmapStratum.LineInfo - Class in org.apache.sling.scripting.jsp.jasper.compiler
-
Represents a single LineSection in an SMAP, associated with
a particular stratum.
- SmapStratum.LineInfo() - Constructor for class org.apache.sling.scripting.jsp.jasper.compiler.SmapStratum.LineInfo
-
- SmapUtil - Class in org.apache.sling.scripting.jsp.jasper.compiler
-
Contains static utilities for generating SMAP data based on the
current version of Jasper.
- SmapUtil() - Constructor for class org.apache.sling.scripting.jsp.jasper.compiler.SmapUtil
-
- SPACES - Static variable in class org.apache.sling.scripting.jsp.jasper.compiler.ServletWriter
-
- specialCharactersRepresentation - Static variable in class org.apache.sling.scripting.jsp.jasper.tagplugins.jstl.Util
-
- STANDARD_IMPORTS - Static variable in class org.apache.sling.scripting.jsp.jasper.Constants
-
These classes/packages are automatically imported by the
generated code.
- stripSession(String) - Static method in class org.apache.sling.scripting.jsp.jasper.tagplugins.jstl.Util
-
Strips a servlet session ID from url.
- supplemental(char, char) - Static method in class org.apache.sling.scripting.jsp.jasper.xmlparser.XMLChar
-
Returns true the supplemental character corresponding to the given
surrogates.
- symbol - Variable in class org.apache.sling.scripting.jsp.jasper.xmlparser.SymbolTable.Entry
-
Symbol.
- SymbolTable - Class in org.apache.sling.scripting.jsp.jasper.xmlparser
-
This class is a symbol table implementation that guarantees that
strings used as identifiers are unique references.
- SymbolTable() - Constructor for class org.apache.sling.scripting.jsp.jasper.xmlparser.SymbolTable
-
Constructs a symbol table with a default number of buckets.
- SymbolTable(int) - Constructor for class org.apache.sling.scripting.jsp.jasper.xmlparser.SymbolTable
-
Constructs a symbol table with a specified number of buckets.
- SymbolTable.Entry - Class in org.apache.sling.scripting.jsp.jasper.xmlparser
-
This class is a symbol table entry.
- SymbolTable.Entry(String, SymbolTable.Entry) - Constructor for class org.apache.sling.scripting.jsp.jasper.xmlparser.SymbolTable.Entry
-
Constructs a new entry from the specified symbol and next entry
reference.
- SymbolTable.Entry(char[], int, int, SymbolTable.Entry) - Constructor for class org.apache.sling.scripting.jsp.jasper.xmlparser.SymbolTable.Entry
-
Constructs a new entry from the specified symbol information and
next entry reference.
- syncBeforeInvoke() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspContextWrapper
-
Synchronize variables before fragment invokation
- syncBeginTagFile() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspContextWrapper
-
Synchronize variables at begin of tag file
- syncEndTagFile() - Method in class org.apache.sling.scripting.jsp.jasper.runtime.JspContextWrapper
-
Synchronize variables at end of tag file