Index

A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

J

JarInputStream - Class in org.bluezoo.gumdrop.util
Wrapper for an input stream returned from a JarFile.getInputStream.
JarInputStream(JarFile, JarEntry) - Constructor for class org.bluezoo.gumdrop.util.JarInputStream
 
javax.servlet.jsp - package javax.servlet.jsp
 
JmsConnectionFactory - Class in org.bluezoo.gumdrop.servlet.jndi
Corresponds to a jms-connection-factory element in a deployment descriptor.
JmsConnectionFactory() - Constructor for class org.bluezoo.gumdrop.servlet.jndi.JmsConnectionFactory
 
JmsConnectionFactory.Pool - Class in org.bluezoo.gumdrop.servlet.jndi
Connection pool configuration for a JMS connection factory.
JmsDestination - Class in org.bluezoo.gumdrop.servlet.jndi
Corresponds to a jms-destination element in a deployment descriptor.
JmsDestination() - Constructor for class org.bluezoo.gumdrop.servlet.jndi.JmsDestination
 
JndiContext - Interface in org.bluezoo.gumdrop.servlet.jndi
Interface for servlet context JNDI operations.
join() - Method in class org.bluezoo.gumdrop.AcceptSelectorLoop
Waits for this AcceptSelectorLoop's thread to terminate.
join() - Method in class org.bluezoo.gumdrop.Gumdrop
Waits for all SelectorLoop threads to complete.
join() - Method in class org.bluezoo.gumdrop.SelectorLoop
Waits for this SelectorLoop's thread to terminate.
JSPCodeGenerator - Class in org.bluezoo.gumdrop.servlet.jsp
Generates Java servlet source code from a JSP Abstract Syntax Tree.
JSPCodeGenerator(JSPPage, OutputStream, TaglibRegistry) - Constructor for class org.bluezoo.gumdrop.servlet.jsp.JSPCodeGenerator
Constructs a new JSPCodeGenerator.
JSPCodeGenerator(JSPPage, OutputStream, TaglibRegistry, JSPPropertyGroupResolver.ResolvedJSPProperties) - Constructor for class org.bluezoo.gumdrop.servlet.jsp.JSPCodeGenerator
Constructs a new JSPCodeGenerator with JSP configuration properties.
JspConfig - Class in org.bluezoo.gumdrop.servlet
A jsp-config deployment descriptor definition.
JspConfig() - Constructor for class org.bluezoo.gumdrop.servlet.JspConfig
 
