A E G I J L O R S

A

attributes - Variable in class org.apache.sling.maven.jspc.JspCServletContext
Servlet context attributes.

E

execute() - Method in class org.apache.sling.maven.jspc.JspcMojo
 

G

genStringAsCharArray() - Method in class org.apache.sling.maven.jspc.JspcMojo
 
getAttribute(String) - Method in class org.apache.sling.maven.jspc.JspCServletContext
Return the specified context attribute, if any.
getAttributeNames() - Method in class org.apache.sling.maven.jspc.JspCServletContext
Return an enumeration of context attribute names.
getCache() - Method in class org.apache.sling.maven.jspc.JspcMojo
 
getCheckInterval() - Method in class org.apache.sling.maven.jspc.JspcMojo
 
getClassDebugInfo() - Method in class org.apache.sling.maven.jspc.JspcMojo
 
getClassPath() - Method in class org.apache.sling.maven.jspc.JspcMojo
 
getCompiler() - Method in class org.apache.sling.maven.jspc.JspcMojo
 
getCompilerClassName() - Method in class org.apache.sling.maven.jspc.JspcMojo
 
getCompilerSourceVM() - Method in class org.apache.sling.maven.jspc.JspcMojo
 
getCompilerTargetVM() - Method in class org.apache.sling.maven.jspc.JspcMojo
 
getContext(String) - Method in class org.apache.sling.maven.jspc.JspCServletContext
Return the servlet context for the specified path.
getContextPath() - Method in class org.apache.sling.maven.jspc.JspCServletContext
Return "/" as the context path for compilation.
getDevelopment() - Method in class org.apache.sling.maven.jspc.JspcMojo
 
getDisplaySourceFragment() - Method in class org.apache.sling.maven.jspc.JspcMojo
 
getErrorOnUseBeanInvalidClassAttribute() - Method in class org.apache.sling.maven.jspc.JspcMojo
 
getFork() - Method in class org.apache.sling.maven.jspc.JspcMojo
 
getIeClassId() - Method in class org.apache.sling.maven.jspc.JspcMojo
 
getInitParameter(String) - Method in class org.apache.sling.maven.jspc.JspCServletConfig
 
getInitParameter(String) - Method in class org.apache.sling.maven.jspc.JspCServletContext
Return the specified context initialization parameter.
getInitParameterNames() - Method in class org.apache.sling.maven.jspc.JspCServletConfig
 
getInitParameterNames() - Method in class org.apache.sling.maven.jspc.JspCServletContext
Return an enumeration of the names of context initialization parameters.
getJavaEncoding() - Method in class org.apache.sling.maven.jspc.JspcMojo
 
getJspClassLoader() - Method in class org.apache.sling.maven.jspc.JspcMojo
 
getJspConfig() - Method in class org.apache.sling.maven.jspc.JspcMojo
 
getKeepGenerated() - Method in class org.apache.sling.maven.jspc.JspcMojo
 
getMajorVersion() - Method in class org.apache.sling.maven.jspc.JspCServletContext
Return the Servlet API major version number.
getMappedFile() - Method in class org.apache.sling.maven.jspc.JspcMojo
 
getMimeType(String) - Method in class org.apache.sling.maven.jspc.JspCServletContext
Return the MIME type for the specified filename.
getMinorVersion() - Method in class org.apache.sling.maven.jspc.JspCServletContext
Return the Servlet API minor version number.
getModificationTestInterval() - Method in class org.apache.sling.maven.jspc.JspcMojo
 
getNamedDispatcher(String) - Method in class org.apache.sling.maven.jspc.JspCServletContext
Return a request dispatcher for the specified servlet name.
getRealPath(String) - Method in class org.apache.sling.maven.jspc.JspCServletContext
Return the real path for the specified context-relative virtual path.
getRequestDispatcher(String) - Method in class org.apache.sling.maven.jspc.JspCServletContext
Return a request dispatcher for the specified context-relative path.
getResource(String) - Method in class org.apache.sling.maven.jspc.JspCServletContext
Return a URL object of a resource that is mapped to the specified context-relative path.
getResourceAsStream(String) - Method in class org.apache.sling.maven.jspc.JspCServletContext
Return an InputStream allowing access to the resource at the specified context-relative path.
getResourcePaths(String) - Method in class org.apache.sling.maven.jspc.JspCServletContext
Return the set of resource paths for the "directory" at the specified context path.
getScratchDir() - Method in class org.apache.sling.maven.jspc.JspcMojo
 
getSendErrorToClient() - Method in class org.apache.sling.maven.jspc.JspcMojo
 
getServerInfo() - Method in class org.apache.sling.maven.jspc.JspCServletContext
Return descriptive information about this server.
getServlet(String) - Method in class org.apache.sling.maven.jspc.JspCServletContext
Deprecated. This method has been deprecated with no replacement
getServletContext() - Method in class org.apache.sling.maven.jspc.JspCServletConfig
 
getServletContextName() - Method in class org.apache.sling.maven.jspc.JspCServletContext
Return the name of this servlet context.
getServletName() - Method in class org.apache.sling.maven.jspc.JspCServletConfig
 
getServletNames() - Method in class org.apache.sling.maven.jspc.JspCServletContext
Deprecated. This method has been deprecated with no replacement
getServlets() - Method in class org.apache.sling.maven.jspc.JspCServletContext
Deprecated. This method has been deprecated with no replacement
getTagPluginManager() - Method in class org.apache.sling.maven.jspc.JspcMojo
 
getTldLocationsCache() - Method in class org.apache.sling.maven.jspc.JspcMojo
 
getTrimSpaces() - Method in class org.apache.sling.maven.jspc.JspcMojo
 

I

isCaching() - Method in class org.apache.sling.maven.jspc.JspcMojo
 
isPoolingEnabled() - Method in class org.apache.sling.maven.jspc.JspcMojo
 
isSmapDumped() - Method in class org.apache.sling.maven.jspc.JspcMojo
 
isSmapSuppressed() - Method in class org.apache.sling.maven.jspc.JspcMojo
 
isXpoweredBy() - Method in class org.apache.sling.maven.jspc.JspcMojo
 

J

JspcMojo - Class in org.apache.sling.maven.jspc
The JspcMojo is implements the Sling Maven JspC goal jspc compiling JSP into the target and creating a component descriptor for Declarative Services to use the JSP with the help of the appropriate adapter as component.
JspcMojo() - Constructor for class org.apache.sling.maven.jspc.JspcMojo
 
JspCServletConfig - Class in org.apache.sling.maven.jspc
 
JspCServletConfig(ServletContext) - Constructor for class org.apache.sling.maven.jspc.JspCServletConfig
 
JspCServletContext - Class in org.apache.sling.maven.jspc
Simple ServletContext implementation without HTTP-specific methods.
JspCServletContext(Log, URL) - Constructor for class org.apache.sling.maven.jspc.JspCServletContext
Create a new instance of this ServletContext implementation.

L

log - Variable in class org.apache.sling.maven.jspc.JspCServletContext
The log writer we will write log messages to.
log(String) - Method in class org.apache.sling.maven.jspc.JspCServletContext
Log the specified message.
log(Exception, String) - Method in class org.apache.sling.maven.jspc.JspCServletContext
Deprecated. Use log(String,Throwable) instead
log(String, Throwable) - Method in class org.apache.sling.maven.jspc.JspCServletContext
Log the specified message and exception.

O

org.apache.sling.maven.jspc - package org.apache.sling.maven.jspc
 

R

removeAttribute(String) - Method in class org.apache.sling.maven.jspc.JspCServletContext
Remove the specified context attribute.
resourceBaseURL - Variable in class org.apache.sling.maven.jspc.JspCServletContext
The base URL (document root) for this context.

S

scanFiles(File) - Method in class org.apache.sling.maven.jspc.JspcMojo
Locate all jsp files in the webapp.
setAttribute(String, Object) - Method in class org.apache.sling.maven.jspc.JspCServletContext
Set or replace the specified context attribute.

A E G I J L O R S

Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.