JSPDependencyTracker - Class in org.bluezoo.gumdrop.servlet.jsp
Tracks dependencies between JSP files to enable incremental compilation.
JSPDependencyTracker(ServletContext, File) - Constructor for class org.bluezoo.gumdrop.servlet.jsp.JSPDependencyTracker
Creates a new dependency tracker for the given servlet context.
JSPElement - Interface in org.bluezoo.gumdrop.servlet.jsp
Base interface for all JSP elements in the abstract syntax tree.
JSPElement.Type - Enum Class in org.bluezoo.gumdrop.servlet.jsp
Enumeration of JSP element types.
JSPElementVisitor - Interface in org.bluezoo.gumdrop.servlet.jsp
Visitor interface for processing JSP elements using the visitor pattern.
JspException - Exception in javax.servlet.jsp
Basic JSP Exception for Gumdrop JSP support.
JspException() - Constructor for exception javax.servlet.jsp.JspException
Construct a JspException.
JspException(String) - Constructor for exception javax.servlet.jsp.JspException
Constructs a new JSP exception with the specified message.
JspException(String, Throwable) - Constructor for exception javax.servlet.jsp.JspException
Constructs a new JSP exception with the specified detail message and cause.
JspException(Throwable) - Constructor for exception javax.servlet.jsp.JspException
Constructs a new JSP exception with the specified cause.
JspFactory - Class in javax.servlet.jsp
Minimal JSP Factory implementation for Gumdrop JSP support.
JspFactory() - Constructor for class javax.servlet.jsp.JspFactory
Sole constructor.
JSPHotReloader - Class in org.bluezoo.gumdrop.servlet.jsp
Monitors JSP files for changes and invalidates cached servlets when modifications are detected, enabling instant reload during development.
JSPHotReloader(Context, File, JSPHotReloader.JSPReloadCallback) - Constructor for class org.bluezoo.gumdrop.servlet.jsp.JSPHotReloader
Creates a new JSP hot reloader.
JSPHotReloader.JSPReloadCallback - Interface in org.bluezoo.gumdrop.servlet.jsp
Callback interface for JSP reload events.
jspNeedsRecompilation(String) - Method in class org.bluezoo.gumdrop.servlet.Context
Checks if a JSP file needs recompilation.
JSPPage - Class in org.bluezoo.gumdrop.servlet.jsp
Represents a parsed JSP page as an abstract syntax tree (AST).
JSPPage(String, String) - Constructor for class org.bluezoo.gumdrop.servlet.jsp.JSPPage
Creates a new JSP page representation.
JSPParseException - Exception in org.bluezoo.gumdrop.servlet.jsp
Exception thrown when JSP parsing encounters syntax errors or other parsing failures.
JSPParseException(String) - Constructor for exception org.bluezoo.gumdrop.servlet.jsp.JSPParseException
Creates a new JSP parse exception with the specified message.
JSPParseException(String, String, int, int) - Constructor for exception org.bluezoo.gumdrop.servlet.jsp.JSPParseException
Creates a new JSP parse exception with location information.
JSPParseException(String, String, int, int, Throwable) - Constructor for exception org.bluezoo.gumdrop.servlet.jsp.JSPParseException
Creates a new JSP parse exception with location information and underlying cause.
JSPParseException(String, Throwable) - Constructor for exception org.bluezoo.gumdrop.servlet.jsp.JSPParseException
Creates a new JSP parse exception with the specified message and cause.
JSPParser - Interface in org.bluezoo.gumdrop.servlet.jsp
Common interface for JSP parsers that can handle both XML (JSPX) and traditional JSP syntax.
JSPParserFactory - Class in org.bluezoo.gumdrop.servlet.jsp
Factory for creating JSP parsers and automatically detecting JSP format.
JSPParserFactory() - Constructor for class org.bluezoo.gumdrop.servlet.jsp.JSPParserFactory
Creates a JSP parser factory.
JSPParserFactory.ParserType - Enum Class in org.bluezoo.gumdrop.servlet.jsp
Enumeration of available parser types.
JSPPrecompiler - Class in org.bluezoo.gumdrop.servlet.jsp
Precompiles JSP files to servlet classes at build time.
JSPPrecompiler() - Constructor for class org.bluezoo.gumdrop.servlet.jsp.JSPPrecompiler
Creates a new JSP precompiler.
JspPropertyGroup - Class in org.bluezoo.gumdrop.servlet
A jsp-property-group deployment descriptor definition.
JspPropertyGroup() - Constructor for class org.bluezoo.gumdrop.servlet.JspPropertyGroup
 
JSPPropertyGroupResolver - Class in org.bluezoo.gumdrop.servlet.jsp
Resolves JSP property group configurations according to the JSP specification.
JSPPropertyGroupResolver() - Constructor for class org.bluezoo.gumdrop.servlet.jsp.JSPPropertyGroupResolver
 
JSPPropertyGroupResolver.ResolvedJSPProperties - Class in org.bluezoo.gumdrop.servlet.jsp
Represents the resolved JSP configuration properties for a specific JSP page.
JSPServlet - Class in org.bluezoo.gumdrop.servlet.jsp
Servlet that handles JSP compilation and execution.
JSPServlet() - Constructor for class org.bluezoo.gumdrop.servlet.jsp.JSPServlet
 
JSPSourceLocation - Class in org.bluezoo.gumdrop.servlet.jsp
Represents a location in a JSP source file.
JSPSourceLocation(String, int) - Constructor for class org.bluezoo.gumdrop.servlet.jsp.JSPSourceLocation
Creates a new JSP source location.
JSPSourceLocation(String, int, int) - Constructor for class org.bluezoo.gumdrop.servlet.jsp.JSPSourceLocation
Creates a new JSP source location with column information.
JSPSourceLocation(String, int, int, String) - Constructor for class org.bluezoo.gumdrop.servlet.jsp.JSPSourceLocation
Creates a new JSP source location with element type information.
JspWriter - Class in javax.servlet.jsp
Minimal JSP Writer implementation for Gumdrop JSP support.
JspWriter(int, boolean) - Constructor for class javax.servlet.jsp.JspWriter
Protected constructor.
JUNK - Enum constant in enum class org.bluezoo.gumdrop.mailbox.MailboxAttribute
Used for junk/spam messages.
JWT_AUTH - Static variable in class org.bluezoo.gumdrop.http.HTTPAuthenticationMethods
JWT Authentication - JSON Web Token validation.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form