Index

A B C D E F G H I J K L M N O P Q R S T U V W _ 
All Classes|All Packages

A

acceptsURL(String) - Method in class cloud.piranha.database.environment.EnvironmentDriver
De we accept the URL?
add(WebApplicationExtension) - Method in interface cloud.piranha.webapp.api.WebApplicationExtensionContext
Add the extension to the web application.
add(WebApplicationExtension) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationExtensionContext
Add the extension.
add(Class<? extends WebApplicationExtension>) - Method in interface cloud.piranha.webapp.api.WebApplicationExtensionContext
Add the extension to the web application.
add(Class<? extends WebApplicationExtension>) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationExtensionContext
Add the extension.
addAnnotation(AnnotationManager.AnnotationInfo<?>) - Method in class cloud.piranha.webapp.impl.DefaultAnnotationManager
 
addCookie(Cookie) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Add the cookie.
addCookie(Cookie) - Method in interface javax.servlet.http.HttpServletResponse
Adds the cookie.
addCookie(Cookie) - Method in class javax.servlet.http.HttpServletResponseWrapper
Add the cookie.
addCredential(InMemoryIdentityStore.Credential) - Static method in class cloud.piranha.micro.core.InMemoryIdentityStore
 
addCredential(String, String, List<String>) - Static method in class cloud.piranha.micro.core.InMemoryIdentityStore
 
addDateHeader(String, long) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Add the date header.
addDateHeader(String, long) - Method in interface javax.servlet.http.HttpServletResponse
Add the date header.
addDateHeader(String, long) - Method in class javax.servlet.http.HttpServletResponseWrapper
Add the date header.
addErrorPage(int, String) - Method in interface cloud.piranha.webapp.api.WebApplication
Adds an error page to be forwarded to on the given HTTP status code
addErrorPage(int, String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
 
addErrorPage(String, String) - Method in interface cloud.piranha.webapp.api.WebApplication
Adds an error page to be forwarded to on the given exception
addErrorPage(String, String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
 
addFilter(String, Class<? extends Filter>) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
 
addFilter(String, Class<? extends Filter>) - Method in interface javax.servlet.ServletContext
Add the filter.
addFilter(String, String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
 
addFilter(String, String) - Method in interface javax.servlet.ServletContext
Add the filter.
addFilter(String, Filter) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
 
addFilter(String, Filter) - Method in interface javax.servlet.ServletContext
Add the filter.
addFilter(Filter) - Method in class cloud.piranha.nano.NanoPiranha
Add a filter.
addFilterMapping(String, boolean, String...) - Method in interface cloud.piranha.webapp.api.WebApplication
Add a mapping for the given filter.
addFilterMapping(String, String...) - Method in interface cloud.piranha.webapp.api.WebApplication
Add a mapping for the given filter.
addFilterMapping(String, String...) - Method in interface cloud.piranha.webapp.api.WebApplicationRequestMapper
Add a filter mapping.
addFilterMapping(Set<DispatcherType>, String, boolean, String...) - Method in interface cloud.piranha.webapp.api.WebApplication
Add a mapping for the given filter.
addFilterMapping(Set<DispatcherType>, String, boolean, String...) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
 
addFilterMapping(Set<DispatcherType>, String, String...) - Method in interface cloud.piranha.webapp.api.WebApplicationRequestMapper
Add a filter mapping.
addFilterMapping(Set<DispatcherType>, String, String...) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequestMapper
 
addFilterMappingBeforeExisting(String, String...) - Method in interface cloud.piranha.webapp.api.WebApplicationRequestMapper
Add a filter mapping.
addFilterMappingBeforeExisting(Set<DispatcherType>, String, String...) - Method in interface cloud.piranha.webapp.api.WebApplicationRequestMapper
Add a filter mapping.
addFilterMappingBeforeExisting(Set<DispatcherType>, String, String...) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequestMapper
 
addFilters(DispatcherType, DefaultServletInvocation, String, String) - Method in class cloud.piranha.webapp.impl.DefaultInvocationFinder
 
addHeader(String, String) - Method in class cloud.piranha.http.impl.DefaultHttpServerRequest
Add the header.
addHeader(String, String) - Method in class cloud.piranha.nano.NanoRequest
Add a header.
addHeader(String, String) - Method in interface cloud.piranha.webapp.api.HttpHeaderManager
Add the header.
addHeader(String, String) - Method in class cloud.piranha.webapp.impl.DefaultHttpHeaderManager
Add the header.
addHeader(String, String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Add the header.
addHeader(String, String) - Method in interface javax.servlet.http.HttpServletResponse
Add the header.
addHeader(String, String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Add the header.
addHeader(String, String) - Method in interface javax.servlet.http.PushBuilder
Add the header.
addInitializer(String) - Method in interface cloud.piranha.webapp.api.WebApplication
Add a servlet container initializer.
addInitializer(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
 
addInitializer(ServletContainerInitializer) - Method in interface cloud.piranha.webapp.api.WebApplication
Add a servlet container initializer.
addInitializer(ServletContainerInitializer) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
 
addInitParam(WebXmlFilterInitParam) - Method in class cloud.piranha.webapp.impl.WebXmlFilter
Add init param.
addInitParam(WebXmlServletInitParam) - Method in class cloud.piranha.webapp.impl.WebXmlServlet
Add init param.
addInstance(Class<?>, Class<?>) - Method in class cloud.piranha.webapp.impl.DefaultAnnotationManager
 
addIntHeader(String, int) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Add the integer header.
addIntHeader(String, int) - Method in interface javax.servlet.http.HttpServletResponse
Add the intheader.
addIntHeader(String, int) - Method in class javax.servlet.http.HttpServletResponseWrapper
Add the int header.
addJspFile(WebApplication, String, String) - Method in class cloud.piranha.pages.jasper.JasperJspManager
Add the JSP file.
addJspFile(WebApplication, String, String) - Method in interface cloud.piranha.webapp.api.JspManager
Add the JSP file.
addJspFile(WebApplication, String, String) - Method in class cloud.piranha.webapp.impl.DefaultJspFileManager
Add the JSP file.
addJspFile(String, String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
 
addJspFile(String, String) - Method in interface javax.servlet.ServletContext
Add a JSP file.
addListener(Class<? extends EventListener>) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
 
addListener(Class<? extends EventListener>) - Method in interface javax.servlet.ServletContext
Add the listener.
addListener(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
 
addListener(String) - Method in interface javax.servlet.ServletContext
Add the listener.
addListener(AsyncListener) - Method in class cloud.piranha.webapp.impl.DefaultAsyncContext
Add the listener.
addListener(AsyncListener) - Method in interface javax.servlet.AsyncContext
Add the async listener.
addListener(AsyncListener, ServletRequest, ServletResponse) - Method in class cloud.piranha.webapp.impl.DefaultAsyncContext
Add the listener.
addListener(AsyncListener, ServletRequest, ServletResponse) - Method in interface javax.servlet.AsyncContext
Add the async listener.
addListener(T) - Method in interface cloud.piranha.webapp.api.HttpRequestManager
Add a listener.
addListener(T) - Method in interface cloud.piranha.webapp.api.HttpSessionManager
Add a listener.
addListener(T) - Method in class cloud.piranha.webapp.impl.DefaultHttpRequestManager
 
addListener(T) - Method in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Add a listener.
addListener(T) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
 
addListener(T) - Method in interface javax.servlet.ServletContext
Add the listener.
addMapping(WebApplication, String...) - Method in interface cloud.piranha.appserver.api.WebApplicationServerRequestMapper
Add a mapping.
addMapping(WebApplication, String...) - Method in class cloud.piranha.appserver.impl.DefaultWebApplicationServerRequestMapper
Add a mapping.
addMapping(String...) - Method in class cloud.piranha.webapp.impl.DefaultServletEnvironment
 
addMapping(String...) - Method in interface javax.servlet.ServletRegistration
Add a mapping.
addMapping(String, String) - Method in class cloud.piranha.appserver.impl.DefaultWebApplicationServer
Add a context path mapping.
addMappingForServletNames(EnumSet<DispatcherType>, boolean, String...) - Method in class cloud.piranha.webapp.impl.DefaultFilterEnvironment
Add the mappings for the servlet names.
addMappingForServletNames(EnumSet<DispatcherType>, boolean, String...) - Method in interface javax.servlet.FilterRegistration
Add a mapping for servlet names.
addMappingForUrlPatterns(EnumSet<DispatcherType>, boolean, String...) - Method in class cloud.piranha.webapp.impl.DefaultFilterEnvironment
Add the mappings.
addMappingForUrlPatterns(EnumSet<DispatcherType>, boolean, String...) - Method in interface javax.servlet.FilterRegistration
Add a mapping for URL patterns.
addMimeType(String, String) - Method in interface cloud.piranha.webapp.api.MimeTypeManager
Add the mime type.
addMimeType(String, String) - Method in class cloud.piranha.webapp.impl.DefaultMimeTypeManager
Add the mime type.
addResource(Resource) - Method in interface cloud.piranha.resource.api.ResourceManager
Add the resource.
addResource(Resource) - Method in class cloud.piranha.resource.DefaultResourceManager
Add resource.
addResource(Resource) - Method in interface cloud.piranha.webapp.api.WebApplication
Add the resource.
addResource(Resource) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
 
addServlet(String, Class<? extends Servlet>) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
 
addServlet(String, Class<? extends Servlet>) - Method in interface javax.servlet.ServletContext
Add the servlet.
addServlet(String, String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
 
addServlet(String, String) - Method in interface javax.servlet.ServletContext
Add the servlet.
addServlet(String, Servlet) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
 
addServlet(String, Servlet) - Method in interface javax.servlet.ServletContext
Add the servlet.
addServletMapping(String, String...) - Method in interface cloud.piranha.webapp.api.WebApplication
Add a mapping for the given servlet.
addServletMapping(String, String...) - Method in interface cloud.piranha.webapp.api.WebApplicationRequestMapper
Add a servlet mapping.
addServletMapping(String, String...) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
 
addServletMapping(String, String...) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequestMapper
Add a servlet mapping.
addToEnvironment(String, Object) - Method in class cloud.piranha.naming.impl.DefaultInitialContext
Add to the environment.
addUser(String, String, String...) - Method in class cloud.piranha.webapp.impl.DefaultSecurityManager
Add user.
addValue(String) - Method in interface cloud.piranha.webapp.api.HttpHeader
Add the value.
addValue(String) - Method in class cloud.piranha.webapp.impl.DefaultHttpHeader
Add the value.
addWebApplication(WebApplication) - Method in interface cloud.piranha.appserver.api.WebApplicationServer
Add a web application.
addWebApplication(WebApplication) - Method in class cloud.piranha.appserver.impl.DefaultWebApplicationServer
Add the web application.
addWelcomeFile(String) - Method in interface cloud.piranha.webapp.api.WelcomeFileManager
Add a welcome file.
addWelcomeFile(String) - Method in class cloud.piranha.webapp.impl.DefaultWelcomeFileManager
Add the welcome file.
afterCompletion(int) - Method in interface javax.transaction.Synchronization
After completion callback.
aliasedDirectoryResource(String, String) - Method in class cloud.piranha.embedded.EmbeddedPiranhaBuilder
Add an aliased directory resource.
AliasedDirectoryResource - Class in cloud.piranha.resource
The default AliasedDirectoryResource.
AliasedDirectoryResource() - Constructor for class cloud.piranha.resource.AliasedDirectoryResource
Constructor.
AliasedDirectoryResource(File, String) - Constructor for class cloud.piranha.resource.AliasedDirectoryResource
Constructor.
annotationManager - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the annotation manager.
AnnotationManager - Interface in cloud.piranha.webapp.api
The AnnotationManager API.
AnnotationManager.AnnotationInfo<T> - Interface in cloud.piranha.webapp.api
 
AnnotationScanExtension - Class in cloud.piranha.webapp.annotationscan
The extension that enables annotation scanning.
AnnotationScanExtension() - Constructor for class cloud.piranha.webapp.annotationscan.AnnotationScanExtension
 
AnnotationScanInitializer - Class in cloud.piranha.webapp.annotationscan
This ServletContainerInitializer deep scans for annotations and adds them to the DefaultAnnotationManager.
AnnotationScanInitializer() - Constructor for class cloud.piranha.webapp.annotationscan.AnnotationScanInitializer
 
ArchiveURLStreamHandler - Class in cloud.piranha.resource.shrinkwrap
 
ArchiveURLStreamHandler(Archive<?>) - Constructor for class cloud.piranha.resource.shrinkwrap.ArchiveURLStreamHandler
 
ASYNC - javax.servlet.DispatcherType
 
ASYNC_CONTEXT_PATH - Static variable in interface javax.servlet.AsyncContext
Defines the ASYNC_CONTEXT_PATH constant.
ASYNC_MAPPING - Static variable in interface javax.servlet.AsyncContext
Defines the ASYNC_MAPPING constant.
ASYNC_PATH_INFO - Static variable in interface javax.servlet.AsyncContext
Defines the ASYNC_PATH_INFO constant.
ASYNC_QUERY_STRING - Static variable in interface javax.servlet.AsyncContext
Defines the ASYNC_QUERY_STRING constant.
ASYNC_REQUEST_URI - Static variable in interface javax.servlet.AsyncContext
Defines the ASYNC_REQUEST_URI constant.
ASYNC_SERVLET_PATH - Static variable in interface javax.servlet.AsyncContext
Define the ASYNC_SERVLET_PATH constant.
asyncContext - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the async context.
AsyncContext - Interface in javax.servlet
The AsyncContext API.
AsyncDispatcher - Interface in cloud.piranha.webapp.api
The AsyncDispatcher API.
AsyncEvent - Class in javax.servlet
The AsyncEvent API.
AsyncEvent(AsyncContext) - Constructor for class javax.servlet.AsyncEvent
Constructor.
AsyncEvent(AsyncContext, Throwable) - Constructor for class javax.servlet.AsyncEvent
Constructor.
AsyncEvent(AsyncContext, ServletRequest, ServletResponse) - Constructor for class javax.servlet.AsyncEvent
Constructor.
AsyncEvent(AsyncContext, ServletRequest, ServletResponse, Throwable) - Constructor for class javax.servlet.AsyncEvent
Constructor
AsyncHttpDispatchWrapper - Class in cloud.piranha.webapp.impl
 
AsyncHttpDispatchWrapper(HttpServletRequest) - Constructor for class cloud.piranha.webapp.impl.AsyncHttpDispatchWrapper
 
AsyncListener - Interface in javax.servlet
The AsyncListener API.
asyncManager - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the async manager.
AsyncManager - Interface in cloud.piranha.webapp.api
The AsyncManager API.
AsyncNonHttpDispatchWrapper - Class in cloud.piranha.webapp.impl
 
AsyncNonHttpDispatchWrapper(ServletRequest) - Constructor for class cloud.piranha.webapp.impl.AsyncNonHttpDispatchWrapper
 
asyncStarted - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores if async is started.
asyncSupported - Variable in class cloud.piranha.webapp.impl.DefaultServletEnvironment
Stores the async supported flag.
asyncSupported - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores if async is supported.
asyncSupported() - Method in annotation type javax.servlet.annotation.WebFilter
Get the async supported flag.
asyncSupported() - Method in annotation type javax.servlet.annotation.WebServlet
Get asyns supported flag.
attribute(String, Object) - Method in class cloud.piranha.embedded.EmbeddedPiranhaBuilder
Add an attribute.
attribute(String, Object) - Method in class cloud.piranha.embedded.EmbeddedRequestBuilder
Add an attribute.
attributeAdded(HttpServletRequest, String, Object) - Method in interface cloud.piranha.webapp.api.HttpRequestManager
Attribute added.
attributeAdded(HttpServletRequest, String, Object) - Method in class cloud.piranha.webapp.impl.DefaultHttpRequestManager
 
attributeAdded(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
Handle the attribute added event.
attributeAdded(HttpSession, String, Object) - Method in interface cloud.piranha.webapp.api.HttpSessionManager
Attribute added.
attributeAdded(HttpSession, String, Object) - Method in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Attribute added.
attributeAdded(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
Handle the attribute added event.
attributeAdded(ServletRequestAttributeEvent) - Method in interface javax.servlet.ServletRequestAttributeListener
Handle the attribute added event.
attributeListeners - Variable in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Stores the session listeners.
attributeManager - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the attribute manager.
AttributeManager - Interface in cloud.piranha.webapp.api
The AttributeManager API.
attributeRemoved(HttpServletRequest, String) - Method in interface cloud.piranha.webapp.api.HttpRequestManager
Attribute removed.
attributeRemoved(HttpServletRequest, String) - Method in class cloud.piranha.webapp.impl.DefaultHttpRequestManager
 
attributeRemoved(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
Handle the attribute removed event.
attributeRemoved(HttpSession, String) - Method in interface cloud.piranha.webapp.api.HttpSessionManager
Attribute removed.
attributeRemoved(HttpSession, String) - Method in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Attributed removed.
attributeRemoved(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
Handle the attribute removed event.
attributeRemoved(ServletRequestAttributeEvent) - Method in interface javax.servlet.ServletRequestAttributeListener
Handle the attribute removed event.
attributeReplaced(HttpServletRequest, String, Object) - Method in interface cloud.piranha.webapp.api.HttpRequestManager
Attribute replaced.
attributeReplaced(HttpServletRequest, String, Object) - Method in class cloud.piranha.webapp.impl.DefaultHttpRequestManager
 
attributeReplaced(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
Handle the attribute replaced event.
attributeReplaced(HttpSession, String, Object) - Method in interface cloud.piranha.webapp.api.HttpSessionManager
Attribute replaced.
attributeReplaced(HttpSession, String, Object) - Method in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Attribute removed.
attributeReplaced(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
Handle the attribute replaced event.
attributeReplaced(ServletRequestAttributeEvent) - Method in interface javax.servlet.ServletRequestAttributeListener
Handle the attribute replaced event.
attributes - Variable in class cloud.piranha.webapp.impl.DefaultAttributeManager
Stores the attributes.
attributes - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the attributes.
AUTH_MODULE_CLASS - Static variable in class cloud.piranha.security.eleos.AuthenticationInitializer
 
AUTH_SERVICE - Static variable in class cloud.piranha.security.eleos.AuthenticationInitializer
 
authenticate(HttpServletRequest, HttpServletResponse) - Method in class cloud.piranha.security.jakarta.JakartaSecurityManager
 
authenticate(HttpServletRequest, HttpServletResponse) - Method in interface cloud.piranha.webapp.api.SecurityManager
Authenticate the request.
authenticate(HttpServletRequest, HttpServletResponse) - Method in class cloud.piranha.webapp.impl.DefaultSecurityManager
Authenticate the request.
authenticate(HttpServletRequest, HttpServletResponse, SecurityManager.AuthenticateSource) - Method in class cloud.piranha.security.jakarta.JakartaSecurityManager
 
authenticate(HttpServletRequest, HttpServletResponse, SecurityManager.AuthenticateSource) - Method in interface cloud.piranha.webapp.api.SecurityManager
Authenticate the request.
authenticate(HttpServletResponse) - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Authenticate the request.
authenticate(HttpServletResponse) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Authenticate.
authenticate(HttpServletResponse) - Method in interface javax.servlet.http.HttpServletRequest
Authenticate the request.
authenticate(HttpServletResponse) - Method in class javax.servlet.http.HttpServletRequestWrapper
Authenticate the request.
AuthenticatedIdentity - Interface in cloud.piranha.webapp.api
This interface is implemented by classes that represent the current authenticated identity.
AuthenticationFilter - Class in cloud.piranha.security.eleos
This filter is uses to call a Jakarta Authentication system module at the start of an HTTP request.
AuthenticationFilter() - Constructor for class cloud.piranha.security.eleos.AuthenticationFilter
 
AuthenticationInitializer - Class in cloud.piranha.security.eleos
The Eleos initializer.
AuthenticationInitializer() - Constructor for class cloud.piranha.security.eleos.AuthenticationInitializer
 
AuthorizationFilter - Class in cloud.piranha.security.exousia
This filter is used to call a Jakarta Authorization system module at the start of an HTTP request.
AuthorizationFilter() - Constructor for class cloud.piranha.security.exousia.AuthorizationFilter
 
AuthorizationInitializer - Class in cloud.piranha.security.exousia
The Exousia initializer.
AuthorizationInitializer() - Constructor for class cloud.piranha.security.exousia.AuthorizationInitializer
 
AuthorizationPreFilter - Class in cloud.piranha.security.exousia
This filter is uses to call a Jakarta Authentication system module at the start of an HTTP request.
AuthorizationPreFilter() - Constructor for class cloud.piranha.security.exousia.AuthorizationPreFilter
 
AuthorizationPreInitializer - Class in cloud.piranha.security.exousia
The Exousia initializer.
AuthorizationPreInitializer() - Constructor for class cloud.piranha.security.exousia.AuthorizationPreInitializer
 
authType - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the auth type.
AUTHZ_FACTORY_CLASS - Static variable in class cloud.piranha.security.exousia.AuthorizationPreInitializer
 
AUTHZ_POLICY_CLASS - Static variable in class cloud.piranha.security.exousia.AuthorizationPreInitializer
 
AUTHZ_SERVICE - Static variable in class cloud.piranha.security.exousia.AuthorizationPreInitializer
 

B

BASIC_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
Defines the BASIC_AUTH constant.
beforeCompletion() - Method in interface javax.transaction.Synchronization
Before completion callback.
begin() - Method in class cloud.piranha.transaction.nonxa.DefaultTransactionManager
Begin a transaction.
begin() - Method in class cloud.piranha.transaction.nonxa.DefaultUserTransaction
Begin a transaction.
begin() - Method in interface javax.transaction.TransactionManager
Begin a new transaction.
begin() - Method in interface javax.transaction.UserTransaction
Begin the transaction.
bind(String, Object) - Method in class cloud.piranha.naming.impl.DefaultInitialContext
Bind the object to the given name.
bind(Name, Object) - Method in class cloud.piranha.naming.impl.DefaultInitialContext
Bind the object to the given name.
bodyOnly - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Stores the body only flag.
bodyOnly(boolean) - Method in class cloud.piranha.embedded.EmbeddedResponseBuilder
Set the body only flag.
bodyOnly(boolean) - Method in class cloud.piranha.nano.NanoResponseBuilder
Set the body only flag.
buffer - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Stores the buffer.
build() - Method in class cloud.piranha.embedded.EmbeddedPiranhaBuilder
Build the Piranha Embedded instance.
build() - Method in class cloud.piranha.embedded.EmbeddedRequestBuilder
Build the request.
build() - Method in class cloud.piranha.embedded.EmbeddedResponseBuilder
Build the response.
build() - Method in class cloud.piranha.nano.NanoPiranhaBuilder
Build Piranha Nano.
build() - Method in class cloud.piranha.nano.NanoRequestBuilder
Build the request.
build() - Method in class cloud.piranha.nano.NanoResponseBuilder
Build the response.
buildAndStart() - Method in class cloud.piranha.embedded.EmbeddedPiranhaBuilder
Build and starts the Piranha Embedded instance.
ByteArrayResource - Class in cloud.piranha.resource
The byte-array resource.
ByteArrayResource(String, byte[]) - Constructor for class cloud.piranha.resource.ByteArrayResource
Constructor.

C

canInvoke() - Method in interface cloud.piranha.webapp.api.ServletInvocation
 
CdiExtension - Class in cloud.piranha.micro.core
This extension registers an identity store in case callers (users) / credentials have been added to it.
CdiExtension() - Constructor for class cloud.piranha.micro.core.CdiExtension
 
changeSessionId() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Change the session id.
changeSessionId() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Change the session id.
changeSessionId() - Method in interface javax.servlet.http.HttpServletRequest
Change the session id.
changeSessionId() - Method in class javax.servlet.http.HttpServletRequestWrapper
Change the session id.
changeSessionId(HttpServletRequest) - Method in interface cloud.piranha.webapp.api.HttpSessionManager
Change the session id and return it.
changeSessionId(HttpServletRequest) - Method in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Change the session id.
characterEncoding - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the character encoding.
characterEncoding - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Stores the character encoding.
characterEncodingSet - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Stores if the character encoding has been set manually.
classLoader - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the class loader.
className - Variable in class cloud.piranha.webapp.impl.DefaultServletEnvironment
Stores the class name.
cleanSubject(MessageInfo, Subject) - Method in class cloud.piranha.security.eleos.DoNothingServerAuthModule
 
cleanup() - Method in class cloud.piranha.cdi.weld.WeldSecurityService
 
clear() - Static method in class cloud.piranha.webapp.impl.DefaultAuthenticatedIdentity
 
CLIENT_CERT_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
Defines the CLIENT_CERT constant.
clone() - Method in class javax.servlet.http.Cookie
Clones the cookie.
close() - Method in class cloud.piranha.naming.impl.DefaultInitialContext
Close the context.
close() - Method in class cloud.piranha.naming.impl.DefaultNamingEnumeration
Close the enumeration.
close() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Close the output stream.
closeAsyncResponse() - Method in class cloud.piranha.appserver.impl.DefaultWebApplicationServerResponse
 
closeAsyncResponse() - Method in interface cloud.piranha.webapp.api.WebApplicationResponse
 
closeAsyncResponse() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
 
closeResponse() - Method in interface cloud.piranha.http.api.HttpServerResponse
 
closeResponse() - Method in class cloud.piranha.http.impl.DefaultHttpServerResponse
 
cloud.piranha.api - module cloud.piranha.api
 
cloud.piranha.api - package cloud.piranha.api
The Piranha API package contains the core set of APIs each Piranha needs to deliver.
cloud.piranha.appserver.api - module cloud.piranha.appserver.api
 
cloud.piranha.appserver.api - package cloud.piranha.appserver.api
 
cloud.piranha.appserver.impl - module cloud.piranha.appserver.impl
 
cloud.piranha.appserver.impl - package cloud.piranha.appserver.impl
 
cloud.piranha.cdi.weld - module cloud.piranha.cdi.weld
 
cloud.piranha.cdi.weld - package cloud.piranha.cdi.weld
 
cloud.piranha.database.environment - module cloud.piranha.database.environment
 
cloud.piranha.database.environment - package cloud.piranha.database.environment
 
cloud.piranha.embedded - module cloud.piranha.embedded
 
cloud.piranha.embedded - package cloud.piranha.embedded
This package delivers you with an embeddable Servlet container that hosts only a single application without exposing an HTTP endpoint.
cloud.piranha.extension.servlet - module cloud.piranha.extension.servlet
 
cloud.piranha.extension.servlet - package cloud.piranha.extension.servlet
This package contains the default WebApplicationExtension used to configure a web application.
cloud.piranha.http.api - module cloud.piranha.http.api
 
cloud.piranha.http.api - package cloud.piranha.http.api
This package delivers our HTTP Server API.
cloud.piranha.http.impl - module cloud.piranha.http.impl
 
cloud.piranha.http.impl - package cloud.piranha.http.impl
This package delivers the default implementation of the HTTP Server API.
cloud.piranha.http.test.api - module cloud.piranha.http.test.api
 
cloud.piranha.http.test.api - package cloud.piranha.http.test.api
 
cloud.piranha.micro - module cloud.piranha.micro
 
cloud.piranha.micro - package cloud.piranha.micro
This package delivers you with a Servlet container that hosts only a single application.
cloud.piranha.micro.core - module cloud.piranha.micro.core
 
cloud.piranha.micro.core - package cloud.piranha.micro.core
 
cloud.piranha.microprofile.omnifaces.jwt - module cloud.piranha.microprofile.omnifaces.jwt
 
cloud.piranha.microprofile.omnifaces.jwt - package cloud.piranha.microprofile.omnifaces.jwt
 
cloud.piranha.naming.impl - module cloud.piranha.naming.impl
 
cloud.piranha.naming.impl - package cloud.piranha.naming.impl
 
cloud.piranha.nano - module cloud.piranha.nano
 
cloud.piranha.nano - package cloud.piranha.nano
Piranha Nano is the smallest in our lineup and it delivers you with a very opinionated partial embeddable implementation of a Servlet container.
cloud.piranha.pages.jasper - module cloud.piranha.pages.jasper
 
cloud.piranha.pages.jasper - package cloud.piranha.pages.jasper
 
cloud.piranha.resource - module cloud.piranha.resource
 
cloud.piranha.resource - package cloud.piranha.resource
 
cloud.piranha.resource.api - module cloud.piranha.resource.api
 
cloud.piranha.resource.api - package cloud.piranha.resource.api
The cloud.piranha.resource.api package delivers the Resource API classes.
cloud.piranha.resource.shrinkwrap - module cloud.piranha.resource.shrinkwrap
 
cloud.piranha.resource.shrinkwrap - package cloud.piranha.resource.shrinkwrap
 
cloud.piranha.security.eleos - module cloud.piranha.security.eleos
 
cloud.piranha.security.eleos - package cloud.piranha.security.eleos
 
cloud.piranha.security.exousia - module cloud.piranha.security.exousia
 
cloud.piranha.security.exousia - package cloud.piranha.security.exousia
 
cloud.piranha.security.jakarta - module cloud.piranha.security.jakarta
 
cloud.piranha.security.jakarta - package cloud.piranha.security.jakarta
 
cloud.piranha.security.soteria - module cloud.piranha.security.soteria
 
cloud.piranha.security.soteria - package cloud.piranha.security.soteria
 
cloud.piranha.servlet.api - module cloud.piranha.servlet.api
 
cloud.piranha.transaction.api - module cloud.piranha.transaction.api
 
cloud.piranha.transaction.nonxa - module cloud.piranha.transaction.nonxa
 
cloud.piranha.transaction.nonxa - package cloud.piranha.transaction.nonxa
 
cloud.piranha.webapp.annotationscan - module cloud.piranha.webapp.annotationscan
 
cloud.piranha.webapp.annotationscan - package cloud.piranha.webapp.annotationscan
 
cloud.piranha.webapp.api - module cloud.piranha.webapp.api
 
cloud.piranha.webapp.api - package cloud.piranha.webapp.api
The Piranha Web Application API package contains the core set of APIs of Piranha that deliver web application support.
cloud.piranha.webapp.impl - module cloud.piranha.webapp.impl
 
cloud.piranha.webapp.impl - package cloud.piranha.webapp.impl
 
cloud.piranha.webapp.scinitializer - module cloud.piranha.webapp.scinitializer
 
cloud.piranha.webapp.scinitializer - package cloud.piranha.webapp.scinitializer
 
cloud.piranha.webapp.tempdir - module cloud.piranha.webapp.tempdir
 
cloud.piranha.webapp.tempdir - package cloud.piranha.webapp.tempdir
 
cloud.piranha.webapp.webannotation - module cloud.piranha.webapp.webannotation
 
cloud.piranha.webapp.webannotation - package cloud.piranha.webapp.webannotation
 
cloud.piranha.webapp.webxml - module cloud.piranha.webapp.webxml
 
cloud.piranha.webapp.webxml - package cloud.piranha.webapp.webxml
 
comment - Variable in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Stores the comment.
commit() - Method in class cloud.piranha.transaction.nonxa.DefaultTransaction
Commit the transaction.
commit() - Method in class cloud.piranha.transaction.nonxa.DefaultTransactionManager
Commit a transaction.
commit() - Method in class cloud.piranha.transaction.nonxa.DefaultUserTransaction
Commit the transaction.
commit() - Method in interface javax.transaction.Transaction
Commit the transaction.
commit() - Method in interface javax.transaction.TransactionManager
Commit the transaction.
commit() - Method in interface javax.transaction.UserTransaction
Commit the transaction.
committed - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Stores the committed flag.
complete() - Method in class cloud.piranha.webapp.impl.DefaultAsyncContext
Complete the async context.
complete() - Method in interface javax.servlet.AsyncContext
Complete the request.
composeName(String, String) - Method in class cloud.piranha.naming.impl.DefaultInitialContext
Compose the name.
composeName(Name, Name) - Method in class cloud.piranha.naming.impl.DefaultInitialContext
Compose the name.
CONFIDENTIAL - javax.servlet.annotation.ServletSecurity.TransportGuarantee
Transport is encrypted.
configure(WebApplication) - Method in class cloud.piranha.pages.jasper.JasperExtension
Configure the web application.
configure(WebApplication) - Method in class cloud.piranha.security.jakarta.JakartaSecurityExtension
Configure the web application.
configure(WebApplication) - Method in class cloud.piranha.webapp.annotationscan.AnnotationScanExtension
Configure the web application.
configure(WebApplication) - Method in interface cloud.piranha.webapp.api.WebApplicationExtension
Configure the web application.
configure(WebApplication) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationExtensionContext
Configure the web application.
configure(WebApplication) - Method in class cloud.piranha.webapp.scinitializer.ServletContainerInitializerExtension
Configure the web application.
configure(WebApplication) - Method in class cloud.piranha.webapp.tempdir.TempDirExtension
Configure the web application.
configure(WebApplication) - Method in class cloud.piranha.webapp.webannotation.WebAnnotationExtension
Configure the web application.
configure(WebApplication) - Method in class cloud.piranha.webapp.webxml.WebXmlExtension
Configure the web application.
configure(String[]) - Method in class cloud.piranha.micro.MicroPiranha
Configure.
configure(FeatureContext) - Method in class cloud.piranha.microprofile.omnifaces.jwt.OmniFacesJwtIntegrator
 
connect() - Method in class cloud.piranha.resource.shrinkwrap.StreamConnection
 
connect(String, Properties) - Method in class cloud.piranha.database.environment.EnvironmentDriver
Connect to the database.
connect(URL) - Method in class cloud.piranha.resource.shrinkwrap.GlobalArchiveStreamHandler
 
CONSTRAINTS - Static variable in class cloud.piranha.security.exousia.AuthorizationPreInitializer
 
containsAttribute(String) - Method in interface cloud.piranha.webapp.api.AttributeManager
Checks if this manager has the given attribute
containsAttribute(String) - Method in class cloud.piranha.webapp.impl.DefaultAttributeManager
 
containsHeader(String) - Method in interface cloud.piranha.webapp.api.HttpHeaderManager
Contains the given header.
containsHeader(String) - Method in class cloud.piranha.webapp.impl.DefaultHttpHeaderManager
Contains the given header.
containsHeader(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Contains the given header.
containsHeader(String) - Method in interface javax.servlet.http.HttpServletResponse
Contains the header.
containsHeader(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Contains the header.
contentLength - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the content length.
contentLength - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Stores the content length.
contentType - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the content type.
contentType - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Stores the content type.
contentTypeSet - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Stores if the content type has been set manually.
CONTEXT_ROOT - javax.servlet.http.MappingMatch
The context root constant.
contextAttributeListeners - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the servlet context attribute listeners.
contextDestroyed(ServletContextEvent) - Method in interface javax.servlet.ServletContextListener
Handle the context destroyed event.
contextInitialized(ServletContextEvent) - Method in class cloud.piranha.cdi.weld.WeldInitListener
 
contextInitialized(ServletContextEvent) - Method in interface javax.servlet.ServletContextListener
Handle the context initialized event.
contextListeners - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the servlet context listeners that were not declared in web.xml, web-fragment.xml, or via annotations
contextPath - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the context path.
contextPath - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the context path.
contextPath(String) - Method in class cloud.piranha.embedded.EmbeddedRequestBuilder
Set the context path.
cookie(Cookie) - Method in class cloud.piranha.embedded.EmbeddedRequestBuilder
Add a cookie.
Cookie - Class in javax.servlet.http
The Cookie API.
Cookie(String, String) - Constructor for class javax.servlet.http.Cookie
Constructor.
COOKIE - javax.servlet.SessionTrackingMode
 
cookies - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the cookies.
cookies - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Stores the cookies.
createFilter(Class<T>) - Method in class cloud.piranha.cdi.weld.WeldObjectInstanceManager
Create the Filter.
createFilter(Class<T>) - Method in interface cloud.piranha.webapp.api.ObjectInstanceManager
Create the filter.
createFilter(Class<T>) - Method in class cloud.piranha.webapp.impl.DefaultObjectInstanceManager
Create the filter.
createFilter(Class<T>) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
 
createFilter(Class<T>) - Method in interface javax.servlet.ServletContext
Create the filter.
createListener(Class<T>) - Method in class cloud.piranha.cdi.weld.WeldObjectInstanceManager
Create the listener.
createListener(Class<T>) - Method in interface cloud.piranha.webapp.api.ObjectInstanceManager
Create the listener.
createListener(Class<T>) - Method in class cloud.piranha.webapp.impl.DefaultAsyncContext
Create the listener.
createListener(Class<T>) - Method in class cloud.piranha.webapp.impl.DefaultObjectInstanceManager
Create the listener.
createListener(Class<T>) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Create the listener.
createListener(Class<T>) - Method in interface javax.servlet.AsyncContext
Create the listener.
createListener(Class<T>) - Method in interface javax.servlet.ServletContext
Create the listener.
createResponse(HttpServerResponse) - Method in class cloud.piranha.appserver.impl.DefaultWebApplicationServer
Create the web application server response.
createServer(int) - Method in class cloud.piranha.http.test.api.HttpServerTest
Create server with a port.
createServer(int, HttpServerProcessor) - Method in class cloud.piranha.http.test.api.HttpServerTest
Create server with a port and processor.
createServlet(Class<T>) - Method in class cloud.piranha.cdi.weld.WeldObjectInstanceManager
Create the Servlet.
createServlet(Class<T>) - Method in interface cloud.piranha.webapp.api.ObjectInstanceManager
Create the servlet.
createServlet(Class<T>) - Method in class cloud.piranha.webapp.impl.DefaultObjectInstanceManager
Create the servlet.
createServlet(Class<T>) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Create the servlet.
createServlet(Class<T>) - Method in interface javax.servlet.ServletContext
Create the servlet.
createSession(WebApplication, HttpServletRequest) - Method in interface cloud.piranha.webapp.api.HttpSessionManager
Create a session.
createSession(WebApplication, HttpServletRequest) - Method in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Create the session.
createSubcontext(String) - Method in class cloud.piranha.naming.impl.DefaultInitialContext
Create a sub context.
createSubcontext(Name) - Method in class cloud.piranha.naming.impl.DefaultInitialContext
Create a sub context.
createURLStreamHandler(String) - Method in class cloud.piranha.micro.StaticURLStreamHandlerFactory
 
Credential(String, String, List<String>) - Constructor for class cloud.piranha.micro.core.InMemoryIdentityStore.Credential
 
CURRENT_REQUEST_ATTRIBUTE - Static variable in interface cloud.piranha.webapp.api.CurrentRequestHolder
The request attribute under a holder implementation is stored in the request
CurrentRequestHolder - Interface in cloud.piranha.webapp.api
A holder that references the current HttpServletRequest in the request processing pipeline.
currentSessionId - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the current session id.

D

declaredContextListeners - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the servlet context listeners that were declared in web.xml, web-fragment.xml, or via annotations
declareRoles(String[]) - Method in class cloud.piranha.security.jakarta.JakartaSecurityManager
 
declareRoles(String[]) - Method in interface cloud.piranha.webapp.api.SecurityManager
Declare roles.
declareRoles(String[]) - Method in class cloud.piranha.webapp.impl.DefaultSecurityManager
Declare roles.
declareRoles(String...) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Declare roles.
declareRoles(String...) - Method in interface javax.servlet.ServletContext
Declare the roles.
declareRoles(Collection<String>) - Method in class cloud.piranha.security.jakarta.JakartaSecurityManager
 
declareRoles(Collection<String>) - Method in interface cloud.piranha.webapp.api.SecurityManager
 
DEFAULT - javax.servlet.http.MappingMatch
The default constant.
DefaultAnnotationInfo(T, AnnotatedElement) - Constructor for class cloud.piranha.webapp.impl.DefaultAnnotationManager.DefaultAnnotationInfo
 
DefaultAnnotationManager - Class in cloud.piranha.webapp.impl
The default AnnotationManager.
DefaultAnnotationManager() - Constructor for class cloud.piranha.webapp.impl.DefaultAnnotationManager
 
DefaultAnnotationManager.DefaultAnnotationInfo<T> - Class in cloud.piranha.webapp.impl
 
DefaultAsyncContext - Class in cloud.piranha.webapp.impl
The default AsyncContext.
DefaultAsyncContext(ServletRequest, ServletResponse) - Constructor for class cloud.piranha.webapp.impl.DefaultAsyncContext
Constructor.
DefaultAsyncDispatcher - Class in cloud.piranha.webapp.impl
The default AsyncDispatcher.
DefaultAsyncDispatcher(WebApplication, String, ServletRequest, ServletResponse) - Constructor for class cloud.piranha.webapp.impl.DefaultAsyncDispatcher
Constructor.
DefaultAsyncManager - Class in cloud.piranha.webapp.impl
The default AsyncManager.
DefaultAsyncManager() - Constructor for class cloud.piranha.webapp.impl.DefaultAsyncManager
 
DefaultAttributeManager - Class in cloud.piranha.webapp.impl
The default AttributeManager.
DefaultAttributeManager() - Constructor for class cloud.piranha.webapp.impl.DefaultAttributeManager
Constructor.
DefaultAuthenticatedIdentity - Class in cloud.piranha.webapp.impl
Default implementation of AuthenticatedIdentity.
DefaultAuthenticatedIdentity(Principal, Set<String>) - Constructor for class cloud.piranha.webapp.impl.DefaultAuthenticatedIdentity
 
DefaultCurrentRequestHolder - Class in cloud.piranha.webapp.impl
Default implementation of the CurrentRequestHolder interface.
DefaultCurrentRequestHolder(HttpServletRequest) - Constructor for class cloud.piranha.webapp.impl.DefaultCurrentRequestHolder
 
DefaultErrorPageManager - Class in cloud.piranha.webapp.impl
 
DefaultErrorPageManager() - Constructor for class cloud.piranha.webapp.impl.DefaultErrorPageManager
 
DefaultFilterChain - Class in cloud.piranha.webapp.impl
The default FilterChain.
DefaultFilterChain() - Constructor for class cloud.piranha.webapp.impl.DefaultFilterChain
Constructor.
DefaultFilterChain(ServletInvocation, Servlet) - Constructor for class cloud.piranha.webapp.impl.DefaultFilterChain
Constructor.
DefaultFilterChain(Filter, FilterChain) - Constructor for class cloud.piranha.webapp.impl.DefaultFilterChain
Constructor.
DefaultFilterEnvironment - Class in cloud.piranha.webapp.impl
The default FilterEnvironment.
DefaultFilterEnvironment() - Constructor for class cloud.piranha.webapp.impl.DefaultFilterEnvironment
Constructor.
DefaultFilterEnvironment(WebApplication, String, Filter) - Constructor for class cloud.piranha.webapp.impl.DefaultFilterEnvironment
Constructor.
DefaultFilterMapping - Class in cloud.piranha.webapp.impl
The default FilterMapping.
DefaultFilterMapping(String, String) - Constructor for class cloud.piranha.webapp.impl.DefaultFilterMapping
Constructor.
DefaultFilterMapping(DispatcherType, String, String) - Constructor for class cloud.piranha.webapp.impl.DefaultFilterMapping
Constructor.
DefaultHttpHeader - Class in cloud.piranha.webapp.impl
The default HttpHeader.
DefaultHttpHeader(String, String) - Constructor for class cloud.piranha.webapp.impl.DefaultHttpHeader
Constructor.
DefaultHttpHeaderManager - Class in cloud.piranha.webapp.impl
The default HttpHeaderManager.
DefaultHttpHeaderManager() - Constructor for class cloud.piranha.webapp.impl.DefaultHttpHeaderManager
Constructor.
DefaultHttpRequestManager - Class in cloud.piranha.webapp.impl
 
DefaultHttpRequestManager() - Constructor for class cloud.piranha.webapp.impl.DefaultHttpRequestManager
 
DefaultHttpServer - Class in cloud.piranha.http.impl
The default implementation of HTTP Server.
DefaultHttpServer() - Constructor for class cloud.piranha.http.impl.DefaultHttpServer
Constructor
DefaultHttpServer(int) - Constructor for class cloud.piranha.http.impl.DefaultHttpServer
Constructor.
DefaultHttpServer(int, HttpServerProcessor, boolean) - Constructor for class cloud.piranha.http.impl.DefaultHttpServer
Constructor
DefaultHttpServer(int, HttpServerProcessor, int) - Constructor for class cloud.piranha.http.impl.DefaultHttpServer
Constructor
DefaultHttpServerProcessor - Class in cloud.piranha.http.impl
The default implementation of a HTTP Server Processor.
DefaultHttpServerProcessor() - Constructor for class cloud.piranha.http.impl.DefaultHttpServerProcessor
 
DefaultHttpServerRequest - Class in cloud.piranha.http.impl
The default implementation of HTTP Server Request.
DefaultHttpServerRequest(Socket) - Constructor for class cloud.piranha.http.impl.DefaultHttpServerRequest
Constructor.
DefaultHttpServerResponse - Class in cloud.piranha.http.impl
The default implementation of HTTP Server Response.
DefaultHttpServerResponse(Socket) - Constructor for class cloud.piranha.http.impl.DefaultHttpServerResponse
Constructor.
DefaultHttpSession - Class in cloud.piranha.webapp.impl
The default HttpSession.
DefaultHttpSession(ServletContext) - Constructor for class cloud.piranha.webapp.impl.DefaultHttpSession
Constructor.
DefaultHttpSession(ServletContext, String, boolean) - Constructor for class cloud.piranha.webapp.impl.DefaultHttpSession
Constructor.
DefaultHttpSessionManager - Class in cloud.piranha.webapp.impl
The default HttpSessionManager.
DefaultHttpSessionManager() - Constructor for class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Constructor.
DefaultInitialContext - Class in cloud.piranha.naming.impl
The default InitialContext.
DefaultInitialContext() - Constructor for class cloud.piranha.naming.impl.DefaultInitialContext
 
DefaultInitialContextFactory - Class in cloud.piranha.naming.impl
The default InitialContextFactory.
DefaultInitialContextFactory() - Constructor for class cloud.piranha.naming.impl.DefaultInitialContextFactory
 
DefaultInvocationFinder - Class in cloud.piranha.webapp.impl
The invocation finder tries to find a servlet invocation matching a request for a path based or name based dispatch.
DefaultInvocationFinder(DefaultWebApplication) - Constructor for class cloud.piranha.webapp.impl.DefaultInvocationFinder
 
DefaultJspFileManager - Class in cloud.piranha.webapp.impl
The default JspFileManager.
DefaultJspFileManager() - Constructor for class cloud.piranha.webapp.impl.DefaultJspFileManager
 
DefaultLoggingManager - Class in cloud.piranha.webapp.impl
The default LoggingManager.
DefaultLoggingManager() - Constructor for class cloud.piranha.webapp.impl.DefaultLoggingManager
Constructor.
DefaultMimeTypeManager - Class in cloud.piranha.webapp.impl
The default MimeTypeManager.
DefaultMimeTypeManager() - Constructor for class cloud.piranha.webapp.impl.DefaultMimeTypeManager
Constructor.
DefaultMultiPartManager - Class in cloud.piranha.webapp.impl
The default MultiPartManager.
DefaultMultiPartManager() - Constructor for class cloud.piranha.webapp.impl.DefaultMultiPartManager
 
DefaultNameParser - Class in cloud.piranha.naming.impl
The default NameParser.
DefaultNameParser() - Constructor for class cloud.piranha.naming.impl.DefaultNameParser
 
DefaultNamingEnumeration - Class in cloud.piranha.naming.impl
The default NamingEnumeration.
DefaultNamingEnumeration(Collection<NameClassPair>) - Constructor for class cloud.piranha.naming.impl.DefaultNamingEnumeration
Constructor.
DefaultObjectInstanceManager - Class in cloud.piranha.webapp.impl
The default object instance manager.
DefaultObjectInstanceManager() - Constructor for class cloud.piranha.webapp.impl.DefaultObjectInstanceManager
 
DefaultResourceManager - Class in cloud.piranha.resource
The default ResourceManager.
DefaultResourceManager() - Constructor for class cloud.piranha.resource.DefaultResourceManager
 
DefaultResourceManagerClassLoader - Class in cloud.piranha.resource
The default WebApplicationClassLoader.
DefaultResourceManagerClassLoader() - Constructor for class cloud.piranha.resource.DefaultResourceManagerClassLoader
Constructor.
DefaultResourceManagerClassLoader(ResourceManager) - Constructor for class cloud.piranha.resource.DefaultResourceManagerClassLoader
Constructor.
DefaultResourceManagerClassLoader(ClassLoader) - Constructor for class cloud.piranha.resource.DefaultResourceManagerClassLoader
Another Constructor.
DefaultSecurityManager - Class in cloud.piranha.webapp.impl
The default SecurityManager.
DefaultSecurityManager() - Constructor for class cloud.piranha.webapp.impl.DefaultSecurityManager
 
DefaultSecurityPrincipal - Class in cloud.piranha.webapp.impl
The default SecurityPrincipal.
DefaultSecurityPrincipal(String) - Constructor for class cloud.piranha.webapp.impl.DefaultSecurityPrincipal
Constructor.
defaultServlet - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the default servlet (if any).
DefaultServlet - Class in cloud.piranha.webapp.impl
The default Servlet.
DefaultServlet() - Constructor for class cloud.piranha.webapp.impl.DefaultServlet
 
DefaultServletEnvironment - Class in cloud.piranha.webapp.impl
The default ServletEnvironment.
DefaultServletEnvironment(DefaultWebApplication, String) - Constructor for class cloud.piranha.webapp.impl.DefaultServletEnvironment
Constructor.
DefaultServletEnvironment(DefaultWebApplication, String, Servlet) - Constructor for class cloud.piranha.webapp.impl.DefaultServletEnvironment
Constructor.
DefaultServletInvocation - Class in cloud.piranha.webapp.impl
The default servlet invocation
DefaultServletInvocation() - Constructor for class cloud.piranha.webapp.impl.DefaultServletInvocation
 
DefaultServletRequestDispatcher - Class in cloud.piranha.webapp.impl
The default ServletRequestDispatcher.
DefaultServletRequestDispatcher(DefaultServletInvocation, DefaultWebApplication) - Constructor for class cloud.piranha.webapp.impl.DefaultServletRequestDispatcher
Constructor.
defaultSessionTrackingModes - Variable in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Stores the default session tracking modes.
DefaultTransaction - Class in cloud.piranha.transaction.nonxa
The default Transaction.
DefaultTransaction() - Constructor for class cloud.piranha.transaction.nonxa.DefaultTransaction
Constructor.
DefaultTransactionManager - Class in cloud.piranha.transaction.nonxa
The default TransactionManager.
DefaultTransactionManager() - Constructor for class cloud.piranha.transaction.nonxa.DefaultTransactionManager
Constructor.
DefaultUserTransaction - Class in cloud.piranha.transaction.nonxa
The default UserTransaction.
DefaultUserTransaction(TransactionManager) - Constructor for class cloud.piranha.transaction.nonxa.DefaultUserTransaction
Constructor.
DefaultWebApplication - Class in cloud.piranha.webapp.impl
The default WebApplication.
DefaultWebApplication() - Constructor for class cloud.piranha.webapp.impl.DefaultWebApplication
Constructor.
DefaultWebApplicationClassLoader - Class in cloud.piranha.webapp.impl
The default WebApplicationClassLoader.
DefaultWebApplicationClassLoader() - Constructor for class cloud.piranha.webapp.impl.DefaultWebApplicationClassLoader
Constructor.
DefaultWebApplicationClassLoader(File) - Constructor for class cloud.piranha.webapp.impl.DefaultWebApplicationClassLoader
Constructor.
DefaultWebApplicationExtensionContext - Class in cloud.piranha.webapp.impl
The default web application extension context.
DefaultWebApplicationExtensionContext() - Constructor for class cloud.piranha.webapp.impl.DefaultWebApplicationExtensionContext
Constructor.
DefaultWebApplicationRequest - Class in cloud.piranha.webapp.impl
The default WebApplicationRequest.
DefaultWebApplicationRequest() - Constructor for class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Constructor.
DefaultWebApplicationRequestMapper - Class in cloud.piranha.webapp.impl
The default WebApplicationRequestMapper.
DefaultWebApplicationRequestMapper() - Constructor for class cloud.piranha.webapp.impl.DefaultWebApplicationRequestMapper
 
DefaultWebApplicationRequestMapping - Class in cloud.piranha.webapp.impl
The default WebApplicationRequestMapping.
DefaultWebApplicationRequestMapping(String) - Constructor for class cloud.piranha.webapp.impl.DefaultWebApplicationRequestMapping
Constructor.
DefaultWebApplicationResponse - Class in cloud.piranha.webapp.impl
The default WebApplicationResponse.
DefaultWebApplicationResponse() - Constructor for class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Constructor.
DefaultWebApplicationServer - Class in cloud.piranha.appserver.impl
The default WebApplicationServer.
DefaultWebApplicationServer() - Constructor for class cloud.piranha.appserver.impl.DefaultWebApplicationServer
Constructor.
DefaultWebApplicationServerRequest - Class in cloud.piranha.appserver.impl
The default WebApplicationServerRequest.
DefaultWebApplicationServerRequest() - Constructor for class cloud.piranha.appserver.impl.DefaultWebApplicationServerRequest
 
DefaultWebApplicationServerRequestMapper - Class in cloud.piranha.appserver.impl
The default WebApplicationServerRequestMapper.
DefaultWebApplicationServerRequestMapper() - Constructor for class cloud.piranha.appserver.impl.DefaultWebApplicationServerRequestMapper
 
DefaultWebApplicationServerResponse - Class in cloud.piranha.appserver.impl
The default WebApplicationServerResponse.
DefaultWebApplicationServerResponse() - Constructor for class cloud.piranha.appserver.impl.DefaultWebApplicationServerResponse
 
DefaultWelcomeFileManager - Class in cloud.piranha.webapp.impl
The default WelcomeFileManager.
DefaultWelcomeFileManager() - Constructor for class cloud.piranha.webapp.impl.DefaultWelcomeFileManager
Constructor.
delegate() - Method in class cloud.piranha.cdi.weld.WeldInitListener
 
delete() - Method in interface javax.servlet.http.Part
Delete the part.
delistResource(XAResource, int) - Method in class cloud.piranha.transaction.nonxa.DefaultTransaction
Delist the resource.
delistResource(XAResource, int) - Method in interface javax.transaction.Transaction
Delist the XA resource.
DENY - javax.servlet.annotation.ServletSecurity.EmptyRoleSemantic
Deny access for EmptyRole.
denyUncoveredHttpMethods - Variable in class cloud.piranha.webapp.impl.DefaultSecurityManager
Stores if we are denying uncovered HTTP methods.
deploy(Archive<?>) - Method in class cloud.piranha.micro.MicroOuterDeployer
 
description() - Method in annotation type javax.servlet.annotation.WebFilter
Get the description.
description() - Method in annotation type javax.servlet.annotation.WebInitParam
Get the description.
description() - Method in annotation type javax.servlet.annotation.WebServlet
Get the description.
destroy() - Method in class cloud.piranha.embedded.EmbeddedPiranha
Destroy the web application.
destroy() - Method in interface cloud.piranha.webapp.api.WebApplication
Destroy the web application.
destroy() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Destroy the web application.
destroy() - Method in interface javax.servlet.Filter
Destroy the filter.
destroy() - Method in class javax.servlet.GenericServlet
Destroy the servlet.
destroy() - Method in interface javax.servlet.http.HttpUpgradeHandler
Destroy the upgrade.
destroy() - Method in interface javax.servlet.Servlet
Destroy the servlet.
destroy(ContainerContext) - Method in class cloud.piranha.cdi.weld.WeldContainer
Destroy the container.
destroySession(HttpSession) - Method in interface cloud.piranha.webapp.api.HttpSessionManager
Destroys a session.
destroySession(HttpSession) - Method in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Destroy the session.
destroySubcontext(String) - Method in class cloud.piranha.naming.impl.DefaultInitialContext
Destroy the sub context.
destroySubcontext(Name) - Method in class cloud.piranha.naming.impl.DefaultInitialContext
Destroy the sub context.
DIGEST_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
Defines the DIGEST constant.
directoryResource(String) - Method in class cloud.piranha.embedded.EmbeddedPiranhaBuilder
Add a directory resource.
directoryResource(String) - Method in class cloud.piranha.nano.NanoPiranhaBuilder
Add a directory resource.
DirectoryResource - Class in cloud.piranha.resource
The default DirectoryResource.
DirectoryResource() - Constructor for class cloud.piranha.resource.DirectoryResource
Constructor.
DirectoryResource(File) - Constructor for class cloud.piranha.resource.DirectoryResource
Constructor.
DirectoryResource(String) - Constructor for class cloud.piranha.resource.DirectoryResource
Constructor.
dispatch() - Method in interface cloud.piranha.webapp.api.AsyncDispatcher
Dispatch.
dispatch() - Method in class cloud.piranha.webapp.impl.DefaultAsyncContext
 
dispatch() - Method in class cloud.piranha.webapp.impl.DefaultAsyncDispatcher
 
dispatch() - Method in interface javax.servlet.AsyncContext
Dispatch the request.
dispatch(String) - Method in class cloud.piranha.webapp.impl.DefaultAsyncContext
 
dispatch(String) - Method in interface javax.servlet.AsyncContext
Dispatch the request.
dispatch(ServletContext, String) - Method in class cloud.piranha.webapp.impl.DefaultAsyncContext
Dispatch.
dispatch(ServletContext, String) - Method in interface javax.servlet.AsyncContext
Dispatch the request.
dispatcherType - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the dispatcher type.
DispatcherType - Enum in javax.servlet
The DispatcherType API.
dispatcherTypes() - Method in annotation type javax.servlet.annotation.WebFilter
Get the dispatcher types.
displayName() - Method in annotation type javax.servlet.annotation.WebFilter
Get the display name.
displayName() - Method in annotation type javax.servlet.annotation.WebServlet
Get the display name.
distributable - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the boolean flag indicating if the web application is distributable.
doDelete(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Handle a DELETE request.
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class cloud.piranha.security.eleos.AuthenticationFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class cloud.piranha.security.exousia.AuthorizationFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class cloud.piranha.security.exousia.AuthorizationPreFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class javax.servlet.http.HttpFilter
Process the filter.
doFilter(ServletRequest, ServletResponse) - Method in class cloud.piranha.webapp.impl.DefaultFilterChain
Process the request.
doFilter(ServletRequest, ServletResponse) - Method in interface javax.servlet.FilterChain
Process the request.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class cloud.piranha.security.eleos.AuthenticationFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class cloud.piranha.security.exousia.AuthorizationFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class cloud.piranha.security.exousia.AuthorizationPreFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in interface javax.servlet.Filter
Process the request.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class javax.servlet.http.HttpFilter
Process the filter.
doGet(HttpServletRequest, HttpServletResponse) - Method in class cloud.piranha.webapp.impl.DefaultServlet
Get the requested resource.
doGet(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Handle a GET request.
doHead(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Handle a HEAD request.
domain - Variable in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Stores the domain.
DoNothingServerAuthModule - Class in cloud.piranha.security.eleos
Default SAM that does nothing
DoNothingServerAuthModule() - Constructor for class cloud.piranha.security.eleos.DoNothingServerAuthModule
 
dontRollbackOn() - Method in annotation type javax.transaction.Transactional
Don't rollback on the given exceptions.
doOptions(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Handle an OPTIONS request.
doPost(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Handle a POST request.
doPut(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Handle a PUT request.
doTrace(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Handle a TRACE request.
DynamicInitialContextFactory - Class in cloud.piranha.micro.core
The default InitialContextFactory.
DynamicInitialContextFactory - Class in cloud.piranha.security.soteria
The default InitialContextFactory.
DynamicInitialContextFactory() - Constructor for class cloud.piranha.micro.core.DynamicInitialContextFactory
 
DynamicInitialContextFactory() - Constructor for class cloud.piranha.security.soteria.DynamicInitialContextFactory
 

E

effectiveMajorVersion - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
 
effectiveMinorVersion - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
 
EmbeddedPiranha - Class in cloud.piranha.embedded
The embeddable servlet container version of Piranha.
EmbeddedPiranha() - Constructor for class cloud.piranha.embedded.EmbeddedPiranha
Constructor.
EmbeddedPiranhaBuilder - Class in cloud.piranha.embedded
The builder so you can easily build instances of EmbeddedPiranha.
EmbeddedPiranhaBuilder() - Constructor for class cloud.piranha.embedded.EmbeddedPiranhaBuilder
Constructor.
EmbeddedRequest - Class in cloud.piranha.embedded
The WebApplicationRequest class used by EmbeddedPiranha
EmbeddedRequest() - Constructor for class cloud.piranha.embedded.EmbeddedRequest
Constructor.
EmbeddedRequestBuilder - Class in cloud.piranha.embedded
The builder so you can easily build instances of EmbeddedRequest.
EmbeddedRequestBuilder() - Constructor for class cloud.piranha.embedded.EmbeddedRequestBuilder
Constructor.
EmbeddedResponse - Class in cloud.piranha.embedded
The WebApplicationResponse class used by EmbeddedPiranha
EmbeddedResponse() - Constructor for class cloud.piranha.embedded.EmbeddedResponse
Constructor.
EmbeddedResponseBuilder - Class in cloud.piranha.embedded
The builder so you can easily build instances of EmbeddedResponse.
EmbeddedResponseBuilder() - Constructor for class cloud.piranha.embedded.EmbeddedResponseBuilder
Constructor.
emptyRoleSemantic() - Method in annotation type javax.servlet.annotation.HttpMethodConstraint
Get the EmptyRoleSemantic.
encodeRedirectUrl(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Deprecated. 
encodeRedirectUrl(String) - Method in interface javax.servlet.http.HttpServletResponse
Deprecated. 
encodeRedirectUrl(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Deprecated. 
encodeRedirectURL(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Encode the redirect URL.
encodeRedirectURL(String) - Method in interface javax.servlet.http.HttpServletResponse
Encode the redirect URL.
encodeRedirectURL(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Encode the redirect URL.
encodeRedirectURL(HttpServletResponse, String) - Method in interface cloud.piranha.webapp.api.HttpSessionManager
Encode the redirect URL.
encodeRedirectURL(HttpServletResponse, String) - Method in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Encode the redirect URL.
encodeUrl(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Deprecated. 
encodeUrl(String) - Method in interface javax.servlet.http.HttpServletResponse
Deprecated. 
encodeUrl(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Deprecated. 
encodeURL(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Encode the URL.
encodeURL(String) - Method in interface javax.servlet.http.HttpServletResponse
Encode the URL.
encodeURL(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Encode the URL.
encodeURL(HttpServletResponse, String) - Method in interface cloud.piranha.webapp.api.HttpSessionManager
Encode the URL.
encodeURL(HttpServletResponse, String) - Method in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Encode the URL.
enlistResource(XAResource) - Method in class cloud.piranha.transaction.nonxa.DefaultTransaction
Enlist the resource.
enlistResource(XAResource) - Method in interface javax.transaction.Transaction
Enlist the XA resource.
EnvironmentDriver - Class in cloud.piranha.database.environment
A JDBC driver that looks for environment variables to delegate to a another JDBC driver.
EnvironmentDriver() - Constructor for class cloud.piranha.database.environment.EnvironmentDriver
Constructor.
equals(Object) - Method in class cloud.piranha.webapp.impl.DefaultFilterMapping
Equals.
error(String, ServletRequest, ServletResponse, Throwable) - Method in class cloud.piranha.webapp.impl.DefaultServletRequestDispatcher
 
ERROR - javax.servlet.DispatcherType
 
ERROR - Static variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the ERROR constant.
ERROR_EXCEPTION - Static variable in interface javax.servlet.RequestDispatcher
Defines the ERROR_EXCEPTION constant.
ERROR_EXCEPTION_TYPE - Static variable in interface javax.servlet.RequestDispatcher
Defines the ERROR_EXCEPTION_TYPE constant.
ERROR_MESSAGE - Static variable in interface javax.servlet.RequestDispatcher
Defines the ERROR_MESSAGE constant.
ERROR_REQUEST_URI - Static variable in interface javax.servlet.RequestDispatcher
Defines the ERROR_REQUEST_URI constant.
ERROR_SERVLET_NAME - Static variable in interface javax.servlet.RequestDispatcher
Defines the ERROR_SERVLET_NAME constant.
ERROR_STATUS_CODE - Static variable in interface javax.servlet.RequestDispatcher
Defines the ERROR_STATUS_CODE constant.
errorCode - Variable in exception javax.transaction.SystemException
Stores the error code.
errorPageManager - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the error page manager
EXACT - javax.servlet.http.MappingMatch
The exact constant.
executorService - Variable in class cloud.piranha.http.impl.DefaultHttpServer
Stores the executor service.
extend(WebApplicationExtensionContext) - Method in class cloud.piranha.extension.servlet.ServletExtension
Extend the web application.
extend(WebApplicationExtensionContext) - Method in interface cloud.piranha.webapp.api.WebApplicationExtension
Extend the web application.
extension(Class<? extends WebApplicationExtension>) - Method in class cloud.piranha.embedded.EmbeddedPiranhaBuilder
Set the web application extension.
EXTENSION - javax.servlet.http.MappingMatch
The extension constant.
extensions(Class<? extends WebApplicationExtension>...) - Method in class cloud.piranha.embedded.EmbeddedPiranhaBuilder
Set the web application extensions.

F

feature(String) - Method in class cloud.piranha.embedded.EmbeddedPiranhaBuilder
Add a feature.
fileSizeThreshold() - Method in annotation type javax.servlet.annotation.MultipartConfig
Get the file size threshold.
filter(String, String) - Method in class cloud.piranha.embedded.EmbeddedPiranhaBuilder
Add a filter.
filter(String, Filter) - Method in class cloud.piranha.nano.NanoPiranhaBuilder
Add a filter.
Filter - Interface in javax.servlet
The Filter API.
FilterChain - Interface in javax.servlet
The FilterChain API.
FilterConfig - Interface in javax.servlet
The FilterConfig API.
FilterEnvironment - Interface in cloud.piranha.webapp.api
 
filterInitParam(String, String, String) - Method in class cloud.piranha.embedded.EmbeddedPiranhaBuilder
Set a filter init parameter.
filterInitParam(String, String, String) - Method in class cloud.piranha.nano.NanoPiranhaBuilder
Set a filter init parameter.
filterMapping(String, String...) - Method in class cloud.piranha.embedded.EmbeddedPiranhaBuilder
Add a filter mapping.
FilterMapping - Interface in cloud.piranha.webapp.api
The FilterMapping API.
filterMappings - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequestMapper
Stores the filter mappings.
filterName() - Method in annotation type javax.servlet.annotation.WebFilter
Get the name.
FilterPriority - Interface in cloud.piranha.webapp.api
The Filter Priority API allows filters that implement this interface to be given priority depending on their priority value.
FilterRegistration - Interface in javax.servlet
The FilterRegistration API.
FilterRegistration.Dynamic - Interface in javax.servlet
The FilterRegistration.Dynamic API.
filters - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the filters.
findFilterEnvironments(DispatcherType, String, String, String) - Method in class cloud.piranha.webapp.impl.DefaultInvocationFinder
Find the filter environments.
findFilterMappings(String) - Method in interface cloud.piranha.webapp.api.WebApplicationRequestMapper
Find the filter mappings for the given path.
findFilterMappings(DispatcherType, String) - Method in interface cloud.piranha.webapp.api.WebApplicationRequestMapper
Find the filter mappings for the given path.
findFilterMappings(DispatcherType, String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequestMapper
Find the filter mappings.
findMapping(String) - Method in interface cloud.piranha.appserver.api.WebApplicationServerRequestMapper
Find a mapping for the given path.
findMapping(String) - Method in class cloud.piranha.appserver.impl.DefaultWebApplicationServerRequestMapper
Find a mapping for the given path.
findPrefixMatch(String, String) - Method in class cloud.piranha.appserver.impl.DefaultWebApplicationServerRequestMapper
Find a mapping with a prefix mapping longer than the given current prefix.
findResource(String) - Method in class cloud.piranha.resource.DefaultResourceManagerClassLoader
Find the resource.
findResources(String) - Method in class cloud.piranha.resource.DefaultResourceManagerClassLoader
Find the resources.
findServletInvocationByName(String) - Method in class cloud.piranha.webapp.impl.DefaultInvocationFinder
 
findServletInvocationByPath(String, String) - Method in class cloud.piranha.webapp.impl.DefaultInvocationFinder
 
findServletInvocationByPath(DispatcherType, String, String) - Method in class cloud.piranha.webapp.impl.DefaultInvocationFinder
 
findServletMapping(String) - Method in interface cloud.piranha.webapp.api.WebApplicationRequestMapper
Find the servlet mapping for the given path.
findServletMapping(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequestMapper
Find a servlet mapping for the given path.
flush() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Flush the output stream.
flushBuffer() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Flush the buffer.
flushBuffer() - Method in interface javax.servlet.ServletResponse
Flush the buffer.
flushBuffer() - Method in class javax.servlet.ServletResponseWrapper
Flush the buffer.
FORM_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
Defines the FORM constant.
forward(ServletRequest, ServletResponse) - Method in class cloud.piranha.webapp.impl.DefaultServletRequestDispatcher
Dispatches using the FORWARD or ASYNC dispatch type - Forward the request and response.
forward(ServletRequest, ServletResponse) - Method in interface javax.servlet.RequestDispatcher
Forward the request.
FORWARD - javax.servlet.DispatcherType
 
FORWARD_CONTEXT_PATH - Static variable in interface javax.servlet.RequestDispatcher
Defines the FORWARD_CONTEXT_PATH constant.
FORWARD_MAPPING - Static variable in interface javax.servlet.RequestDispatcher
Defines the FORWARD_MAPPING constant.
FORWARD_PATH_INFO - Static variable in interface javax.servlet.RequestDispatcher
Defines the FORWARD_PATH_INFO constant.
FORWARD_QUERY_STRING - Static variable in interface javax.servlet.RequestDispatcher
Defines the FORWARD_QUERY_STRING constant.
FORWARD_REQUEST_URI - Static variable in interface javax.servlet.RequestDispatcher
Defines the FORWARD_REQUEST_URI constant.
FORWARD_SERVLET_PATH - Static variable in interface javax.servlet.RequestDispatcher
Defines the FORWARD_SERVLET_PATH constant.

G

GenericFilter - Class in javax.servlet
A generic filter.
GenericFilter() - Constructor for class javax.servlet.GenericFilter
 
GenericServlet - Class in javax.servlet
The GenericServlet API.
GenericServlet() - Constructor for class javax.servlet.GenericServlet
Constructor.
getAlias() - Method in class cloud.piranha.resource.AliasedDirectoryResource
Get the alias.
getAllLocations() - Method in class cloud.piranha.resource.AliasedDirectoryResource
 
getAllLocations() - Method in interface cloud.piranha.resource.api.Resource
Get all the locations for this resource.
getAllLocations() - Method in interface cloud.piranha.resource.api.ResourceManager
Get all the locations for this resource manager.
getAllLocations() - Method in class cloud.piranha.resource.ByteArrayResource
Get all locations.
getAllLocations() - Method in class cloud.piranha.resource.DefaultResourceManager
 
getAllLocations() - Method in class cloud.piranha.resource.DirectoryResource
 
getAllLocations() - Method in class cloud.piranha.resource.JarResource
 
getAllLocations() - Method in class cloud.piranha.resource.PrefixJarResource
 
getAllLocations() - Method in class cloud.piranha.resource.shrinkwrap.ShrinkWrapResource
 
getAllLocations(Archive<?>) - Method in class cloud.piranha.resource.shrinkwrap.ShrinkWrapResource
 
getAnnotatedClasses() - Method in interface cloud.piranha.webapp.api.AnnotationManager
Get the set of all annotated classes.
getAnnotatedClasses() - Method in class cloud.piranha.webapp.impl.DefaultAnnotationManager
Get the annotated classes.
getAnnotationManager() - Method in interface cloud.piranha.webapp.api.WebApplication
Gets the annotation manager.
getAnnotationManager() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
 
getAnnotations(Class<?>...) - Method in interface cloud.piranha.webapp.api.AnnotationManager
 
getAnnotations(Class<?>...) - Method in class cloud.piranha.webapp.impl.DefaultAnnotationManager
 
getAnnotations(Class<T>) - Method in interface cloud.piranha.webapp.api.AnnotationManager
 
getAnnotations(Class<T>) - Method in class cloud.piranha.webapp.impl.DefaultAnnotationManager
 
getAnnotationsByTarget(Class<T>, AnnotatedElement) - Method in interface cloud.piranha.webapp.api.AnnotationManager
 
getAnnotationsByTarget(Class<T>, AnnotatedElement) - Method in class cloud.piranha.webapp.impl.DefaultAnnotationManager
 
getApplicationRequestMapping() - Method in interface cloud.piranha.webapp.api.ServletInvocation
 
getApplicationRequestMapping() - Method in class cloud.piranha.webapp.impl.DefaultServletInvocation
 
getAsyncContext() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the async context.
getAsyncContext() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the async context.
getAsyncContext() - Method in class javax.servlet.AsyncEvent
Get the async context.
getAsyncContext() - Method in interface javax.servlet.ServletRequest
Get the async context.
getAsyncContext() - Method in class javax.servlet.ServletRequestWrapper
Get the async context.
getAsyncManager() - Method in interface cloud.piranha.webapp.api.WebApplication
Get the async manager.
getAsyncManager() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the async manager.
getAttribute(String) - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the attribute.
getAttribute(String) - Method in interface cloud.piranha.webapp.api.AttributeManager
Get the attribute.
getAttribute(String) - Method in class cloud.piranha.webapp.impl.AsyncHttpDispatchWrapper
 
getAttribute(String) - Method in class cloud.piranha.webapp.impl.DefaultAttributeManager
 
getAttribute(String) - Method in class cloud.piranha.webapp.impl.DefaultHttpSession
Get the attribute value.
getAttribute(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the attribute.
getAttribute(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the attribute.
getAttribute(String) - Method in interface javax.servlet.http.HttpSession
Get the attribute.
getAttribute(String) - Method in interface javax.servlet.ServletContext
Get the attribute.
getAttribute(String) - Method in interface javax.servlet.ServletRequest
Get the attribute.
getAttribute(String) - Method in class javax.servlet.ServletRequestWrapper
Get the attribute.
getAttributeNames() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the attribute names.
getAttributeNames() - Method in interface cloud.piranha.webapp.api.AttributeManager
Get the attribute names.
getAttributeNames() - Method in class cloud.piranha.webapp.impl.AsyncHttpDispatchWrapper
 
getAttributeNames() - Method in class cloud.piranha.webapp.impl.DefaultAttributeManager
 
getAttributeNames() - Method in class cloud.piranha.webapp.impl.DefaultHttpSession
Get the attribute names.
getAttributeNames() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the attribute names.
getAttributeNames() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get attribute names.
getAttributeNames() - Method in interface javax.servlet.http.HttpSession
Get the attribute names.
getAttributeNames() - Method in interface javax.servlet.ServletContext
Get the attribute names.
getAttributeNames() - Method in interface javax.servlet.ServletRequest
Get the attribute names.
getAttributeNames() - Method in class javax.servlet.ServletRequestWrapper
Get the attribute names.
getAuthenticatedRequest(HttpServletRequest, HttpServletResponse) - Method in class cloud.piranha.security.jakarta.JakartaSecurityManager
 
getAuthenticatedRequest(HttpServletRequest, HttpServletResponse) - Method in interface cloud.piranha.webapp.api.SecurityManager
Gets the request object the security system wants to put in place.
getAuthenticatedResponse(HttpServletRequest, HttpServletResponse) - Method in class cloud.piranha.security.jakarta.JakartaSecurityManager
 
getAuthenticatedResponse(HttpServletRequest, HttpServletResponse) - Method in interface cloud.piranha.webapp.api.SecurityManager
Gets the response object the security system wants to put in place.
getAuthenticationService(HttpServletRequest) - Method in class cloud.piranha.security.jakarta.JakartaSecurityManager
 
getAuthMethod() - Method in class cloud.piranha.webapp.impl.WebXmlLoginConfig
Get the auth method.
getAuthorizationService(HttpServletRequest) - Method in class cloud.piranha.security.jakarta.JakartaSecurityManager
 
getAuthType() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the auth type.
getAuthType() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the auth type.
getAuthType() - Method in interface javax.servlet.http.HttpServletRequest
Get the auth type.
getAuthType() - Method in class javax.servlet.http.HttpServletRequestWrapper
Get the auth type.
getBeanManager() - Method in class cloud.piranha.cdi.weld.WeldCDI
Get the bean manager.
getBuffer() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Get the default buffer size.
getBufferSize() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Get the buffer size.
getBufferSize() - Method in interface javax.servlet.ServletResponse
Get the buffer size.
getBufferSize() - Method in class javax.servlet.ServletResponseWrapper
Get the buffer size.
getBytes() - Method in class cloud.piranha.resource.ByteArrayResource
Get the byte-array.
getCALLER_TO_CREDENTIALS() - Static method in class cloud.piranha.micro.core.InMemoryIdentityStore
 
getCallerGroups(CredentialValidationResult) - Method in class cloud.piranha.micro.core.InMemoryIdentityStore
 
getCallerName() - Method in class cloud.piranha.micro.core.InMemoryIdentityStore.Credential
 
getCallerPrincipal() - Method in interface cloud.piranha.webapp.api.AuthenticatedIdentity
Returns the caller principal, which represents the primary name of the calling entity (aka the "caller") to a server.
getCallerPrincipal() - Method in class cloud.piranha.webapp.impl.DefaultAuthenticatedIdentity
 
getCDI() - Method in class cloud.piranha.cdi.weld.WeldProvider
Get the CDI.
getCharacterEncoding() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the character encoding.
getCharacterEncoding() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the character encoding.
getCharacterEncoding() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Get the character encoding.
getCharacterEncoding() - Method in interface javax.servlet.ServletRequest
Get the character encoding.
getCharacterEncoding() - Method in class javax.servlet.ServletRequestWrapper
Get the character encoding.
getCharacterEncoding() - Method in interface javax.servlet.ServletResponse
Get the character encoding.
getCharacterEncoding() - Method in class javax.servlet.ServletResponseWrapper
Get the character encoding.
getClassLoader() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the class loader.
getClassLoader() - Method in interface javax.servlet.ServletContext
Get the class loader.
getClassLoaderId() - Method in class cloud.piranha.resource.shrinkwrap.IsolatingResourceManagerClassLoader
 
getClassName() - Method in class cloud.piranha.webapp.impl.DefaultFilterEnvironment
Get the class name.
getClassName() - Method in class cloud.piranha.webapp.impl.DefaultServletEnvironment
 
getClassName() - Method in class cloud.piranha.webapp.impl.WebXmlFilter
Get the class name.
getClassName() - Method in class cloud.piranha.webapp.impl.WebXmlListener
Get the class name.
getClassName() - Method in class cloud.piranha.webapp.impl.WebXmlServlet
Get the class name.
getClassName() - Method in interface javax.servlet.Registration
Get the class name.
getComment() - Method in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Get the comment.
getComment() - Method in class javax.servlet.http.Cookie
Get the comment.
getComment() - Method in interface javax.servlet.SessionCookieConfig
Get the comment.
getConstraintsFromSecurityAnnotations(List<Map.Entry<List<String>, ServletSecurity>>) - Method in class cloud.piranha.security.exousia.PiranhaToExousiaConverter
 
getConstraintsFromSecurityElements(List<Map.Entry<List<String>, ServletSecurityElement>>) - Method in class cloud.piranha.security.exousia.PiranhaToExousiaConverter
 
getConstraintsFromWebXml(WebXml) - Method in class cloud.piranha.security.exousia.PiranhaToExousiaConverter
 
getContentLength() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the content length.
getContentLength() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the content length.
getContentLength() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Get the content length.
getContentLength() - Method in interface javax.servlet.ServletRequest
Get the content length.
getContentLength() - Method in class javax.servlet.ServletRequestWrapper
Get the content length.
getContentLengthLong() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the content length.
getContentLengthLong() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the content length.
getContentLengthLong() - Method in interface javax.servlet.ServletRequest
Get the content length.
getContentLengthLong() - Method in class javax.servlet.ServletRequestWrapper
Get the content length.
getContentType() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the content type.
getContentType() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the content type.
getContentType() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Get the content type.
getContentType() - Method in interface javax.servlet.http.Part
Get the content type.
getContentType() - Method in interface javax.servlet.ServletRequest
Get the content type.
getContentType() - Method in class javax.servlet.ServletRequestWrapper
Get the content type.
getContentType() - Method in interface javax.servlet.ServletResponse
Get the content type.
getContentType() - Method in class javax.servlet.ServletResponseWrapper
Get the content type.
getContext(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the servlet context for the given uripath.
getContext(String) - Method in interface javax.servlet.ServletContext
Get the servlet context for the given path.
getContextParams() - Method in class cloud.piranha.webapp.impl.WebXml
Get the context params.
getContextPath() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the context path.
getContextPath() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the context path.
getContextPath() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the context path.
getContextPath() - Method in interface javax.servlet.http.HttpServletRequest
Get the context path.
getContextPath() - Method in class javax.servlet.http.HttpServletRequestWrapper
Get the context path.
getContextPath() - Method in interface javax.servlet.ServletContext
Get the context path.
getCookies() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the cookies.
getCookies() - Method in interface cloud.piranha.webapp.api.WebApplicationResponse
Get the cookies.
getCookies() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the cookies.
getCookies() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Get the cookies.
getCookies() - Method in interface javax.servlet.http.HttpServletRequest
Get the cookies.
getCookies() - Method in class javax.servlet.http.HttpServletRequestWrapper
Get the cookies.
getCreationTime() - Method in class cloud.piranha.webapp.impl.DefaultHttpSession
Get the creation time.
getCreationTime() - Method in interface javax.servlet.http.HttpSession
Get the creation time.
getCurrentIdentity() - Static method in class cloud.piranha.webapp.impl.DefaultAuthenticatedIdentity
 
getCurrentSubject() - Static method in class cloud.piranha.webapp.impl.DefaultAuthenticatedIdentity
 
getDateHeader(String) - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the date header.
getDateHeader(String) - Method in interface cloud.piranha.webapp.api.HttpHeaderManager
Get the date header.
getDateHeader(String) - Method in class cloud.piranha.webapp.impl.DefaultHttpHeaderManager
Get the date header.
getDateHeader(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the date header.
getDateHeader(String) - Method in interface javax.servlet.http.HttpServletRequest
Get the date header.
getDateHeader(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
Get the date header.
getDefaultContentType() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Get the default content type type.
getDefaultContextPath() - Method in class cloud.piranha.webapp.impl.WebXml
Get the default context path.
getDefaultServlet() - Method in interface cloud.piranha.webapp.api.WebApplication
Get the default Servlet.
getDefaultServlet() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
 
getDefaultSessionTrackingModes() - Method in interface cloud.piranha.webapp.api.HttpSessionManager
Get the default session tracking modes.
getDefaultSessionTrackingModes() - Method in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Get the default session tracking modes.
getDefaultSessionTrackingModes() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
 
getDefaultSessionTrackingModes() - Method in interface javax.servlet.ServletContext
Get the default session tracking modes.
getDeferredSyntaxAllowedAsLiteral() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Get deferred-syntax-allowed-as-literal config.
getDelegateClassLoader() - Method in class cloud.piranha.resource.DefaultResourceManagerClassLoader
 
getDenyUncoveredHttpMethods() - Method in class cloud.piranha.security.jakarta.JakartaSecurityManager
 
getDenyUncoveredHttpMethods() - Method in interface cloud.piranha.webapp.api.SecurityManager
Get if we are denying uncovered HTTP methods.
getDenyUncoveredHttpMethods() - Method in interface cloud.piranha.webapp.api.WebApplication
Are we denying uncovered HTTP methods.
getDenyUncoveredHttpMethods() - Method in class cloud.piranha.webapp.impl.DefaultSecurityManager
Get if we are denying uncovered HTTP methods.
getDenyUncoveredHttpMethods() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Are we denying uncovered HTTP methods.
getDenyUncoveredHttpMethods() - Method in class cloud.piranha.webapp.impl.WebXml
Get if we are denying uncovered HTTP methods.
getDispatcher(WebApplication, String, ServletRequest, ServletResponse) - Method in interface cloud.piranha.webapp.api.AsyncManager
Get the async dispatcher.
getDispatcher(WebApplication, String, ServletRequest, ServletResponse) - Method in class cloud.piranha.webapp.impl.DefaultAsyncManager
 
getDispatchers() - Method in class cloud.piranha.webapp.impl.WebXmlFilterMapping
Get the dispatchers.
getDispatcherType() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the dispatcher type.
getDispatcherType() - Method in interface cloud.piranha.webapp.api.FilterMapping
Get the dispatcher type.
getDispatcherType() - Method in class cloud.piranha.webapp.impl.AsyncHttpDispatchWrapper
 
getDispatcherType() - Method in class cloud.piranha.webapp.impl.AsyncNonHttpDispatchWrapper
 
getDispatcherType() - Method in class cloud.piranha.webapp.impl.DefaultFilterMapping
Get the dispatcher type.
getDispatcherType() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the dispatcher type.
getDispatcherType() - Method in interface javax.servlet.ServletRequest
Get the dispatcher type.
getDispatcherType() - Method in class javax.servlet.ServletRequestWrapper
Get the dispatcher type.
getDisplayName() - Method in class cloud.piranha.webapp.impl.WebXml
Get the display name.
getDomain() - Method in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Get the domain.
getDomain() - Method in class javax.servlet.http.Cookie
Get the domain.
getDomain() - Method in interface javax.servlet.SessionCookieConfig
Get the domain.
getEffectiveMajorVersion() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the effective major version.
getEffectiveMajorVersion() - Method in interface javax.servlet.ServletContext
Get the effective major version.
getEffectiveMinorVersion() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the effective minor version.
getEffectiveMinorVersion() - Method in interface javax.servlet.ServletContext
Get the effective minor version.
getEffectiveSessionTrackingModes() - Method in interface cloud.piranha.webapp.api.HttpSessionManager
Get the effective session tracking modes.
getEffectiveSessionTrackingModes() - Method in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Get the effective session tracking modes.
getEffectiveSessionTrackingModes() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the effective tracking modes.
getEffectiveSessionTrackingModes() - Method in interface javax.servlet.ServletContext
Get the effective session tracking modes.
getElIgnored() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Get the EL ignored config.
getEmptyRoleSemantic() - Method in class javax.servlet.HttpConstraintElement
Get the EmptyRoleSemantic.
getEnvironment() - Method in class cloud.piranha.naming.impl.DefaultInitialContext
Get the environment.
getErrorCode() - Method in class cloud.piranha.webapp.impl.WebXmlErrorPage
Get the error code.
getErrorOnUndeclaredNamespace() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Get the error-on-undeclared-namespace config.
getErrorPage(Exception, HttpServletResponse) - Method in class cloud.piranha.webapp.impl.DefaultErrorPageManager
 
getErrorPages() - Method in class cloud.piranha.webapp.impl.WebXml
Get the error pages.
getErrorPagesByCode() - Method in class cloud.piranha.webapp.impl.DefaultErrorPageManager
 
getErrorPagesByException() - Method in class cloud.piranha.webapp.impl.DefaultErrorPageManager
 
getExceptionType() - Method in class cloud.piranha.webapp.impl.WebXmlErrorPage
Get the exception type.
getExtension() - Method in class cloud.piranha.webapp.impl.WebXmlMimeMapping
Get the extension.
getExtensions() - Method in class cloud.piranha.micro.MicroConfiguration
 
getExtensionsList() - Method in class cloud.piranha.micro.MicroConfiguration
 
getFileSizeThreshold() - Method in class javax.servlet.MultipartConfigElement
Get the file size threshold.
getFilter() - Method in interface cloud.piranha.webapp.api.FilterEnvironment
Get the filter.
getFilter() - Method in class cloud.piranha.webapp.impl.DefaultFilterEnvironment
Get the filter.
getFilterChain() - Method in interface cloud.piranha.webapp.api.ServletInvocation
 
getFilterChain() - Method in class cloud.piranha.webapp.impl.DefaultServletInvocation
 
getFilterConfig() - Method in class javax.servlet.GenericFilter
 
getFilterEnvironments() - Method in interface cloud.piranha.webapp.api.ServletInvocation
 
getFilterEnvironments() - Method in class cloud.piranha.webapp.impl.DefaultServletInvocation
 
getFilterMappings() - Method in class cloud.piranha.webapp.impl.WebXml
Get the filter mappings.
getFilterName() - Method in interface cloud.piranha.webapp.api.FilterMapping
Get the filter name.
getFilterName() - Method in class cloud.piranha.webapp.impl.DefaultFilterEnvironment
Get the filter name.
getFilterName() - Method in class cloud.piranha.webapp.impl.DefaultFilterMapping
Get the filter name.
getFilterName() - Method in class cloud.piranha.webapp.impl.WebXmlFilter
Get the filter name.
getFilterName() - Method in class cloud.piranha.webapp.impl.WebXmlFilterMapping
Get the filter name.
getFilterName() - Method in interface javax.servlet.FilterConfig
Get the filter name.
getFilterName() - Method in class javax.servlet.GenericFilter
 
getFilterRegistration(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the filter registration.
getFilterRegistration(String) - Method in interface javax.servlet.ServletContext
Get the filter registration.
getFilterRegistrations() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the filter registrations.
getFilterRegistrations() - Method in interface javax.servlet.ServletContext
Get the filter registrations.
getFilters() - Method in class cloud.piranha.nano.NanoPiranha
Get the filters.
getFilters() - Method in class cloud.piranha.webapp.impl.WebXml
Get the filters.
getFormErrorPage() - Method in class cloud.piranha.webapp.impl.WebXmlLoginConfig
Get the form error page.
getFormLoginPage() - Method in class cloud.piranha.webapp.impl.WebXmlLoginConfig
Get the form login page.
getFragmentName() - Method in class cloud.piranha.webapp.impl.WebXml
Get the fragment name.
getGroups() - Method in class cloud.piranha.micro.core.InMemoryIdentityStore.Credential
 
getGroups() - Method in interface cloud.piranha.webapp.api.AuthenticatedIdentity
The groups the caller is in.
getGroups() - Method in class cloud.piranha.webapp.impl.DefaultAuthenticatedIdentity
 
getHandlers() - Static method in class cloud.piranha.micro.StaticURLStreamHandlerFactory
 
getHeader(String) - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the header.
getHeader(String) - Method in interface cloud.piranha.http.api.HttpServerRequest
Get the header.
getHeader(String) - Method in interface cloud.piranha.http.api.HttpServerResponse
Get the header.
getHeader(String) - Method in class cloud.piranha.http.impl.DefaultHttpServerRequest
 
getHeader(String) - Method in class cloud.piranha.http.impl.DefaultHttpServerResponse
 
getHeader(String) - Method in interface cloud.piranha.webapp.api.HttpHeaderManager
Get the header.
getHeader(String) - Method in class cloud.piranha.webapp.impl.DefaultHttpHeaderManager
Get the header.
getHeader(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the header.
getHeader(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Get the header.
getHeader(String) - Method in interface javax.servlet.http.HttpServletRequest
Get the header.
getHeader(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
Get the header.
getHeader(String) - Method in interface javax.servlet.http.HttpServletResponse
Get the header.
getHeader(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Get the header.
getHeader(String) - Method in interface javax.servlet.http.Part
Get the header.
getHeader(String) - Method in interface javax.servlet.http.PushBuilder
Get the header.
getHeaderNames() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the header names.
getHeaderNames() - Method in interface cloud.piranha.http.api.HttpServerRequest
Get the header names.
getHeaderNames() - Method in class cloud.piranha.http.impl.DefaultHttpServerRequest
 
getHeaderNames() - Method in interface cloud.piranha.webapp.api.HttpHeaderManager
Get the header names.
getHeaderNames() - Method in class cloud.piranha.webapp.impl.DefaultHttpHeaderManager
Get the header names.
getHeaderNames() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the header names.
getHeaderNames() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Get the header names.
getHeaderNames() - Method in interface javax.servlet.http.HttpServletRequest
Get the header names.
getHeaderNames() - Method in class javax.servlet.http.HttpServletRequestWrapper
Get the header names.
getHeaderNames() - Method in interface javax.servlet.http.HttpServletResponse
Get the header names.
getHeaderNames() - Method in class javax.servlet.http.HttpServletResponseWrapper
Get the header names.
getHeaderNames() - Method in interface javax.servlet.http.Part
Get the header names.
getHeaderNames() - Method in interface javax.servlet.http.PushBuilder
Get the header names.
getHeaders(String) - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the headers.
getHeaders(String) - Method in interface cloud.piranha.webapp.api.HttpHeaderManager
Get the headers.
getHeaders(String) - Method in class cloud.piranha.webapp.impl.DefaultHttpHeaderManager
Get the headers.
getHeaders(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the headers.
getHeaders(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Get the headers.
getHeaders(String) - Method in interface javax.servlet.http.HttpServletRequest
Get the headers.
getHeaders(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
Get the headers.
getHeaders(String) - Method in interface javax.servlet.http.HttpServletResponse
Get the headers.
getHeaders(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Get the headers.
getHeaders(String) - Method in interface javax.servlet.http.Part
Get the headers.
getHttpMethodConstraints() - Method in class javax.servlet.ServletSecurityElement
Get the HTTP method constraints.
getHttpRequestManager() - Method in interface cloud.piranha.webapp.api.WebApplication
Get the HttpRequestManager.
getHttpRequestManager() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
 
getHttpServer() - Method in class cloud.piranha.micro.MicroConfiguration
Get the HTTP server engine.
getHttpServerProcessor() - Method in interface cloud.piranha.http.api.HttpServer
Get the http server processor
getHttpServerProcessor() - Method in class cloud.piranha.http.impl.DefaultHttpServer
 
getHttpServletMapping() - Method in interface javax.servlet.http.HttpServletRequest
Get the HTTP servlet mapping.
getHttpSessionManager() - Method in interface cloud.piranha.webapp.api.WebApplication
Get the HttpSessionManager.
getHttpSessionManager() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the session manager.
getId() - Method in class cloud.piranha.webapp.impl.DefaultHttpSession
Get the id.
getId() - Method in interface javax.servlet.http.HttpSession
Get the id.
getIds() - Method in interface javax.servlet.http.HttpSessionContext
Deprecated. 
getIncludeCodas() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Get the include-codes config.
getIncludePreludes() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Get the include-prelude config.
getInitialContext(Hashtable<?, ?>) - Method in class cloud.piranha.micro.core.DynamicInitialContextFactory
Get the initial context.
getInitialContext(Hashtable<?, ?>) - Method in class cloud.piranha.naming.impl.DefaultInitialContextFactory
Get the initial context.
getInitialContext(Hashtable<?, ?>) - Method in class cloud.piranha.security.soteria.DynamicInitialContextFactory
Get the initial context.
getInitializers() - Method in interface cloud.piranha.webapp.api.WebApplication
Gets the ServletContainerInitializers
getInitializers() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
 
getInitialWebXml() - Method in class cloud.piranha.webapp.impl.WebXmlManager
Get the initial web.xml.
getInitParameter(String) - Method in class cloud.piranha.webapp.impl.DefaultFilterEnvironment
Get the init parameter.
getInitParameter(String) - Method in class cloud.piranha.webapp.impl.DefaultServletEnvironment
 
getInitParameter(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the init parameter.
getInitParameter(String) - Method in interface javax.servlet.FilterConfig
Get the init parameter.
getInitParameter(String) - Method in class javax.servlet.GenericFilter
 
getInitParameter(String) - Method in class javax.servlet.GenericServlet
Get the init parameter.
getInitParameter(String) - Method in interface javax.servlet.Registration
Get the init parameter.
getInitParameter(String) - Method in interface javax.servlet.ServletConfig
Get the init parameter.
getInitParameter(String) - Method in interface javax.servlet.ServletContext
Get the init parameter.
getInitParameterNames() - Method in class cloud.piranha.webapp.impl.DefaultFilterEnvironment
Get the init parameter names.
getInitParameterNames() - Method in class cloud.piranha.webapp.impl.DefaultServletEnvironment
 
getInitParameterNames() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the init parameter names.
getInitParameterNames() - Method in interface javax.servlet.FilterConfig
Get the init parameter names.
getInitParameterNames() - Method in class javax.servlet.GenericFilter
 
getInitParameterNames() - Method in class javax.servlet.GenericServlet
Get the init parameter names.
getInitParameterNames() - Method in interface javax.servlet.ServletConfig
Get the init parameter names.
getInitParameterNames() - Method in interface javax.servlet.ServletContext
Get the init parameter names.
getInitParameters() - Method in class cloud.piranha.webapp.impl.DefaultFilterEnvironment
Get the init parameters.
getInitParameters() - Method in class cloud.piranha.webapp.impl.DefaultServletEnvironment
 
getInitParameters() - Method in interface javax.servlet.Registration
Get the init parameters.
getInitParams() - Method in class cloud.piranha.webapp.impl.WebXmlFilter
Get the init params.
getInitParams() - Method in class cloud.piranha.webapp.impl.WebXmlServlet
Get the init params.
getInputStream() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the input stream.
getInputStream() - Method in interface cloud.piranha.http.api.HttpServerRequest
Get the input stream.
getInputStream() - Method in class cloud.piranha.http.impl.DefaultHttpServerRequest
 
getInputStream() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the input stream.
getInputStream() - Method in interface javax.servlet.http.Part
Get the input stream.
getInputStream() - Method in interface javax.servlet.http.WebConnection
Get the input stream.
getInputStream() - Method in interface javax.servlet.ServletRequest
Get the input stream.
getInputStream() - Method in class javax.servlet.ServletRequestWrapper
Get the input stream.
getInstance() - Method in interface cloud.piranha.webapp.api.AnnotationManager.AnnotationInfo
 
getInstance() - Method in class cloud.piranha.webapp.impl.DefaultAnnotationManager.DefaultAnnotationInfo
 
getInstances(Class<?>...) - Method in interface cloud.piranha.webapp.api.AnnotationManager
 
getInstances(Class<?>...) - Method in class cloud.piranha.webapp.impl.DefaultAnnotationManager
 
getInstances(Class<T>) - Method in interface cloud.piranha.webapp.api.AnnotationManager
 
getInstances(Class<T>) - Method in class cloud.piranha.webapp.impl.DefaultAnnotationManager
 
getIntHeader(String) - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the int header.
getIntHeader(String) - Method in interface cloud.piranha.webapp.api.HttpHeaderManager
Get the int header.
getIntHeader(String) - Method in class cloud.piranha.webapp.impl.DefaultHttpHeaderManager
Get the int header.
getIntHeader(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the int header.
getIntHeader(String) - Method in interface javax.servlet.http.HttpServletRequest
Get the int header.
getIntHeader(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
Get the int header.
getInvocationPath() - Method in interface cloud.piranha.webapp.api.ServletInvocation
The original path used to base the Servlet invocation on.
getInvocationPath() - Method in class cloud.piranha.webapp.impl.DefaultServletInvocation
 
getIsXml() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Get the is-xml config.
getJarFile() - Method in class cloud.piranha.resource.JarResource
Get the JAR file.
getJarFile() - Method in class cloud.piranha.resource.PrefixJarResource
Get the JAR file.
getJspConfigDescriptor() - Method in class cloud.piranha.pages.jasper.JasperJspManager
Get the JSP config descriptor.
getJspConfigDescriptor() - Method in interface cloud.piranha.webapp.api.JspManager
Get the JSP config descriptor.
getJspConfigDescriptor() - Method in class cloud.piranha.webapp.impl.DefaultJspFileManager
Get the JSP config descriptor.
getJspConfigDescriptor() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the JSP config descriptor.
getJspConfigDescriptor() - Method in interface javax.servlet.ServletContext
Get the JSP config descriptor.
getJspFile() - Method in class cloud.piranha.webapp.impl.WebXmlServlet
Get the jsp file
getJspPropertyGroups() - Method in interface javax.servlet.descriptor.JspConfigDescriptor
Get the JSP property groups.
getLastAccessedTime() - Method in class cloud.piranha.webapp.impl.DefaultHttpSession
Get the last accessed time.
getLastAccessedTime() - Method in interface javax.servlet.http.HttpSession
Get the last accessed time.
getLastModified(HttpServletRequest) - Method in class javax.servlet.http.HttpServlet
Get the last modified header.
getListeners() - Method in class cloud.piranha.webapp.impl.WebXml
Get the listeners.
getLoadOnStartup() - Method in interface cloud.piranha.webapp.api.ServletEnvironment
Get the load on startup.
getLoadOnStartup() - Method in class cloud.piranha.webapp.impl.DefaultServletEnvironment
 
getLocalAddr() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the local address.
getLocalAddr() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the local address.
getLocalAddr() - Method in interface javax.servlet.ServletRequest
Get the local address.
getLocalAddr() - Method in class javax.servlet.ServletRequestWrapper
Get the local address.
getLocalAddress() - Method in interface cloud.piranha.http.api.HttpServerRequest
Get the local address.
getLocalAddress() - Method in class cloud.piranha.http.impl.DefaultHttpServerRequest
 
getLocale() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the locale.
getLocale() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get locale.
getLocale() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Get the locale.
getLocale() - Method in interface javax.servlet.ServletRequest
Get the locale.
getLocale() - Method in class javax.servlet.ServletRequestWrapper
Get the locale.
getLocale() - Method in interface javax.servlet.ServletResponse
Get the locale.
getLocale() - Method in class javax.servlet.ServletResponseWrapper
Get the locale.
getLocales() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the locales.
getLocales() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the locales.
getLocales() - Method in interface javax.servlet.ServletRequest
Get the locales.
getLocales() - Method in class javax.servlet.ServletRequestWrapper
Get the locales.
getLocalHostname() - Method in interface cloud.piranha.http.api.HttpServerRequest
Get the local hostname.
getLocalHostname() - Method in class cloud.piranha.http.impl.DefaultHttpServerRequest
 
getLocalName() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the local name.
getLocalName() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the local name.
getLocalName() - Method in interface javax.servlet.ServletRequest
Get the local name.
getLocalName() - Method in class javax.servlet.ServletRequestWrapper
Get the local name.
getLocalPort() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the local port.
getLocalPort() - Method in interface cloud.piranha.http.api.HttpServerRequest
Get the local port.
getLocalPort() - Method in class cloud.piranha.http.impl.DefaultHttpServerRequest
 
getLocalPort() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the local port.
getLocalPort() - Method in interface javax.servlet.ServletRequest
Get the local port.
getLocalPort() - Method in class javax.servlet.ServletRequestWrapper
Get the local port.
getLocation() - Method in class cloud.piranha.webapp.impl.WebXmlErrorPage
Get the location.
getLocation() - Method in class javax.servlet.MultipartConfigElement
Get the storage location.
getLoginConfig() - Method in class cloud.piranha.webapp.impl.WebXml
Get the login config.
getMajorVersion() - Method in class cloud.piranha.database.environment.EnvironmentDriver
Get the major version.
getMajorVersion() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the major version.
getMajorVersion() - Method in class cloud.piranha.webapp.impl.WebXml
Gets the major version as set by the version attribute in the web app element
getMajorVersion() - Method in interface javax.servlet.ServletContext
Get the major version.
getMappedRoles(Iterable<Principal>, Subject) - Method in class cloud.piranha.security.exousia.PiranhaPrincipalMapper
 
getMappingMatch() - Method in interface javax.servlet.http.HttpServletMapping
Get the mapping match.
getMappings() - Method in class cloud.piranha.webapp.impl.DefaultServletEnvironment
 
getMappings() - Method in interface javax.servlet.ServletRegistration
Get the mappings.
getMappings(String) - Method in interface cloud.piranha.webapp.api.WebApplication
Get the mappings for a particular servlet.
getMappings(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the servlet mappings for the given servlet.
getMatchValue() - Method in interface javax.servlet.http.HttpServletMapping
Get the match value.
getMaxAge() - Method in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Get the max age.
getMaxAge() - Method in class javax.servlet.http.Cookie
Get the max age.
getMaxAge() - Method in interface javax.servlet.SessionCookieConfig
Get the max age.
getMaxFileSize() - Method in class javax.servlet.MultipartConfigElement
Get the max file size.
getMaxInactiveInterval() - Method in class cloud.piranha.webapp.impl.DefaultHttpSession
Get the maximum inactive interval.
getMaxInactiveInterval() - Method in interface javax.servlet.http.HttpSession
Get the max inactive interval.
getMaxRequestSize() - Method in class javax.servlet.MultipartConfigElement
Get the max request size.
getMergedDependencies() - Method in class cloud.piranha.micro.MicroConfiguration
 
getMethod() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the method.
getMethod() - Method in interface cloud.piranha.http.api.HttpServerRequest
Get the method.
getMethod() - Method in class cloud.piranha.http.impl.DefaultHttpServerRequest
 
getMethod() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the request method.
getMethod() - Method in interface javax.servlet.http.HttpServletRequest
Get the HTTP method.
getMethod() - Method in class javax.servlet.http.HttpServletRequestWrapper
Get the method.
getMethod() - Method in interface javax.servlet.http.PushBuilder
Get the HTTP method.
getMethodName() - Method in class javax.servlet.HttpMethodConstraintElement
Get the HTTP method name.
getMethodNames() - Method in class javax.servlet.ServletSecurityElement
Get the method names.
getMimeMappings() - Method in class cloud.piranha.webapp.impl.WebXml
Get the mime mappings.
getMimeType() - Method in class cloud.piranha.webapp.impl.WebXmlMimeMapping
Get the mime type.
getMimeType(String) - Method in interface cloud.piranha.webapp.api.MimeTypeManager
Get the mime type.
getMimeType(String) - Method in class cloud.piranha.webapp.impl.DefaultMimeTypeManager
Get the mime type.
getMimeType(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the mime type.
getMimeType(String) - Method in interface javax.servlet.ServletContext
Get the mime type.
getMimeTypeManager() - Method in interface cloud.piranha.webapp.api.WebApplication
Get the mime type manager.
getMimeTypeManager() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the mime type manager.
getMinorVersion() - Method in class cloud.piranha.database.environment.EnvironmentDriver
Get the minor version.
getMinorVersion() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the minor version.
getMinorVersion() - Method in class cloud.piranha.webapp.impl.WebXml
Gets the minor version as set by the version attribute in the web app element
getMinorVersion() - Method in interface javax.servlet.ServletContext
Get the minor version.
getMultipartConfig() - Method in interface cloud.piranha.webapp.api.ServletEnvironment
Get the multi-part config.
getMultipartConfig() - Method in class cloud.piranha.webapp.impl.DefaultServletEnvironment
 
getMultiPartManager() - Method in interface cloud.piranha.webapp.api.WebApplication
Get the multi part manager.
getMultiPartManager() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the multi part manager.
getName() - Method in interface cloud.piranha.webapp.api.AuthenticatedIdentity
 
getName() - Method in interface cloud.piranha.webapp.api.HttpHeader
Get the name.
getName() - Method in class cloud.piranha.webapp.impl.DefaultFilterEnvironment
Get the name.
getName() - Method in class cloud.piranha.webapp.impl.DefaultHttpHeader
Get the name.
getName() - Method in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Get the name.
getName() - Method in class cloud.piranha.webapp.impl.DefaultSecurityPrincipal
Get the name.
getName() - Method in class cloud.piranha.webapp.impl.DefaultServletEnvironment
 
getName() - Method in class cloud.piranha.webapp.impl.WebXmlContextParam
Get the name.
getName() - Method in class cloud.piranha.webapp.impl.WebXmlCookieConfig
Get the name.
getName() - Method in class cloud.piranha.webapp.impl.WebXmlFilterInitParam
Get the name.
getName() - Method in class cloud.piranha.webapp.impl.WebXmlServletInitParam
Get the name.
getName() - Method in class javax.servlet.http.Cookie
Get the name.
getName() - Method in class javax.servlet.http.HttpSessionBindingEvent
Get the name.
getName() - Method in interface javax.servlet.http.Part
Get the name.
getName() - Method in interface javax.servlet.Registration
Get the name.
getName() - Method in class javax.servlet.ServletContextAttributeEvent
Get the name.
getName() - Method in class javax.servlet.ServletRequestAttributeEvent
Get the name.
getName() - Method in interface javax.servlet.SessionCookieConfig
Get the name.
getNamedDispatcher(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the name request dispatcher.
getNamedDispatcher(String) - Method in interface javax.servlet.ServletContext
Get the named dispatcher.
getNameInNamespace() - Method in class cloud.piranha.naming.impl.DefaultInitialContext
Get the name in the namespace.
getNameParser(String) - Method in class cloud.piranha.naming.impl.DefaultInitialContext
Get the name parser.
getNameParser(Name) - Method in class cloud.piranha.naming.impl.DefaultInitialContext
Get the name parser.
getNextEntry() - Method in class cloud.piranha.resource.shrinkwrap.ShrinkWrapDirectoryInputStream
 
getObjectInstanceManager() - Method in interface cloud.piranha.webapp.api.WebApplication
Get the object instance manager.
getObjectInstanceManager() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the DependencyInjectionManager.
getOutputStream() - Method in interface cloud.piranha.http.api.HttpServerResponse
Get the output stream.
getOutputStream() - Method in class cloud.piranha.http.impl.DefaultHttpServerResponse
 
getOutputStream() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Get the output stream.
getOutputStream() - Method in interface javax.servlet.http.WebConnection
Get the output stream.
getOutputStream() - Method in interface javax.servlet.ServletResponse
Get the output stream.
getOutputStream() - Method in class javax.servlet.ServletResponseWrapper
Get the output stream.
getPageEncoding() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Get the page encoding.
getParameter(String) - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the parameter.
getParameter(String) - Method in class cloud.piranha.webapp.impl.AsyncHttpDispatchWrapper
Get the parameter.
getParameter(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the parameter.
getParameter(String) - Method in interface javax.servlet.ServletRequest
Get the parameter.
getParameter(String) - Method in class javax.servlet.ServletRequestWrapper
Get the parameter.
getParameterMap() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the parameter map.
getParameterMap() - Method in class cloud.piranha.webapp.impl.AsyncHttpDispatchWrapper
Get the parameter map.
getParameterMap() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the parameter map.
getParameterMap() - Method in interface javax.servlet.ServletRequest
Get the parameter map.
getParameterMap() - Method in class javax.servlet.ServletRequestWrapper
Get the parameter map.
getParameterNames() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the parameter names.
getParameterNames() - Method in class cloud.piranha.webapp.impl.AsyncHttpDispatchWrapper
Get the parameter names.
getParameterNames() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the parameter names.
getParameterNames() - Method in interface javax.servlet.ServletRequest
Get the parameter names.
getParameterNames() - Method in class javax.servlet.ServletRequestWrapper
Get the parameter names.
getParametersFromRequest() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the parameters from the request.
getParameterValues(String) - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the parameter values.
getParameterValues(String) - Method in class cloud.piranha.webapp.impl.AsyncHttpDispatchWrapper
Get the parameter values.
getParameterValues(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the parameter values.
getParameterValues(String) - Method in interface javax.servlet.ServletRequest
Get the parameter values.
getParameterValues(String) - Method in class javax.servlet.ServletRequestWrapper
Get the parameter values.
getParentLogger() - Method in class cloud.piranha.database.environment.EnvironmentDriver
Get the parent logger.
getPart(WebApplication, WebApplicationRequest, String) - Method in interface cloud.piranha.webapp.api.MultiPartManager
Get the part.
getPart(WebApplication, WebApplicationRequest, String) - Method in class cloud.piranha.webapp.impl.DefaultMultiPartManager
Get the part.
getPart(String) - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the part.
getPart(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the part.
getPart(String) - Method in interface javax.servlet.http.HttpServletRequest
Get the part.
getPart(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
Get the part.
getParts() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the parts.
getParts() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the parts.
getParts() - Method in interface javax.servlet.http.HttpServletRequest
Get the parts.
getParts() - Method in class javax.servlet.http.HttpServletRequestWrapper
Get the parts.
getParts(WebApplication, WebApplicationRequest) - Method in interface cloud.piranha.webapp.api.MultiPartManager
Get the parts.
getParts(WebApplication, WebApplicationRequest) - Method in class cloud.piranha.webapp.impl.DefaultMultiPartManager
Get the parts.
getPassword() - Method in class cloud.piranha.micro.core.InMemoryIdentityStore.Credential
 
getPath() - Method in interface cloud.piranha.webapp.api.WebApplicationRequestMapping
Get the path.
getPath() - Method in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Get the path.
getPath() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequestMapping
Get the mapping.
getPath() - Method in class javax.servlet.http.Cookie
Get the path.
getPath() - Method in interface javax.servlet.http.PushBuilder
Get the path.
getPath() - Method in interface javax.servlet.SessionCookieConfig
Get the path.
getPathInfo() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the path info.
getPathInfo() - Method in interface cloud.piranha.webapp.api.ServletInvocation
 
getPathInfo() - Method in class cloud.piranha.webapp.impl.AsyncHttpDispatchWrapper
 
getPathInfo() - Method in class cloud.piranha.webapp.impl.DefaultServletInvocation
 
getPathInfo() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the path info.
getPathInfo() - Method in interface javax.servlet.http.HttpServletRequest
Get the path info.
getPathInfo() - Method in class javax.servlet.http.HttpServletRequestWrapper
Get the path info.
getPathTranslated() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the path translated.
getPathTranslated() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the translated path.
getPathTranslated() - Method in interface javax.servlet.http.HttpServletRequest
Get the path translated.
getPathTranslated() - Method in class javax.servlet.http.HttpServletRequestWrapper
Get the path translated.
getPattern() - Method in interface javax.servlet.http.HttpServletMapping
Get the pattern.
getPort() - Method in class cloud.piranha.micro.MicroConfiguration
 
getPrefix() - Method in class cloud.piranha.resource.PrefixJarResource
Get the prefix.
getPrincipal() - Method in class cloud.piranha.cdi.weld.WeldSecurityService
 
getPriority() - Method in class cloud.piranha.security.eleos.AuthenticationFilter
 
getPriority() - Method in class cloud.piranha.security.exousia.AuthorizationFilter
 
getPriority() - Method in class cloud.piranha.security.exousia.AuthorizationPreFilter
 
getPriority() - Method in interface cloud.piranha.webapp.api.FilterPriority
Returns the priority of this filter in the filter chain.
getPropertyInfo(String, Properties) - Method in class cloud.piranha.database.environment.EnvironmentDriver
Get the property information.
getProtocol() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the protocol.
getProtocol() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the protocol.
getProtocol() - Method in interface javax.servlet.ServletRequest
Get the protocol.
getProtocol() - Method in class javax.servlet.ServletRequestWrapper
Get the protocol.
getQueryParameter(String) - Method in interface cloud.piranha.http.api.HttpServerRequest
Get the query parameter.
getQueryParameter(String) - Method in class cloud.piranha.http.impl.DefaultHttpServerRequest
 
getQueryString() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the query string.
getQueryString() - Method in interface cloud.piranha.http.api.HttpServerRequest
Get the query string.
getQueryString() - Method in class cloud.piranha.http.impl.DefaultHttpServerRequest
 
getQueryString() - Method in class cloud.piranha.webapp.impl.AsyncHttpDispatchWrapper
 
getQueryString() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the query string.
getQueryString() - Method in interface javax.servlet.http.HttpServletRequest
Get the query string.
getQueryString() - Method in class javax.servlet.http.HttpServletRequestWrapper
Get the query string.
getQueryString() - Method in interface javax.servlet.http.PushBuilder
Get the query string.
getReader() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the reader.
getReader() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the reader.
getReader() - Method in interface javax.servlet.ServletRequest
Get the reader.
getReader() - Method in class javax.servlet.ServletRequestWrapper
Get the reader.
getRealmName() - Method in class cloud.piranha.webapp.impl.WebXmlLoginConfig
Get the realm name.
getRealPath(String) - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Deprecated. 
getRealPath(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the real path.
getRealPath(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Deprecated. 
getRealPath(String) - Method in interface javax.servlet.ServletContext
Get the real path.
getRealPath(String) - Method in interface javax.servlet.ServletRequest
Deprecated. 
getRealPath(String) - Method in class javax.servlet.ServletRequestWrapper
Deprecated. 
getRemoteAddr() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the remote address.
getRemoteAddr() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the remote address.
getRemoteAddr() - Method in interface javax.servlet.ServletRequest
Get the remote address.
getRemoteAddr() - Method in class javax.servlet.ServletRequestWrapper
Get the remote address.
getRemoteAddress() - Method in interface cloud.piranha.http.api.HttpServerRequest
Get the remote address.
getRemoteAddress() - Method in class cloud.piranha.http.impl.DefaultHttpServerRequest
Get the remote address.
getRemoteHost() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the remote host.
getRemoteHost() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the remote host.
getRemoteHost() - Method in interface javax.servlet.ServletRequest
Get the remote host.
getRemoteHost() - Method in class javax.servlet.ServletRequestWrapper
Get the remote host.
getRemoteHostname() - Method in interface cloud.piranha.http.api.HttpServerRequest
Get the remote hostname.
getRemoteHostname() - Method in class cloud.piranha.http.impl.DefaultHttpServerRequest
 
getRemotePort() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the remote port.
getRemotePort() - Method in interface cloud.piranha.http.api.HttpServerRequest
Get the remote port.
getRemotePort() - Method in class cloud.piranha.http.impl.DefaultHttpServerRequest
 
getRemotePort() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the remote port.
getRemotePort() - Method in interface javax.servlet.ServletRequest
Get the remote port.
getRemotePort() - Method in class javax.servlet.ServletRequestWrapper
Get the remote port.
getRemoteUser() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the remote user.
getRemoteUser() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the remote user.
getRemoteUser() - Method in interface javax.servlet.http.HttpServletRequest
Get the remote user.
getRemoteUser() - Method in class javax.servlet.http.HttpServletRequestWrapper
Get the remote user.
getRepositories() - Method in class cloud.piranha.micro.MicroConfiguration
 
getRepositoriesList() - Method in class cloud.piranha.micro.MicroConfiguration
 
getRequest() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the wrapped request.
getRequest() - Method in interface cloud.piranha.webapp.api.CurrentRequestHolder
Gets the current HttpServletRequest
getRequest() - Method in class cloud.piranha.webapp.impl.AsyncHttpDispatchWrapper
 
getRequest() - Method in class cloud.piranha.webapp.impl.DefaultAsyncContext
Get the asyncStartRequest.
getRequest() - Method in class cloud.piranha.webapp.impl.DefaultCurrentRequestHolder
 
getRequest() - Method in interface javax.servlet.AsyncContext
Get the request.
getRequest() - Method in class javax.servlet.ServletRequestWrapper
Get the wrapped request.
getRequest(ServletResponse) - Method in interface cloud.piranha.webapp.api.WebApplication
Get the associated request.
getRequest(ServletResponse) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the request associated with the response.
getRequestCharacterEncoding() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the default request character encoding.
getRequestCharacterEncoding() - Method in class cloud.piranha.webapp.impl.WebXml
Get the request character encoding.
getRequestCharacterEncoding() - Method in interface javax.servlet.ServletContext
Get the default request character encoding.
getRequestDispatcher(String) - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the request dispatcher.
getRequestDispatcher(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the request dispatcher.
getRequestDispatcher(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the request dispatcher.
getRequestDispatcher(String) - Method in interface javax.servlet.ServletContext
Get the request dispatcher.
getRequestDispatcher(String) - Method in interface javax.servlet.ServletRequest
Get the request dispatcher.
getRequestDispatcher(String) - Method in class javax.servlet.ServletRequestWrapper
Get the request dispatcher.
getRequestedSessionId() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the requested session id.
getRequestedSessionId() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the requested session id.
getRequestedSessionId() - Method in interface javax.servlet.http.HttpServletRequest
Get the requested session id.
getRequestedSessionId() - Method in class javax.servlet.http.HttpServletRequestWrapper
Get the requested session id.
getRequestMapper() - Method in interface cloud.piranha.appserver.api.WebApplicationServer
Get the request mapper.
getRequestMapper() - Method in class cloud.piranha.appserver.impl.DefaultWebApplicationServer
Get the request mapper.
getRequestTarget() - Method in interface cloud.piranha.http.api.HttpServerRequest
Get the request target.
getRequestTarget() - Method in class cloud.piranha.http.impl.DefaultHttpServerRequest
 
getRequestURI() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the request URI.
getRequestURI() - Method in class cloud.piranha.webapp.impl.AsyncHttpDispatchWrapper
 
getRequestURI() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the request URI.
getRequestURI() - Method in interface javax.servlet.http.HttpServletRequest
Get the request URI.
getRequestURI() - Method in class javax.servlet.http.HttpServletRequestWrapper
Get the request URI.
getRequestURIWithQueryString() - Method in class cloud.piranha.webapp.impl.AsyncHttpDispatchWrapper
 
getRequestURIWithQueryString() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
 
getRequestURL() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the request URL.
getRequestURL() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the request URL.
getRequestURL() - Method in interface javax.servlet.http.HttpServletRequest
Get the request URL.
getRequestURL() - Method in class javax.servlet.http.HttpServletRequestWrapper
Get the request URL.
getRequestURL(HttpServletRequest) - Static method in class javax.servlet.http.HttpUtils
Deprecated.
Get the request URL.
getResource(Object) - Method in interface javax.transaction.TransactionSynchronizationRegistry
Get the resource.
getResource(String) - Method in class cloud.piranha.resource.AliasedDirectoryResource
 
getResource(String) - Method in interface cloud.piranha.resource.api.Resource
Get the resource.
getResource(String) - Method in interface cloud.piranha.resource.api.ResourceManager
Get the resource.
getResource(String) - Method in class cloud.piranha.resource.ByteArrayResource
Get the resource.
getResource(String) - Method in class cloud.piranha.resource.DefaultResourceManager
Get the resource URL.
getResource(String) - Method in class cloud.piranha.resource.DefaultResourceManagerClassLoader
 
getResource(String) - Method in class cloud.piranha.resource.DirectoryResource
 
getResource(String) - Method in class cloud.piranha.resource.JarResource
 
getResource(String) - Method in class cloud.piranha.resource.PrefixJarResource
 
getResource(String) - Method in class cloud.piranha.resource.shrinkwrap.IsolatingResourceManagerClassLoader
 
getResource(String) - Method in class cloud.piranha.resource.shrinkwrap.ShrinkWrapResource
 
getResource(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the resource.
getResource(String) - Method in interface javax.servlet.ServletContext
Get the resource.
getResourceAsStream(String) - Method in class cloud.piranha.resource.AliasedDirectoryResource
 
getResourceAsStream(String) - Method in interface cloud.piranha.resource.api.Resource
Get the resource as a stream.
getResourceAsStream(String) - Method in interface cloud.piranha.resource.api.ResourceManager
Get the resource as a stream.
getResourceAsStream(String) - Method in class cloud.piranha.resource.ByteArrayResource
Get the resource as a stream.
getResourceAsStream(String) - Method in class cloud.piranha.resource.DefaultResourceManager
Get the resource as a stream.
getResourceAsStream(String) - Method in class cloud.piranha.resource.DirectoryResource
 
getResourceAsStream(String) - Method in class cloud.piranha.resource.JarResource
Get the resource as a stream.
getResourceAsStream(String) - Method in class cloud.piranha.resource.PrefixJarResource
Get the resource as a stream.
getResourceAsStream(String) - Method in class cloud.piranha.resource.shrinkwrap.ShrinkWrapResource
 
getResourceAsStream(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the resource as a stream.
getResourceAsStream(String) - Method in interface javax.servlet.ServletContext
Get the resource as a stream.
getResourceAsStreamByLocation(String) - Method in class cloud.piranha.resource.shrinkwrap.ShrinkWrapResource
 
getResourceManager() - Method in interface cloud.piranha.resource.api.ResourceManagerClassLoader
Get the resource manager.
getResourceManager() - Method in class cloud.piranha.resource.DefaultResourceManagerClassLoader
 
getResourcePaths(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the resource paths.
getResourcePaths(String) - Method in interface javax.servlet.ServletContext
Get the resource paths for the given path.
getResources(String) - Method in interface cloud.piranha.resource.api.ResourceManager
Get the resources.
getResources(String) - Method in class cloud.piranha.resource.DefaultResourceManager
Get the resources.
getResources(String) - Method in class cloud.piranha.resource.DefaultResourceManagerClassLoader
 
getResources(String) - Method in class cloud.piranha.resource.shrinkwrap.IsolatingResourceManagerClassLoader
 
getResponse() - Method in class cloud.piranha.webapp.impl.DefaultAsyncContext
Get the asyncStartResponse.
getResponse() - Method in interface javax.servlet.AsyncContext
Get the response.
getResponse() - Method in class javax.servlet.ServletResponseWrapper
Get the wrapped response.
getResponse(ServletRequest) - Method in interface cloud.piranha.webapp.api.WebApplication
Get the associated response.
getResponse(ServletRequest) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the response.
getResponseAsByteArray() - Method in class cloud.piranha.embedded.EmbeddedResponse
Get the response as a byte array.
getResponseAsString() - Method in class cloud.piranha.embedded.EmbeddedResponse
Get the response as a string.
getResponseCharacterEncoding() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the default response character encoding.
getResponseCharacterEncoding() - Method in class cloud.piranha.webapp.impl.WebXml
Get the response character encoding.
getResponseCharacterEncoding() - Method in interface javax.servlet.ServletContext
Get the default response character encoding.
getRoleLink() - Method in class cloud.piranha.webapp.impl.WebXmlServletSecurityRoleRef
 
getRoleName() - Method in class cloud.piranha.webapp.impl.WebXmlServletSecurityRoleRef
 
getRoleNames() - Method in class cloud.piranha.webapp.impl.WebXml
Get all the unique role names that have either been explicitly declared, or used in a constraint.
getRoles() - Method in class cloud.piranha.security.jakarta.JakartaSecurityManager
 
getRoles() - Method in interface cloud.piranha.webapp.api.SecurityManager
Get the declared roles
getRoles() - Method in class cloud.piranha.webapp.impl.DefaultSecurityManager
 
getRolesAllowed() - Method in class javax.servlet.HttpConstraintElement
Get the roles allowed.
getRollbackOnly() - Method in interface javax.transaction.TransactionSynchronizationRegistry
Has rollback only been set?
getRoot() - Method in class cloud.piranha.micro.MicroConfiguration
 
getRootCause() - Method in exception javax.servlet.ServletException
Get the root cause.
getRootDirectory() - Method in class cloud.piranha.resource.AliasedDirectoryResource
Get the root directory.
getRootDirectory() - Method in class cloud.piranha.resource.DirectoryResource
Get the root directory.
getRunAsRole() - Method in class cloud.piranha.webapp.impl.DefaultServletEnvironment
 
getRunAsRole() - Method in interface javax.servlet.ServletRegistration
Get the run as role.
getScheme() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the scheme.
getScheme() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the scheme.
getScheme() - Method in interface javax.servlet.ServletRequest
Get the scheme.
getScheme() - Method in class javax.servlet.ServletRequestWrapper
Get the scheme.
getScriptingInvalid() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Get the scripting invalid config.
getSecure() - Method in class javax.servlet.http.Cookie
Get the secure flag.
getSecurityManager() - Method in interface cloud.piranha.webapp.api.WebApplication
Get the security manager.
getSecurityManager() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the security manager.
getSecurityRoleRefs() - Method in class cloud.piranha.webapp.impl.WebXmlServlet
Get the security role refs.
getSecurityRoleRefsFromWebXml(WebApplication) - Method in class cloud.piranha.security.exousia.AuthorizationPreInitializer
 
getSecurityRoleRefsFromWebXml(Set<String>, WebXml) - Method in class cloud.piranha.security.exousia.PiranhaToExousiaConverter
 
getServerInfo() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the server info.
getServerInfo() - Method in interface javax.servlet.ServletContext
Get the server info.
getServerName() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the server name.
getServerName() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the server name.
getServerName() - Method in interface javax.servlet.ServletRequest
Get the server name.
getServerName() - Method in class javax.servlet.ServletRequestWrapper
Get the server name.
getServerPort() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the server port.
getServerPort() - Method in interface cloud.piranha.http.api.HttpServer
Get the server port
getServerPort() - Method in class cloud.piranha.http.impl.DefaultHttpServer
 
getServerPort() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the server port.
getServerPort() - Method in interface javax.servlet.ServletRequest
Get the server port.
getServerPort() - Method in class javax.servlet.ServletRequestWrapper
Get the server port.
getServlet() - Method in class cloud.piranha.nano.NanoPiranha
Get the servlet.
getServlet() - Method in interface cloud.piranha.webapp.api.ServletEnvironment
Get the servlet.
getServlet() - Method in class cloud.piranha.webapp.impl.DefaultServletEnvironment
 
getServlet() - Method in exception javax.servlet.UnavailableException
Deprecated. 
getServlet(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Deprecated. 
getServlet(String) - Method in interface javax.servlet.ServletContext
Deprecated. 
getServletClass() - Method in interface cloud.piranha.webapp.api.ServletEnvironment
Get the servlet class.
getServletClass() - Method in class cloud.piranha.webapp.impl.DefaultServletEnvironment
 
getServletConfig() - Method in interface cloud.piranha.webapp.api.ServletInvocation
 
getServletConfig() - Method in class javax.servlet.GenericServlet
Get the servlet config.
getServletConfig() - Method in interface javax.servlet.Servlet
Get the servlet config.
getServletContext() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the servlet context.
getServletContext() - Method in class cloud.piranha.webapp.impl.DefaultFilterEnvironment
Get the servlet context.
getServletContext() - Method in class cloud.piranha.webapp.impl.DefaultHttpSession
Get the servlet context.
getServletContext() - Method in class cloud.piranha.webapp.impl.DefaultServletEnvironment
 
getServletContext() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the servlet context.
getServletContext() - Method in interface javax.servlet.FilterConfig
Get the servlet context.
getServletContext() - Method in class javax.servlet.GenericFilter
 
getServletContext() - Method in class javax.servlet.GenericServlet
Get the servlet context.
getServletContext() - Method in interface javax.servlet.http.HttpSession
Get the Servlet context.
getServletContext() - Method in interface javax.servlet.ServletConfig
Get the servlet context.
getServletContext() - Method in class javax.servlet.ServletContextEvent
Get the servlet context.
getServletContext() - Method in interface javax.servlet.ServletRequest
Get the servlet context.
getServletContext() - Method in class javax.servlet.ServletRequestEvent
Get the servlet context.
getServletContext() - Method in class javax.servlet.ServletRequestWrapper
Get the servlet context.
getServletContextId() - Method in interface cloud.piranha.webapp.api.WebApplication
Returns the unique Id of this web application corresponding to this ServletContext.
getServletContextName() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the servlet context name (aka display-name).
getServletContextName() - Method in interface javax.servlet.ServletContext
Get the servlet context name.
getServletEnvironment() - Method in interface cloud.piranha.webapp.api.ServletInvocation
 
getServletEnvironment() - Method in class cloud.piranha.webapp.impl.DefaultServletInvocation
 
getServletInfo() - Method in class javax.servlet.GenericServlet
Get the servlet info.
getServletInfo() - Method in interface javax.servlet.Servlet
Get the servlet information.
getServletMappings() - Method in class cloud.piranha.webapp.impl.WebXml
Get the servlet mappings.
getServletMappings(String) - Method in interface cloud.piranha.webapp.api.WebApplicationRequestMapper
Get the mappings for the specified servlet.
getServletMappings(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequestMapper
Get the mappings for the specified servlet.
getServletName() - Method in interface cloud.piranha.webapp.api.ServletInvocation
 
getServletName() - Method in class cloud.piranha.webapp.impl.DefaultServletEnvironment
 
getServletName() - Method in class cloud.piranha.webapp.impl.DefaultServletInvocation
 
getServletName() - Method in class cloud.piranha.webapp.impl.WebXmlFilter
Get the servlet name.
getServletName() - Method in class cloud.piranha.webapp.impl.WebXmlServlet
Get the servlet name.
getServletName() - Method in class cloud.piranha.webapp.impl.WebXmlServletMapping
Get the servlet name.
getServletName() - Method in class javax.servlet.GenericServlet
Get the servlet name.
getServletName() - Method in interface javax.servlet.http.HttpServletMapping
Get the servlet name.
getServletName() - Method in interface javax.servlet.ServletConfig
Get the servlet name.
getServletName(String) - Method in interface cloud.piranha.webapp.api.WebApplicationRequestMapper
Get the servlet name for the specified mapping.
getServletName(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequestMapper
Get the servlet name for the specified mapping..
getServletNameMappings() - Method in class cloud.piranha.webapp.impl.DefaultFilterEnvironment
Get the servlet name mappings.
getServletNameMappings() - Method in interface javax.servlet.FilterRegistration
Get the servlet name mappings.
getServletNames() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Deprecated. 
getServletNames() - Method in class cloud.piranha.webapp.impl.WebXmlFilterMapping
Get the Servlet names.
getServletNames() - Method in interface javax.servlet.ServletContext
Deprecated. 
getServletPath() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the servlet path.
getServletPath() - Method in interface cloud.piranha.webapp.api.ServletInvocation
 
getServletPath() - Method in class cloud.piranha.webapp.impl.AsyncHttpDispatchWrapper
 
getServletPath() - Method in class cloud.piranha.webapp.impl.DefaultServletInvocation
 
getServletPath() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the servlet path.
getServletPath() - Method in interface javax.servlet.http.HttpServletRequest
Get the servlet path.
getServletPath() - Method in class javax.servlet.http.HttpServletRequestWrapper
Get the servlet path.
getServletRegistration(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the servlet registration.
getServletRegistration(String) - Method in interface javax.servlet.ServletContext
Get the servlet registration.
getServletRegistrations() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the servlet registrations.
getServletRegistrations() - Method in interface javax.servlet.ServletContext
Get the servlet registrations.
getServletRequest() - Method in class javax.servlet.ServletRequestEvent
Get the servlet request.
getServlets() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Deprecated. 
getServlets() - Method in class cloud.piranha.webapp.impl.WebXml
Get the servlets.
getServlets() - Method in interface javax.servlet.ServletContext
Deprecated. 
getSession() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the HTTP session.
getSession() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the session.
getSession() - Method in interface javax.servlet.http.HttpServletRequest
Get the HTTP session.
getSession() - Method in class javax.servlet.http.HttpServletRequestWrapper
Get the HTTP session.
getSession() - Method in class javax.servlet.http.HttpSessionBindingEvent
Get the HTTP session.
getSession() - Method in class javax.servlet.http.HttpSessionEvent
Get the HTTP session.
getSession(boolean) - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the HTTP session.
getSession(boolean) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the session.
getSession(boolean) - Method in interface javax.servlet.http.HttpServletRequest
Get the HTTP session.
getSession(boolean) - Method in class javax.servlet.http.HttpServletRequestWrapper
Get the HTTP session.
getSession(WebApplication, HttpServletRequest, String) - Method in interface cloud.piranha.webapp.api.HttpSessionManager
Get the session.
getSession(WebApplication, HttpServletRequest, String) - Method in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Get the session.
getSession(String) - Method in interface javax.servlet.http.HttpSessionContext
Deprecated. 
getSessionConfig() - Method in class cloud.piranha.webapp.impl.WebXml
Get the session config.
getSessionContext() - Method in class cloud.piranha.webapp.impl.DefaultHttpSession
Get the session context.
getSessionContext() - Method in interface javax.servlet.http.HttpSession
Deprecated.
getSessionCookieConfig() - Method in interface cloud.piranha.webapp.api.HttpSessionManager
Get the session cookie config.
getSessionCookieConfig() - Method in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Get the session cookie config.
getSessionCookieConfig() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the session cookie config.
getSessionCookieConfig() - Method in interface javax.servlet.ServletContext
Get the session cookie config.
getSessionId() - Method in interface javax.servlet.http.PushBuilder
Get the session id.
getSessionTimeout() - Method in interface cloud.piranha.webapp.api.HttpSessionManager
Get the session timeout (in minutes).
getSessionTimeout() - Method in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Get the session timeout (in minutes).
getSessionTimeout() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the default session timeout.
getSessionTimeout() - Method in class cloud.piranha.webapp.impl.WebXmlSessionConfig
Get the session timeout.
getSessionTimeout() - Method in interface javax.servlet.ServletContext
Get the default session timeout.
getSize() - Method in interface javax.servlet.http.Part
Get the size.
getSoTimeout() - Method in class cloud.piranha.http.impl.DefaultHttpServer
Get the SO_TIMEOUT.
getSSL() - Method in interface cloud.piranha.http.api.HttpServer
Get the SSL flag
getSSL() - Method in class cloud.piranha.http.impl.DefaultHttpServer
 
getStatus() - Method in class cloud.piranha.transaction.nonxa.DefaultTransaction
Get the status.
getStatus() - Method in class cloud.piranha.transaction.nonxa.DefaultTransactionManager
Get the status.
getStatus() - Method in class cloud.piranha.transaction.nonxa.DefaultUserTransaction
Get the status.
getStatus() - Method in interface cloud.piranha.webapp.api.ServletEnvironment
Get the status.
getStatus() - Method in class cloud.piranha.webapp.impl.DefaultServletEnvironment
 
getStatus() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Get the status.
getStatus() - Method in interface javax.servlet.http.HttpServletResponse
Get the status.
getStatus() - Method in class javax.servlet.http.HttpServletResponseWrapper
Get the status.
getStatus() - Method in interface javax.transaction.Transaction
Get the status.
getStatus() - Method in interface javax.transaction.TransactionManager
Get the status.
getStatus() - Method in interface javax.transaction.UserTransaction
Get the status.
getStatusMessage() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Get the status message.
getSubmittedFileName() - Method in interface javax.servlet.http.Part
Get the submitted filename.
getSuppliedRequest() - Method in class javax.servlet.AsyncEvent
Get the supplied request.
getSuppliedResponse() - Method in class javax.servlet.AsyncEvent
Get the supplied response.
getSupportedMessageTypes() - Method in class cloud.piranha.security.eleos.DoNothingServerAuthModule
 
getTaglibLocation() - Method in interface javax.servlet.descriptor.TaglibDescriptor
Get the taglib location.
getTaglibs() - Method in interface javax.servlet.descriptor.JspConfigDescriptor
Get the taglibs.
getTaglibURI() - Method in interface javax.servlet.descriptor.TaglibDescriptor
Get the taglib URI.
getTarget() - Method in interface cloud.piranha.webapp.api.AnnotationManager.AnnotationInfo
 
getTarget() - Method in class cloud.piranha.webapp.impl.DefaultAnnotationManager.DefaultAnnotationInfo
 
getTargetType() - Method in interface cloud.piranha.webapp.api.AnnotationManager.AnnotationInfo
 
getThrowable() - Method in class javax.servlet.AsyncEvent
Get the throwable.
getTimeout() - Method in class cloud.piranha.webapp.impl.DefaultAsyncContext
Get the timeout.
getTimeout() - Method in interface javax.servlet.AsyncContext
Get the timeout.
getTrailerFields() - Method in interface javax.servlet.http.HttpServletRequest
Get the trailer fields.
getTrailerFields() - Method in interface javax.servlet.http.HttpServletResponse
Get the supplier of trailer fields.
getTransaction() - Method in class cloud.piranha.transaction.nonxa.DefaultTransactionManager
Get the transaction.
getTransaction() - Method in interface javax.transaction.TransactionManager
Get the transaction.
getTransactionKey() - Method in interface javax.transaction.TransactionSynchronizationRegistry
Get the transaction key.
getTransactionStatus() - Method in interface javax.transaction.TransactionSynchronizationRegistry
Get the transaction status.
getTransportGuarantee() - Method in class javax.servlet.HttpConstraintElement
Get the transport guarantee.
getTrimDirectiveWhitespaces() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Get the trim-directive-whitespaces config.
getUnavailableException() - Method in interface cloud.piranha.webapp.api.ServletEnvironment
The exception that caused this servlet to become unavailable
getUnavailableException() - Method in class cloud.piranha.webapp.impl.DefaultServletEnvironment
 
getUnavailableSeconds() - Method in exception javax.servlet.UnavailableException
Get the unavailableSeconds.
getUnderlyingOutputStream() - Method in interface cloud.piranha.webapp.api.WebApplicationResponse
Get the underlying output stream.
getUnderlyingOutputStream() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Get the underlying output stream.
getUpgradeHandler() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the upgrade handler.
getUrlPattern() - Method in interface cloud.piranha.webapp.api.FilterMapping
Get the URL pattern.
getUrlPattern() - Method in class cloud.piranha.webapp.impl.DefaultFilterMapping
Get the URL pattern.
getUrlPattern() - Method in class cloud.piranha.webapp.impl.WebXmlServletMapping
Get the URL pattern.
getUrlPatternMappings() - Method in class cloud.piranha.webapp.impl.DefaultFilterEnvironment
Get the URL pattern mappings.
getUrlPatternMappings() - Method in interface javax.servlet.FilterRegistration
Get the URL pattern mappings.
getUrlPatterns() - Method in class cloud.piranha.webapp.impl.WebXmlFilterMapping
Get the URL patterns.
getUrlPatterns() - Method in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Get the URL patterns.
getUserPrincipal() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the user principal.
getUserPrincipal() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Get the user principal.
getUserPrincipal() - Method in interface javax.servlet.http.HttpServletRequest
Get the user principal.
getUserPrincipal() - Method in class javax.servlet.http.HttpServletRequestWrapper
Get the user principal.
getValue() - Method in interface cloud.piranha.webapp.api.HttpHeader
Get the value.
getValue() - Method in class cloud.piranha.webapp.impl.DefaultHttpHeader
Get the value.
getValue() - Method in class cloud.piranha.webapp.impl.WebXmlContextParam
Get the value.
getValue() - Method in class cloud.piranha.webapp.impl.WebXmlFilterInitParam
Get the value.
getValue() - Method in class cloud.piranha.webapp.impl.WebXmlServletInitParam
Get the value.
getValue() - Method in class javax.servlet.http.Cookie
Get the value.
getValue() - Method in class javax.servlet.http.HttpSessionBindingEvent
Get the value.
getValue() - Method in class javax.servlet.ServletContextAttributeEvent
Get the value.
getValue() - Method in class javax.servlet.ServletRequestAttributeEvent
Get the value.
getValue(String) - Method in class cloud.piranha.webapp.impl.DefaultHttpSession
Get the value.
getValue(String) - Method in interface javax.servlet.http.HttpSession
Deprecated. 
getValueNames() - Method in class cloud.piranha.webapp.impl.DefaultHttpSession
Get the attribute names.
getValueNames() - Method in interface javax.servlet.http.HttpSession
Deprecated. 
getValues() - Method in interface cloud.piranha.webapp.api.HttpHeader
Get the values.
getValues() - Method in class cloud.piranha.webapp.impl.DefaultHttpHeader
Get the values.
getVersion() - Method in interface cloud.piranha.api.Piranha
Get the version.
getVersion() - Method in class cloud.piranha.embedded.EmbeddedPiranha
Get the version.
getVersion() - Method in class cloud.piranha.micro.MicroConfiguration
 
getVersion() - Method in class cloud.piranha.nano.NanoPiranha
Get the version.
getVersion() - Method in class javax.servlet.http.Cookie
Get the version.
getVirtualServerName() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the virtual server name.
getVirtualServerName() - Method in interface javax.servlet.ServletContext
Get the virtual server name.
getWebApplication() - Method in class cloud.piranha.embedded.EmbeddedPiranha
Get the web application.
getWebApplication() - Method in class cloud.piranha.nano.NanoPiranha
Get the web application.
getWebApplication() - Method in class cloud.piranha.security.jakarta.JakartaSecurityManager
 
getWebApplication() - Method in interface cloud.piranha.webapp.api.FilterEnvironment
Get the web application.
getWebApplication() - Method in interface cloud.piranha.webapp.api.SecurityManager
Get the web application.
getWebApplication() - Method in interface cloud.piranha.webapp.api.ServletEnvironment
Get the web application.
getWebApplication() - Method in class cloud.piranha.webapp.impl.DefaultFilterEnvironment
Get the web application.
getWebApplication() - Method in class cloud.piranha.webapp.impl.DefaultSecurityManager
Get the web application.
getWebApplication() - Method in class cloud.piranha.webapp.impl.DefaultServletEnvironment
 
getWebApplication() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Get the web application.
getWebFragments() - Method in class cloud.piranha.webapp.impl.WebXmlManager
Get the web fragments.
getWebXml() - Method in class cloud.piranha.webapp.impl.WebXmlManager
Get the web.xml.
getWelcomeFileList() - Method in interface cloud.piranha.webapp.api.WelcomeFileManager
Get the welcome file list.
getWelcomeFileList() - Method in class cloud.piranha.webapp.impl.DefaultWelcomeFileManager
Get the welcome file list.
getWelcomeFileManager() - Method in interface cloud.piranha.webapp.api.WebApplication
Get the welcome file manager.
getWelcomeFileManager() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Get the welcome file manager.
getWelcomeFiles() - Method in class cloud.piranha.webapp.impl.WebXml
Get the welcome files.
getWrapped() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Get the wrapped request.
getWrapped() - Method in class cloud.piranha.cdi.weld.WeldHttpServletRequest
 
getWrapperAttributes() - Method in class cloud.piranha.webapp.impl.AsyncHttpDispatchWrapper
 
getWrapperParameters() - Method in class cloud.piranha.webapp.impl.AsyncHttpDispatchWrapper
 
getWriter() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Get the writer.
getWriter() - Method in interface javax.servlet.ServletResponse
Get the writer.
getWriter() - Method in class javax.servlet.ServletResponseWrapper
Get the writer.
GlobalArchiveStreamHandler - Class in cloud.piranha.resource.shrinkwrap
Stream handler for the shrinkwrap protocol (urls starting with shrinkwrap://).
GlobalArchiveStreamHandler(WebApplication) - Constructor for class cloud.piranha.resource.shrinkwrap.GlobalArchiveStreamHandler
 
gotInputStream - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the gotInputStream flag.
gotOutput - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Stores if we acquired the output stream.
gotReader - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the gotReader flag.
gotWriter - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Stores if we acquired the writer.

H

handle(String) - Method in class cloud.piranha.micro.core.PiranhaBeanArchiveHandler
 
HandlesTypes - Annotation Type in javax.servlet.annotation
The HandlesTypes API.
hasFilter() - Method in interface cloud.piranha.webapp.api.ServletInvocation
 
hashCode() - Method in class cloud.piranha.webapp.impl.DefaultFilterMapping
Hash code.
hasMore() - Method in class cloud.piranha.naming.impl.DefaultNamingEnumeration
Do we have more elements?
hasMoreElements() - Method in class cloud.piranha.naming.impl.DefaultNamingEnumeration
Do we have more elements?
hasOriginalRequestAndResponse() - Method in class cloud.piranha.webapp.impl.DefaultAsyncContext
Do we have the original asyncStartRequest and asyncStartResponse?
hasOriginalRequestAndResponse() - Method in interface javax.servlet.AsyncContext
Has the original request and response.
hasServlet() - Method in interface cloud.piranha.webapp.api.ServletInvocation
 
hasSession(String) - Method in interface cloud.piranha.webapp.api.HttpSessionManager
Is the session manager handling this session?
hasSession(String) - Method in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Has a session with the given id.
header(String, String) - Method in class cloud.piranha.embedded.EmbeddedRequestBuilder
Adds a single valued header
header(String, String) - Method in class cloud.piranha.nano.NanoRequestBuilder
Add a header.
headerManager - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the header manager.
headerManager - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Stores the header manager.
headers - Variable in class cloud.piranha.webapp.impl.DefaultHttpHeaderManager
Stores the headers.
HeuristicCommitException - Exception in javax.transaction
The HeuristicCommitException.
HeuristicCommitException() - Constructor for exception javax.transaction.HeuristicCommitException
Constructor.
HeuristicCommitException(String) - Constructor for exception javax.transaction.HeuristicCommitException
Constructor.
HeuristicMixedException - Exception in javax.transaction
The HeuristicCommitException.
HeuristicMixedException() - Constructor for exception javax.transaction.HeuristicMixedException
Constructor.
HeuristicMixedException(String) - Constructor for exception javax.transaction.HeuristicMixedException
Constructor.
HeuristicRollbackException - Exception in javax.transaction
The HeuristicRollbackException.
HeuristicRollbackException() - Constructor for exception javax.transaction.HeuristicRollbackException
Constructor.
HeuristicRollbackException(String) - Constructor for exception javax.transaction.HeuristicRollbackException
Constructor.
HttpConstraint - Annotation Type in javax.servlet.annotation
The HttpConstraint API.
HttpConstraintElement - Class in javax.servlet
The HttpConstraintElement API.
HttpConstraintElement() - Constructor for class javax.servlet.HttpConstraintElement
Constructor.
HttpConstraintElement(ServletSecurity.EmptyRoleSemantic) - Constructor for class javax.servlet.HttpConstraintElement
Constructor.
HttpConstraintElement(ServletSecurity.EmptyRoleSemantic, ServletSecurity.TransportGuarantee, String...) - Constructor for class javax.servlet.HttpConstraintElement
Constructor.
HttpConstraintElement(ServletSecurity.TransportGuarantee, String...) - Constructor for class javax.servlet.HttpConstraintElement
Constructor.
HttpFilter - Class in javax.servlet.http
A HTTP filter.
HttpFilter() - Constructor for class javax.servlet.http.HttpFilter
 
HttpHeader - Interface in cloud.piranha.webapp.api
The HttpHeader API.
HttpHeaderManager - Interface in cloud.piranha.webapp.api
The HttpHeaderManager API.
HttpMethodConstraint - Annotation Type in javax.servlet.annotation
The HttpMethodConstraint API.
HttpMethodConstraintElement - Class in javax.servlet
The HttpMethodConstraintElement API.
HttpMethodConstraintElement(String) - Constructor for class javax.servlet.HttpMethodConstraintElement
Constructor.
HttpMethodConstraintElement(String, HttpConstraintElement) - Constructor for class javax.servlet.HttpMethodConstraintElement
Constructor.
httpMethodConstraints() - Method in annotation type javax.servlet.annotation.ServletSecurity
Get the HTTP method constraints.
httpMethodOmissions - Variable in class cloud.piranha.webapp.impl.WebXml.SecurityConstraint.WebResourceCollection
The list <http-method-omission> snippets inside <web-resource-collection>
httpMethods - Variable in class cloud.piranha.webapp.impl.WebXml.SecurityConstraint.WebResourceCollection
The list <http-method> snippets inside <web-resource-collection>
httpOnly - Variable in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Stores the HTTP only flag.
httpRequestManager - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the request manager.
HttpRequestManager - Interface in cloud.piranha.webapp.api
 
HttpServer - Interface in cloud.piranha.http.api
The HTTP Server API.
HttpServerProcessor - Interface in cloud.piranha.http.api
The HTTP Server Processor API.
HttpServerRequest - Interface in cloud.piranha.http.api
The HttpServerRequest API.
HttpServerResponse - Interface in cloud.piranha.http.api
THe HttpServerResponse API.
HttpServerTest - Class in cloud.piranha.http.test.api
An abstract JUnit test for any HttpServer implementation.
HttpServerTest() - Constructor for class cloud.piranha.http.test.api.HttpServerTest
 
HttpServlet - Class in javax.servlet.http
The HttpServlet API.
HttpServlet() - Constructor for class javax.servlet.http.HttpServlet
Constructor.
HttpServletMapping - Interface in javax.servlet.http
The HTTP servlet mapping.
HttpServletRequest - Interface in javax.servlet.http
The HttpServletRequest API.
HttpServletRequestWrapper - Class in javax.servlet.http
The HttpServletRequestWrapper API.
HttpServletRequestWrapper(HttpServletRequest) - Constructor for class javax.servlet.http.HttpServletRequestWrapper
Constructor.
HttpServletResponse - Interface in javax.servlet.http
The HttpServletResponse API.
HttpServletResponseWrapper - Class in javax.servlet.http
The HttpServletResponseWrapper API.
HttpServletResponseWrapper(HttpServletResponse) - Constructor for class javax.servlet.http.HttpServletResponseWrapper
Constructor.
HttpSession - Interface in javax.servlet.http
The HttpSession API.
HttpSessionActivationListener - Interface in javax.servlet.http
The HttpSessionActivationListener API.
HttpSessionAttributeListener - Interface in javax.servlet.http
The HttpSessionAttributeListener API.
HttpSessionBindingEvent - Class in javax.servlet.http
The HttpSessionBindingEvent API.
HttpSessionBindingEvent(HttpSession, String) - Constructor for class javax.servlet.http.HttpSessionBindingEvent
Constructor.
HttpSessionBindingEvent(HttpSession, String, Object) - Constructor for class javax.servlet.http.HttpSessionBindingEvent
Constructor.
HttpSessionBindingListener - Interface in javax.servlet.http
The HttpSessionBindingListener API.
HttpSessionContext - Interface in javax.servlet.http
Deprecated. 
HttpSessionEvent - Class in javax.servlet.http
The HttpSessionEvent API.
HttpSessionEvent(HttpSession) - Constructor for class javax.servlet.http.HttpSessionEvent
Constructor.
HttpSessionIdListener - Interface in javax.servlet.http
The HttpSessionIdListener API.
HttpSessionListener - Interface in javax.servlet.http
The HttpSessionListener API.
httpSessionManager - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the session manager.
httpSessionManager(HttpSessionManager) - Method in class cloud.piranha.embedded.EmbeddedPiranhaBuilder
Set the HTTP session manager.
HttpSessionManager - Interface in cloud.piranha.webapp.api
The HttpSessionManager API.
HttpUpgradeHandler - Interface in javax.servlet.http
The HttpUpgradeHandler API.
HttpUtils - Class in javax.servlet.http
Deprecated. 
HttpUtils() - Constructor for class javax.servlet.http.HttpUtils
Deprecated.
Constructor.

I

IdentityStoreLoginHandler - Class in cloud.piranha.security.soteria
 
IdentityStoreLoginHandler() - Constructor for class cloud.piranha.security.soteria.IdentityStoreLoginHandler
 
idListeners - Variable in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Stores the session id listeners.
include(ServletRequest, ServletResponse) - Method in class cloud.piranha.webapp.impl.DefaultServletRequestDispatcher
Dispatches using the INCLUDE dispatch type - Include the request and response.
include(ServletRequest, ServletResponse) - Method in interface javax.servlet.RequestDispatcher
Include into the request.
INCLUDE - javax.servlet.DispatcherType
 
INCLUDE_CONTEXT_PATH - Static variable in interface javax.servlet.RequestDispatcher
Defines the INCLUDE_CONTEXT_PATH constant.
INCLUDE_MAPPING - Static variable in interface javax.servlet.RequestDispatcher
Defines the INCLUDE_MAPPING constant.
INCLUDE_PATH_INFO - Static variable in interface javax.servlet.RequestDispatcher
Defines the INCLUDE_PATH_INFO constant.
INCLUDE_QUERY_STRING - Static variable in interface javax.servlet.RequestDispatcher
Defines the INCLUDE_QUERY_STRING constant.
INCLUDE_REQUEST_URI - Static variable in interface javax.servlet.RequestDispatcher
Defines the INCLUDE_REQUEST_URI constant.
INCLUDE_SERVLET_PATH - Static variable in interface javax.servlet.RequestDispatcher
Defines the INCLUDE_SERVLET_PATH constant.
index - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Stores the index.
init() - Method in class javax.servlet.GenericFilter
 
init() - Method in class javax.servlet.GenericServlet
Init the servlet.
init(FilterConfig) - Method in class cloud.piranha.security.eleos.AuthenticationFilter
 
init(FilterConfig) - Method in class cloud.piranha.security.exousia.AuthorizationFilter
 
init(FilterConfig) - Method in class cloud.piranha.security.exousia.AuthorizationPreFilter
 
init(FilterConfig) - Method in interface javax.servlet.Filter
Initialize the filter.
init(FilterConfig) - Method in class javax.servlet.GenericFilter
 
init(WebConnection) - Method in interface javax.servlet.http.HttpUpgradeHandler
Initialize the upgrade.
init(ServletConfig) - Method in class javax.servlet.GenericServlet
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
init(ServletConfig) - Method in interface javax.servlet.Servlet
Initialize the servlet.
initialize() - Method in interface cloud.piranha.appserver.api.WebApplicationServer
Initialize the server.
initialize() - Method in class cloud.piranha.appserver.impl.DefaultWebApplicationServer
Initialize the server.
initialize() - Method in class cloud.piranha.embedded.EmbeddedPiranha
Initialize the web application.
initialize() - Method in interface cloud.piranha.webapp.api.FilterEnvironment
Initialize the filter.
initialize() - Method in interface cloud.piranha.webapp.api.WebApplication
Initialize the web application.
initialize() - Method in class cloud.piranha.webapp.impl.DefaultFilterEnvironment
Initialize the filter.
initialize() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Initialize the web application.
initialize(MessagePolicy, MessagePolicy, CallbackHandler, Map) - Method in class cloud.piranha.security.eleos.DoNothingServerAuthModule
 
initialize(ContainerContext) - Method in class cloud.piranha.cdi.weld.WeldContainer
Initialize the container.
INITIALIZED - Static variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the INITIALIZED constant.
INITIALIZED_DECLARED - Static variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the INITIALIZED_DECLARED constant.
initializeDeclaredFinish() - Method in interface cloud.piranha.webapp.api.WebApplication
Marks the end of initializing declared (web.xml, annotations) artifacts
initializeDeclaredFinish() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Finish the initialization.
initializeFilters() - Method in interface cloud.piranha.webapp.api.WebApplication
Initialize the filters.
initializeFilters() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Initialize the filters.
initializeFinish() - Method in interface cloud.piranha.webapp.api.WebApplication
Finish the initialization.
initializeFinish() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Finish the initialization.
initializeInitializers() - Method in interface cloud.piranha.webapp.api.WebApplication
Initialize the servlet container initializers.
initializeInitializers() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Initialize the servlet container initializers.
initializer(String) - Method in class cloud.piranha.embedded.EmbeddedPiranhaBuilder
Add an initializer.
initializers - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the servlet container initializers.
initializeServlets() - Method in interface cloud.piranha.webapp.api.WebApplication
Initialize the servlets.
initializeServlets() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Initialize the servlets.
initParameters - Variable in class cloud.piranha.webapp.impl.DefaultServletEnvironment
Stores the init parameters.
initParameters - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the init parameters.
initParams() - Method in annotation type javax.servlet.annotation.WebFilter
Get the init parameters.
initParams() - Method in annotation type javax.servlet.annotation.WebServlet
Get the init parameters.
InMemoryIdentityStore - Class in cloud.piranha.micro.core
A basic in-memory identity store.
InMemoryIdentityStore() - Constructor for class cloud.piranha.micro.core.InMemoryIdentityStore
 
InMemoryIdentityStore.Credential - Class in cloud.piranha.micro.core
 
inputStream - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the input stream.
invalidate() - Method in class cloud.piranha.webapp.impl.DefaultHttpSession
Invalidate the session.
invalidate() - Method in interface javax.servlet.http.HttpSession
Invalidate the HTTP session.
InvalidTransactionException - Exception in javax.transaction
The InvalidTransactionException.
InvalidTransactionException() - Constructor for exception javax.transaction.InvalidTransactionException
Constructor.
InvalidTransactionException(String) - Constructor for exception javax.transaction.InvalidTransactionException
Constructor.
invocationFinder - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the invocation finder, which finds a Servlet, Filter(chain) and variants thereof to invoke for a given request path.
isAsyncStarted() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Is async started.
isAsyncStarted() - Method in class cloud.piranha.webapp.impl.AsyncHttpDispatchWrapper
 
isAsyncStarted() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Is async started.
isAsyncStarted() - Method in interface javax.servlet.ServletRequest
Is async started.
isAsyncStarted() - Method in class javax.servlet.ServletRequestWrapper
Is async started.
isAsyncSupported() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Is async supported.
isAsyncSupported() - Method in interface cloud.piranha.webapp.api.ServletEnvironment
Is async supported.
isAsyncSupported() - Method in class cloud.piranha.webapp.impl.DefaultServletEnvironment
 
isAsyncSupported() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Is async supported.
isAsyncSupported() - Method in class cloud.piranha.webapp.impl.WebXmlServlet
Is async supported.
isAsyncSupported() - Method in interface javax.servlet.ServletRequest
Is async supported.
isAsyncSupported() - Method in class javax.servlet.ServletRequestWrapper
Is async supported.
isBodyOnly() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Is body only.
isCallerAuthorizedForResource(HttpServletRequest) - Method in class cloud.piranha.security.jakarta.JakartaSecurityManager
 
isCallerAuthorizedForResource(HttpServletRequest) - Method in interface cloud.piranha.webapp.api.SecurityManager
Check if the current caller (which can be the anonymous caller) is authorized to access the requested resource.
isCommitted() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Is committed.
isCommitted() - Method in interface javax.servlet.ServletResponse
Is committed.
isCommitted() - Method in class javax.servlet.ServletResponseWrapper
Is committed.
isDistributable() - Method in interface cloud.piranha.webapp.api.WebApplication
Is the application distributable.
isDistributable() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Is the web application distributable.
isDistributable() - Method in class cloud.piranha.webapp.impl.WebXml
Is the application distributable.
isExact() - Method in interface cloud.piranha.webapp.api.WebApplicationRequestMapping
Is this an exact match.
isExact() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequestMapping
Is this an exact match.
isExtension() - Method in interface cloud.piranha.webapp.api.WebApplicationRequestMapping
Is this an extension match.
isExtension() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequestMapping
Is this an extension match.
isFinished() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Is the Servlet input stream finished?
isFinished() - Method in class javax.servlet.ServletInputStream
Is the stream at the end.
isFragment() - Method in class cloud.piranha.webapp.impl.WebXml
Is this a web-fragment.
isHttpOnly() - Method in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Is HTTP only?
isHttpOnly() - Method in class javax.servlet.http.Cookie
Is HTTP only.
isHttpOnly() - Method in interface javax.servlet.SessionCookieConfig
Is HTTP-only.
isNew() - Method in class cloud.piranha.webapp.impl.DefaultHttpSession
Is the session new.
isNew() - Method in interface javax.servlet.http.HttpSession
Is the HTTP session new.
isOffline() - Method in class cloud.piranha.micro.MicroConfiguration
 
IsolatingResourceManagerClassLoader - Class in cloud.piranha.resource.shrinkwrap
The default WebApplicationClassLoader.
IsolatingResourceManagerClassLoader() - Constructor for class cloud.piranha.resource.shrinkwrap.IsolatingResourceManagerClassLoader
Constructor.
IsolatingResourceManagerClassLoader(ClassLoader, String) - Constructor for class cloud.piranha.resource.shrinkwrap.IsolatingResourceManagerClassLoader
Constructor.
IsolatingResourceManagerClassLoader(String) - Constructor for class cloud.piranha.resource.shrinkwrap.IsolatingResourceManagerClassLoader
Constructor.
isPermanent() - Method in exception javax.servlet.UnavailableException
Is unavailability permanent.
isReady() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Is the Servlet input stream ready?
isReady() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Is the output stream ready?
isReady() - Method in class javax.servlet.ServletInputStream
Is the stream ready for reading.
isReady() - Method in class javax.servlet.ServletOutputStream
Is ready for output.
isRequestedResourcePublic(HttpServletRequest) - Method in class cloud.piranha.security.jakarta.JakartaSecurityManager
 
isRequestedResourcePublic(HttpServletRequest) - Method in interface cloud.piranha.webapp.api.SecurityManager
Check if the requested resource, represented by the request, is public or not.
isRequestedSessionIdFromCookie() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Is the requested session id from a cookie.
isRequestedSessionIdFromCookie() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Is the requested session id from cookie.
isRequestedSessionIdFromCookie() - Method in interface javax.servlet.http.HttpServletRequest
Is the requested session id from a cookie.
isRequestedSessionIdFromCookie() - Method in class javax.servlet.http.HttpServletRequestWrapper
Is the requested session id from a cookie.
isRequestedSessionIdFromUrl() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Deprecated. 
isRequestedSessionIdFromUrl() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Deprecated. 
isRequestedSessionIdFromUrl() - Method in interface javax.servlet.http.HttpServletRequest
Deprecated. 
isRequestedSessionIdFromUrl() - Method in class javax.servlet.http.HttpServletRequestWrapper
Deprecated. 
isRequestedSessionIdFromURL() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Is the requested session id from a URL.
isRequestedSessionIdFromURL() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Is the requested session id from the request url.
isRequestedSessionIdFromURL() - Method in interface javax.servlet.http.HttpServletRequest
Is the requested session id from a URL.
isRequestedSessionIdFromURL() - Method in class javax.servlet.http.HttpServletRequestWrapper
Is the requested session id from a URL.
isRequestedSessionIdValid() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Is the requested session id valid.
isRequestedSessionIdValid() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Is the requested session id valid?
isRequestedSessionIdValid() - Method in interface javax.servlet.http.HttpServletRequest
Is the requested session id valid.
isRequestedSessionIdValid() - Method in class javax.servlet.http.HttpServletRequestWrapper
Is the requested session id valid.
isRequestSecurityAsRequired(HttpServletRequest, HttpServletResponse) - Method in class cloud.piranha.security.jakarta.JakartaSecurityManager
 
isRequestSecurityAsRequired(HttpServletRequest, HttpServletResponse) - Method in interface cloud.piranha.webapp.api.SecurityManager
Check if the current request adheres to the user data constraint, if any.
isRunning() - Method in interface cloud.piranha.http.api.HttpServer
Check if the server is running.
isRunning() - Method in class cloud.piranha.http.impl.DefaultHttpServer
 
isSecure() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Is secure.
isSecure() - Method in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Is secure.
isSecure() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Is the request secure.
isSecure() - Method in interface javax.servlet.ServletRequest
Is secure.
isSecure() - Method in class javax.servlet.ServletRequestWrapper
Is secure.
isSecure() - Method in interface javax.servlet.SessionCookieConfig
Is secure.
isServletUnavailable() - Method in interface cloud.piranha.webapp.api.ServletInvocation
 
isTrailerFieldsReady() - Method in interface javax.servlet.http.HttpServletRequest
Is trailer fields ready.
isUpgraded() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Is the request upgraded.
isUserInRole(String) - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Is the user in the role.
isUserInRole(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Is the user in the specified role.
isUserInRole(String) - Method in interface javax.servlet.http.HttpServletRequest
Is the user in the specified role.
isUserInRole(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
Is the user in the role.
isUserInRole(HttpServletRequest, String) - Method in class cloud.piranha.security.jakarta.JakartaSecurityManager
 
isUserInRole(HttpServletRequest, String) - Method in interface cloud.piranha.webapp.api.SecurityManager
Is the user in the specific role.
isUserInRole(HttpServletRequest, String) - Method in class cloud.piranha.webapp.impl.DefaultSecurityManager
Is the user in the given role.
isWrapperFor(Class<?>) - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Are we a wrapper for the given type.
isWrapperFor(Class<?>) - Method in class javax.servlet.ServletRequestWrapper
Are we a wrapper for the given type.
isWrapperFor(Class<?>) - Method in class javax.servlet.ServletResponseWrapper
Is wrapper for.
isWrapperFor(ServletRequest) - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Is this a wrapper for the given request.
isWrapperFor(ServletRequest) - Method in class javax.servlet.ServletRequestWrapper
Is this a wrapper for the given request.
isWrapperFor(ServletResponse) - Method in class javax.servlet.ServletResponseWrapper
Is wrapper for.

J

JakartaSecurityAllInitializer - Class in cloud.piranha.security.jakarta
The Jakarta Security All initializer.
JakartaSecurityAllInitializer() - Constructor for class cloud.piranha.security.jakarta.JakartaSecurityAllInitializer
 
JakartaSecurityExtension - Class in cloud.piranha.security.jakarta
The extension for Jakarta Security.
JakartaSecurityExtension() - Constructor for class cloud.piranha.security.jakarta.JakartaSecurityExtension
 
JakartaSecurityInitializer - Class in cloud.piranha.security.jakarta
The Jakarta Security initializer.
JakartaSecurityInitializer() - Constructor for class cloud.piranha.security.jakarta.JakartaSecurityInitializer
 
JakartaSecurityManager - Class in cloud.piranha.security.jakarta
SecurityManager implementation that uses Jakarta Security semantics.
JakartaSecurityManager() - Constructor for class cloud.piranha.security.jakarta.JakartaSecurityManager
 
JarResource - Class in cloud.piranha.resource
The default JarResource.
JarResource() - Constructor for class cloud.piranha.resource.JarResource
Constructor.
JarResource(File) - Constructor for class cloud.piranha.resource.JarResource
Constructor.
JasperExtension - Class in cloud.piranha.pages.jasper
The extension that will enable Jasper integration (aka.
JasperExtension() - Constructor for class cloud.piranha.pages.jasper.JasperExtension
 
JasperInitializer - Class in cloud.piranha.pages.jasper
The Jasper initializer.
JasperInitializer() - Constructor for class cloud.piranha.pages.jasper.JasperInitializer
 
JasperJspManager - Class in cloud.piranha.pages.jasper
The JSP manager delivered by the Jasper integration.
JasperJspManager() - Constructor for class cloud.piranha.pages.jasper.JasperJspManager
 
javax.servlet - package javax.servlet
The javax.servlet package delivers the Core Servlet API classes.
javax.servlet.annotation - package javax.servlet.annotation
The javax.servlet.annotation package delivers the annotation of the Servlet API.
javax.servlet.descriptor - package javax.servlet.descriptor
The javax.servlet.descriptor package delivers the descriptors for JSP.
javax.servlet.http - package javax.servlet.http
The javax.servlet.http package delivers the HTTP part of the Servlet API.
javax.transaction - package javax.transaction
 
jdbcCompliant() - Method in class cloud.piranha.database.environment.EnvironmentDriver
Are we JDBC compliant.
jspConfigDescriptor - Variable in class cloud.piranha.pages.jasper.JasperJspManager
Stores the JSP config descriptor.
jspConfigDescriptor - Variable in class cloud.piranha.webapp.impl.DefaultJspFileManager
Stores the JSP config descriptor.
JspConfigDescriptor - Interface in javax.servlet.descriptor
The JspConfigDescriptor API.
jspManager - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the JSP manager.
JspManager - Interface in cloud.piranha.webapp.api
The JspManager API.
JspPropertyGroupDescriptor - Interface in javax.servlet.descriptor
The JspPropertyGroupDescriptor API.

K

KEY - Static variable in class cloud.piranha.webapp.impl.WebXmlManager
Stores the application scoped key.

L

largeIcon() - Method in annotation type javax.servlet.annotation.WebFilter
Get the large icon.
largeIcon() - Method in annotation type javax.servlet.annotation.WebServlet
Get the large icon.
linkRequestAndResponse(ServletRequest, ServletResponse) - Method in interface cloud.piranha.webapp.api.WebApplication
Link the request and response.
linkRequestAndResponse(ServletRequest, ServletResponse) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Link the request and response.
list(String) - Method in class cloud.piranha.naming.impl.DefaultInitialContext
List the entries for the given name.
list(Name) - Method in class cloud.piranha.naming.impl.DefaultInitialContext
List the names in the named context.
listBindings(String) - Method in class cloud.piranha.naming.impl.DefaultInitialContext
List the bindings.
listBindings(Name) - Method in class cloud.piranha.naming.impl.DefaultInitialContext
List the bindings.
loadClass(ClassLoader, String) - Method in class cloud.piranha.webapp.annotationscan.AnnotationScanInitializer
Load the class using the given class loader.
loadClass(String, boolean) - Method in class cloud.piranha.resource.DefaultResourceManagerClassLoader
Load the class.
loadClass(String, boolean) - Method in class cloud.piranha.resource.shrinkwrap.IsolatingResourceManagerClassLoader
 
loadOnStartup - Variable in class cloud.piranha.webapp.impl.DefaultServletEnvironment
Stores the load on startup value.
loadOnStartup() - Method in annotation type javax.servlet.annotation.WebServlet
Get the load on startup order.
localAddress - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the local address.
locale - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Stores the locale.
localName - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the local name.
localPort - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the local port.
localServletRequest - Static variable in class cloud.piranha.security.exousia.AuthorizationPreFilter
 
location() - Method in annotation type javax.servlet.annotation.MultipartConfig
Get the storage location.
log(Exception, String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Deprecated. 
log(Exception, String) - Method in interface javax.servlet.ServletContext
Deprecated. 
log(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Log a message.
log(String) - Method in class javax.servlet.GenericServlet
Log the message.
log(String) - Method in interface javax.servlet.ServletContext
Log the specified message.
log(String, Throwable) - Method in interface cloud.piranha.webapp.api.LoggingManager
Log the message.
log(String, Throwable) - Method in class cloud.piranha.webapp.impl.DefaultLoggingManager
Log the message.
log(String, Throwable) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Log a message.
log(String, Throwable) - Method in class javax.servlet.GenericServlet
Log the message.
log(String, Throwable) - Method in interface javax.servlet.ServletContext
Log the message and throwable.
loggingManager - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the logging manager.
LoggingManager - Interface in cloud.piranha.webapp.api
The LoggingManager API.
login(String, String) - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Login.
login(String, String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Login.
login(String, String) - Method in interface javax.servlet.http.HttpServletRequest
Login.
login(String, String) - Method in class javax.servlet.http.HttpServletRequestWrapper
Login.
login(HttpServletRequest, String, String) - Method in class cloud.piranha.security.jakarta.JakartaSecurityManager
 
login(HttpServletRequest, String, String) - Method in class cloud.piranha.security.soteria.IdentityStoreLoginHandler
 
login(HttpServletRequest, String, String) - Method in interface cloud.piranha.webapp.api.SecurityManager
Login.
login(HttpServletRequest, String, String) - Method in interface cloud.piranha.webapp.api.SecurityManager.UsernamePasswordLoginHandler
 
login(HttpServletRequest, String, String) - Method in class cloud.piranha.webapp.impl.DefaultSecurityManager
Login with the given username and password.
logins - Variable in class cloud.piranha.webapp.impl.DefaultSecurityManager
Stores the logins.
logout() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Logout.
logout() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Logout.
logout() - Method in interface javax.servlet.http.HttpServletRequest
Logout.
logout() - Method in class javax.servlet.http.HttpServletRequestWrapper
Logout.
logout(HttpServletRequest, HttpServletResponse) - Method in class cloud.piranha.security.jakarta.JakartaSecurityManager
 
logout(HttpServletRequest, HttpServletResponse) - Method in interface cloud.piranha.webapp.api.SecurityManager
Logout.
logout(HttpServletRequest, HttpServletResponse) - Method in class cloud.piranha.webapp.impl.DefaultSecurityManager
Logout.
lookup(String) - Method in class cloud.piranha.naming.impl.DefaultInitialContext
Lookup the name.
lookup(Name) - Method in class cloud.piranha.naming.impl.DefaultInitialContext
Look the name.
lookupLink(String) - Method in class cloud.piranha.naming.impl.DefaultInitialContext
Lookup the link.
lookupLink(Name) - Method in class cloud.piranha.naming.impl.DefaultInitialContext
Lookup the link.

M

main(String[]) - Static method in class cloud.piranha.micro.MicroPiranha
Main method.
majorVersion - Variable in class cloud.piranha.webapp.impl.WebXml
 
MANDATORY - javax.transaction.Transactional.TxType
A transaction is mandatory.
MappingMatch - Enum in javax.servlet.http
The mapping match.
maxAge - Variable in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Stores the max age.
maxFileSize() - Method in annotation type javax.servlet.annotation.MultipartConfig
Get the maximum file size.
maxRequestSize() - Method in annotation type javax.servlet.annotation.MultipartConfig
Get the maximum POST body request size.
method - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the method.
method(String) - Method in class cloud.piranha.embedded.EmbeddedRequestBuilder
Set the method.
method(String) - Method in class cloud.piranha.nano.NanoRequestBuilder
Set the method.
method(String) - Method in interface javax.servlet.http.PushBuilder
Set the HTTP method.
MicroConfiguration - Class in cloud.piranha.micro
The configuration settings for Piranha Micro
MicroConfiguration() - Constructor for class cloud.piranha.micro.MicroConfiguration
Default constructor.
MicroConfiguration(String, String, String, String, boolean, int, String, String, List<String>, List<String>, List<String>) - Constructor for class cloud.piranha.micro.MicroConfiguration
Constructor.
MicroInnerDeployer - Class in cloud.piranha.micro.core
Deploys a shrinkwrap application archive to a newly started embedded Piranha instance.
MicroInnerDeployer() - Constructor for class cloud.piranha.micro.core.MicroInnerDeployer
 
MicroOuterDeployer - Class in cloud.piranha.micro
The micro outer deployer runs in the outer (or initial) class loader, and initializes the inner (isolated) class loader.
MicroOuterDeployer() - Constructor for class cloud.piranha.micro.MicroOuterDeployer
 
MicroOuterDeployer(MicroConfiguration) - Constructor for class cloud.piranha.micro.MicroOuterDeployer
 
MicroPiranha - Class in cloud.piranha.micro
The micro version of Piranha.
MicroPiranha() - Constructor for class cloud.piranha.micro.MicroPiranha
 
MID_REQUEST_USER - cloud.piranha.webapp.api.SecurityManager.AuthenticateSource
The user (code) has programmatically called authenticate
mimeTypeManager - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the mime type manager.
MimeTypeManager - Interface in cloud.piranha.webapp.api
The MimeTypeManager API.
minorVersion - Variable in class cloud.piranha.webapp.impl.WebXml
 
multipartConfig - Variable in class cloud.piranha.webapp.impl.DefaultServletEnvironment
Stores the multi-part config.
MultipartConfig - Annotation Type in javax.servlet.annotation
The MultipartConfig API.
MultipartConfigElement - Class in javax.servlet
The MultipartConfigElement API.
MultipartConfigElement(String) - Constructor for class javax.servlet.MultipartConfigElement
Constructor.
MultipartConfigElement(String, long, long, int) - Constructor for class javax.servlet.MultipartConfigElement
Constructor.
MultipartConfigElement(MultipartConfig) - Constructor for class javax.servlet.MultipartConfigElement
Constructor.
multiPartManager - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the multi part manager.
MultiPartManager - Interface in cloud.piranha.webapp.api
The multi-part manager API.

N

name - Variable in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Stores the name.
name() - Method in annotation type javax.servlet.annotation.WebInitParam
Get the name.
name() - Method in annotation type javax.servlet.annotation.WebServlet
Get the name.
NanoPiranha - Class in cloud.piranha.nano
The smallest version of Piranha in our lineup.
NanoPiranha() - Constructor for class cloud.piranha.nano.NanoPiranha
Constructor.
NanoPiranhaBuilder - Class in cloud.piranha.nano
The builder so you can easily build instances of NanoPiranha.
NanoPiranhaBuilder() - Constructor for class cloud.piranha.nano.NanoPiranhaBuilder
Constructor.
NanoRequest - Class in cloud.piranha.nano
The WebApplicationRequest class used by NanoPiranha
NanoRequest() - Constructor for class cloud.piranha.nano.NanoRequest
Constructor.
NanoRequestBuilder - Class in cloud.piranha.nano
The builder so you can easily build instances of NanoRequest.
NanoRequestBuilder() - Constructor for class cloud.piranha.nano.NanoRequestBuilder
Constructor.
NanoResponse - Class in cloud.piranha.nano
The WebApplicationResponse class used by NanoPiranha
NanoResponse() - Constructor for class cloud.piranha.nano.NanoResponse
Constructor.
NanoResponseBuilder - Class in cloud.piranha.nano
The builder so you can easily build instances of NanoResponse.
NanoResponseBuilder() - Constructor for class cloud.piranha.nano.NanoResponseBuilder
Constructor.
NEVER - javax.transaction.Transactional.TxType
A transaction should not exist.
newPushBuilder() - Method in interface javax.servlet.http.HttpServletRequest
Create a new push builder.
next() - Method in class cloud.piranha.naming.impl.DefaultNamingEnumeration
Get the next element.
nextElement() - Method in class cloud.piranha.naming.impl.DefaultNamingEnumeration
Get the next element.
NodeURLStreamHandler - Class in cloud.piranha.resource.shrinkwrap
Stream handler used for URLs that represent directories.
NodeURLStreamHandler(Collection<Node>) - Constructor for class cloud.piranha.resource.shrinkwrap.NodeURLStreamHandler
 
NONE - javax.servlet.annotation.ServletSecurity.TransportGuarantee
Transport is NOT encrypted.
normalizeName(String) - Method in class cloud.piranha.resource.DefaultResourceManagerClassLoader
 
NOT_SUPPORTED - javax.transaction.Transactional.TxType
A transaction is not supported.
NotSupportedException - Exception in javax.transaction
The NotSupportedException.
NotSupportedException() - Constructor for exception javax.transaction.NotSupportedException
Constructor.
NotSupportedException(String) - Constructor for exception javax.transaction.NotSupportedException
Constructor.

O

objectInstanceManager - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the object instance manager.
ObjectInstanceManager - Interface in cloud.piranha.webapp.api
The object instance manager API.
OmniFacesJwtIntegrator - Class in cloud.piranha.microprofile.omnifaces.jwt
This AutoDiscoverable integrates OmniFaces JWT into Piranha
OmniFacesJwtIntegrator() - Constructor for class cloud.piranha.microprofile.omnifaces.jwt.OmniFacesJwtIntegrator
 
onAllDataRead() - Method in interface javax.servlet.ReadListener
Called when all data has been read.
onComplete(AsyncEvent) - Method in interface javax.servlet.AsyncListener
Handle the on complete event.
onDataAvailable() - Method in interface javax.servlet.ReadListener
Called when data is available.
onError(Throwable) - Method in interface javax.servlet.ReadListener
Called when an error occurs.
onError(Throwable) - Method in interface javax.servlet.WriteListener
Called when an error is detected.
onError(AsyncEvent) - Method in interface javax.servlet.AsyncListener
Handle the on error event.
onStartAsync(AsyncEvent) - Method in interface javax.servlet.AsyncListener
Handle the on start async event.
onStartup(Set<Class<?>>, ServletContext) - Method in class cloud.piranha.cdi.weld.WeldInitializer
On startup.
onStartup(Set<Class<?>>, ServletContext) - Method in class cloud.piranha.pages.jasper.JasperInitializer
Initialize Jasper.
onStartup(Set<Class<?>>, ServletContext) - Method in class cloud.piranha.security.eleos.AuthenticationInitializer
Initialize Eleos
onStartup(Set<Class<?>>, ServletContext) - Method in class cloud.piranha.security.exousia.AuthorizationInitializer
Installs the authorization filter
onStartup(Set<Class<?>>, ServletContext) - Method in class cloud.piranha.security.exousia.AuthorizationPreInitializer
Initialize Exousia
onStartup(Set<Class<?>>, ServletContext) - Method in class cloud.piranha.security.jakarta.JakartaSecurityAllInitializer
Initialize Jakarta Security
onStartup(Set<Class<?>>, ServletContext) - Method in class cloud.piranha.security.jakarta.JakartaSecurityInitializer
Initialize Jakarta Security
onStartup(Set<Class<?>>, ServletContext) - Method in class cloud.piranha.security.soteria.SoteriaInitializer
Initialize Soteria.
onStartup(Set<Class<?>>, ServletContext) - Method in class cloud.piranha.security.soteria.SoteriaPreCDIInitializer
Initialize Soteria.
onStartup(Set<Class<?>>, ServletContext) - Method in class cloud.piranha.webapp.annotationscan.AnnotationScanInitializer
On startup.
onStartup(Set<Class<?>>, ServletContext) - Method in class cloud.piranha.webapp.tempdir.TempDirInitializer
On startup.
onStartup(Set<Class<?>>, ServletContext) - Method in class cloud.piranha.webapp.webannotation.WebAnnotationInitializer
On startup.
onStartup(Set<Class<?>>, ServletContext) - Method in class cloud.piranha.webapp.webxml.WebXmlInitializer
On startup.
onStartup(Set<Class<?>>, ServletContext) - Method in interface javax.servlet.ServletContainerInitializer
Notify the initializer upon startup.
onTimeout(AsyncEvent) - Method in interface javax.servlet.AsyncListener
Handle the on timeout event.
onTimeOut() - Method in class cloud.piranha.webapp.impl.DefaultAsyncContext
 
onWritePossible() - Method in interface javax.servlet.WriteListener
Called when a write is possible.
openConnection(URL) - Method in class cloud.piranha.micro.StaticStreamHandler
 
openConnection(URL) - Method in class cloud.piranha.resource.shrinkwrap.ArchiveURLStreamHandler
 
openConnection(URL) - Method in class cloud.piranha.resource.shrinkwrap.GlobalArchiveStreamHandler
 
openConnection(URL) - Method in class cloud.piranha.resource.shrinkwrap.NodeURLStreamHandler
 
ORDERED_LIBS - Static variable in interface javax.servlet.ServletContext
Defines the ORDERED_LIBS constant.
outputStream - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Stores the output stream.
outputStream(OutputStream) - Method in class cloud.piranha.nano.NanoResponseBuilder
Set the output stream.

P

parameter(String, String...) - Method in class cloud.piranha.embedded.EmbeddedRequestBuilder
Add a parameter.
parameters - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the parameters.
parametersParsed - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the parameters parsed flag.
parse(InputStream) - Method in class cloud.piranha.webapp.webxml.WebXmlParser
Parse the input stream.
parse(String) - Method in class cloud.piranha.naming.impl.DefaultNameParser
Parse the name.
parsePostData(int, ServletInputStream) - Static method in class javax.servlet.http.HttpUtils
Deprecated.
Parse the POST data.
parseQueryString(String) - Static method in class javax.servlet.http.HttpUtils
Deprecated.
Parse the query string.
Part - Interface in javax.servlet.http
The Part API.
path - Variable in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Stores the path.
path(String) - Method in interface javax.servlet.http.PushBuilder
Set the path.
PATH - javax.servlet.http.MappingMatch
The path constant.
pathInfo - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the path info.
pathInfo(String) - Method in class cloud.piranha.embedded.EmbeddedRequestBuilder
Set the path info.
PERMIT - javax.servlet.annotation.ServletSecurity.EmptyRoleSemantic
Permit access for EmptyRole.
PERROLE_PERMISSIONS - Static variable in class cloud.piranha.security.exousia.AuthorizationPreInitializer
 
Piranha - Interface in cloud.piranha.api
Defines the minimal API each Piranha implements.
PiranhaBeanArchiveHandler - Class in cloud.piranha.micro.core
An Archive handler for Weld that implicitly reads the classes in an archive deployed to Piranha via the META-INF/piranha.idx file.
PiranhaBeanArchiveHandler() - Constructor for class cloud.piranha.micro.core.PiranhaBeanArchiveHandler
 
PiranhaPrincipalMapper - Class in cloud.piranha.security.exousia
 
PiranhaPrincipalMapper() - Constructor for class cloud.piranha.security.exousia.PiranhaPrincipalMapper
 
PiranhaToExousiaConverter - Class in cloud.piranha.security.exousia
This class converts from Piranha security types to Exousia security types.
PiranhaToExousiaConverter() - Constructor for class cloud.piranha.security.exousia.PiranhaToExousiaConverter
 
postConstruct() - Method in class cloud.piranha.micro.MicroConfiguration
 
postRequestProcess(HttpServletRequest, HttpServletResponse) - Method in class cloud.piranha.security.jakarta.JakartaSecurityManager
 
postRequestProcess(HttpServletRequest, HttpServletResponse) - Method in interface cloud.piranha.webapp.api.SecurityManager
Gives the security system the opportunity to process the response after the request (after the target resource has been invoked).
PRE_REQUEST_CONTAINER - cloud.piranha.webapp.api.SecurityManager.AuthenticateSource
The container / runtime calls authenticate before a request
PrefixJarResource - Class in cloud.piranha.resource
The default PrefixJarResource.
PrefixJarResource() - Constructor for class cloud.piranha.resource.PrefixJarResource
Constructor.
PrefixJarResource(JarFile, String) - Constructor for class cloud.piranha.resource.PrefixJarResource
Constructor.
print(boolean) - Method in class javax.servlet.ServletOutputStream
Print a boolean.
print(char) - Method in class javax.servlet.ServletOutputStream
Print a character.
print(double) - Method in class javax.servlet.ServletOutputStream
Print the double.
print(float) - Method in class javax.servlet.ServletOutputStream
Print the float.
print(int) - Method in class javax.servlet.ServletOutputStream
Print an integer.
print(long) - Method in class javax.servlet.ServletOutputStream
Print the long.
print(String) - Method in class javax.servlet.ServletOutputStream
Print a string.
println() - Method in class javax.servlet.ServletOutputStream
Print a carriage return and line feed.
println(boolean) - Method in class javax.servlet.ServletOutputStream
Print boolean with linefeed.
println(char) - Method in class javax.servlet.ServletOutputStream
Print character with linefeed.
println(double) - Method in class javax.servlet.ServletOutputStream
Print double with linefeed.
println(float) - Method in class javax.servlet.ServletOutputStream
Print float with linefeed.
println(int) - Method in class javax.servlet.ServletOutputStream
Print integer with linefeed.
println(long) - Method in class javax.servlet.ServletOutputStream
Print long with linefeed.
println(String) - Method in class javax.servlet.ServletOutputStream
Print string with linefeed.
PRIORITY - Static variable in class cloud.piranha.security.exousia.AuthorizationFilter
 
PRIORITY - Static variable in class cloud.piranha.security.exousia.AuthorizationPreFilter
 
process(HttpServerRequest, HttpServerResponse) - Method in class cloud.piranha.appserver.impl.DefaultWebApplicationServer
Process the request.
process(HttpServerRequest, HttpServerResponse) - Method in interface cloud.piranha.http.api.HttpServerProcessor
Process the request.
process(HttpServerRequest, HttpServerResponse) - Method in class cloud.piranha.http.impl.DefaultHttpServerProcessor
 
process(WebXml, WebApplication) - Method in class cloud.piranha.webapp.webxml.WebXmlProcessor
Process the web.xml into the web application.
processor - Variable in class cloud.piranha.http.impl.DefaultHttpServer
Stores the processor.
protocol - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the protocol.
push() - Method in interface javax.servlet.http.PushBuilder
Push.
PushBuilder - Interface in javax.servlet.http
The push builder API.
putResource(Object, Object) - Method in interface javax.transaction.TransactionSynchronizationRegistry
Put the resource.
putValue(String, Object) - Method in class cloud.piranha.webapp.impl.DefaultHttpSession
Set the value.
putValue(String, Object) - Method in interface javax.servlet.http.HttpSession
Deprecated. 

Q

queryString - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the query string.
queryString(String) - Method in class cloud.piranha.nano.NanoRequestBuilder
Set the query string.
queryString(String) - Method in interface javax.servlet.http.PushBuilder
Set the query string.

R

read() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Read from the Servlet input stream.
readClassBytes(InputStream) - Method in class cloud.piranha.resource.DefaultResourceManagerClassLoader
 
reader - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the reader.
readLine(byte[], int, int) - Method in class javax.servlet.ServletInputStream
Read a line.
ReadListener - Interface in javax.servlet
The ReadListener API.
RealtimeHttpServletRequestWrapper - Class in cloud.piranha.cdi.weld
An HttpServletRequest wrapper that consistently consults the getWrapped() method for every operation.
RealtimeHttpServletRequestWrapper() - Constructor for class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
 
rebind(String, Object) - Method in class cloud.piranha.naming.impl.DefaultInitialContext
Rebind to the given name.
rebind(Name, Object) - Method in class cloud.piranha.naming.impl.DefaultInitialContext
Rebind the name.
register(BeforeBeanDiscovery, BeanManager) - Method in class cloud.piranha.micro.core.CdiExtension
 
registerInterposedSynchronization(Synchronization) - Method in interface javax.transaction.TransactionSynchronizationRegistry
Register for interposed synchronization.
registerSynchronization(Synchronization) - Method in class cloud.piranha.transaction.nonxa.DefaultTransaction
Register a synchronization.
registerSynchronization(Synchronization) - Method in interface javax.transaction.Transaction
Register the synchronization object.
Registration - Interface in javax.servlet
The Registration API.
Registration.Dynamic - Interface in javax.servlet
The Registration.Dynamic API.
remoteAddr - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the remote address.
remoteHost - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the remote host.
remotePort - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the remote port.
remove(Class<? extends WebApplicationExtension>) - Method in interface cloud.piranha.webapp.api.WebApplicationExtensionContext
Remove the extension from the web application.
remove(Class<? extends WebApplicationExtension>) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationExtensionContext
Remove the extension.
removeAttribute(String) - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Remove the attribute.
removeAttribute(String) - Method in interface cloud.piranha.webapp.api.AttributeManager
Remove the attribute.
removeAttribute(String) - Method in class cloud.piranha.webapp.impl.AsyncHttpDispatchWrapper
 
removeAttribute(String) - Method in class cloud.piranha.webapp.impl.DefaultAttributeManager
 
removeAttribute(String) - Method in class cloud.piranha.webapp.impl.DefaultHttpSession
Remove the attribute.
removeAttribute(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Remove the attribute with the given name.
removeAttribute(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Remove the attribute.
removeAttribute(String) - Method in interface javax.servlet.http.HttpSession
Remove the attribute.
removeAttribute(String) - Method in interface javax.servlet.ServletContext
Remove the attribute.
removeAttribute(String) - Method in interface javax.servlet.ServletRequest
Remove the attribute.
removeAttribute(String) - Method in class javax.servlet.ServletRequestWrapper
Remove the attribute.
removeFromEnvironment(String) - Method in class cloud.piranha.naming.impl.DefaultInitialContext
Remove the property from the environment.
removeHeader(String) - Method in interface javax.servlet.http.PushBuilder
Remove the header.
removeUser(String) - Method in class cloud.piranha.webapp.impl.DefaultSecurityManager
Remove the given user.
removeValue(String) - Method in class cloud.piranha.webapp.impl.DefaultHttpSession
Remove the value.
removeValue(String) - Method in interface javax.servlet.http.HttpSession
Deprecated. 
rename(String, String) - Method in class cloud.piranha.naming.impl.DefaultInitialContext
Rename the object.
rename(Name, Name) - Method in class cloud.piranha.naming.impl.DefaultInitialContext
Rename the object.
request(DefaultWebApplicationRequest, DefaultWebApplicationResponse) - Method in class cloud.piranha.webapp.impl.DefaultServletRequestDispatcher
Dispatches using the REQUEST dispatch type
REQUEST - javax.servlet.DispatcherType
 
requestCharacterEncoding - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the request character encoding.
requestDestroyed(ServletRequestEvent) - Method in interface javax.servlet.ServletRequestListener
Handle the request destroyed event.
RequestDispatcher - Interface in javax.servlet
The RequestDispatcher API.
requestedSessionId - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the requested session id.
requestedSessionId(String) - Method in class cloud.piranha.embedded.EmbeddedRequestBuilder
Set the requested session id.
requestedSessionIdFromCookie - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the requested session id from cookie flag.
requestedSessionIdFromCookie(boolean) - Method in class cloud.piranha.embedded.EmbeddedRequestBuilder
Set the requested session id from cookie flag.
requestedSessionIdFromURL - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the requested session id from url flag.
requestInitialized(ServletRequestEvent) - Method in class cloud.piranha.cdi.weld.WeldInitListener
 
requestInitialized(ServletRequestEvent) - Method in interface javax.servlet.ServletRequestListener
Handle the request initialized event.
requestListeners - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the servlet request listeners.
requestMapper - Variable in class cloud.piranha.appserver.impl.DefaultWebApplicationServer
Stores the request mapper.
REQUIRED - javax.transaction.Transactional.TxType
A transaction is required.
REQUIRES_NEW - javax.transaction.Transactional.TxType
A new transaction is required.
reset() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Reset the response.
reset() - Method in interface javax.servlet.ServletResponse
Reset.
reset() - Method in class javax.servlet.ServletResponseWrapper
Reset.
resetBuffer() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Reset the buffer.
resetBuffer() - Method in interface javax.servlet.ServletResponse
Reset the buffer.
resetBuffer() - Method in class javax.servlet.ServletResponseWrapper
Reset the buffer.
Resource - Interface in cloud.piranha.resource.api
The Resource API.
resourceManager - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the resource manager.
ResourceManager - Interface in cloud.piranha.resource.api
The ResourceManager API.
ResourceManagerClassLoader - Interface in cloud.piranha.resource.api
The WebApplicationClassLoader API.
responseCharacterEncoding - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the response character encoding.
responses - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the active responses and the associated requests.
resume(Transaction) - Method in class cloud.piranha.transaction.nonxa.DefaultTransactionManager
Resume the transaction.
resume(Transaction) - Method in interface javax.transaction.TransactionManager
Resume the transaction.
roleNames - Variable in class cloud.piranha.webapp.impl.WebXml.SecurityConstraint
The list <role-name> snippets inside <auth-constraint> Note that we don't map the <auth-constraint> element separately here
roles - Variable in class cloud.piranha.webapp.impl.DefaultSecurityManager
Stores the roles.
rolesAllowed() - Method in annotation type javax.servlet.annotation.HttpConstraint
Get the roles allowed.
rolesAllowed() - Method in annotation type javax.servlet.annotation.HttpMethodConstraint
Get the roles allowed.
rollback() - Method in class cloud.piranha.transaction.nonxa.DefaultTransaction
Rollback the transaction.
rollback() - Method in class cloud.piranha.transaction.nonxa.DefaultTransactionManager
Rollback the transaction.
rollback() - Method in class cloud.piranha.transaction.nonxa.DefaultUserTransaction
Rollback the transaction.
rollback() - Method in interface javax.transaction.Transaction
Rollback the transaction.
rollback() - Method in interface javax.transaction.TransactionManager
Rollback the transaction.
rollback() - Method in interface javax.transaction.UserTransaction
Rollback the transaction.
RollbackException - Exception in javax.transaction
The RollbackException.
RollbackException() - Constructor for exception javax.transaction.RollbackException
Constructor.
RollbackException(String) - Constructor for exception javax.transaction.RollbackException
Constructor.
rollbackOn() - Method in annotation type javax.transaction.Transactional
Rollback on the given exceptions.
run() - Method in class cloud.piranha.micro.MicroPiranha
Start method.
runAsRole - Variable in class cloud.piranha.webapp.impl.DefaultServletEnvironment
Stores the run-as-role.

S

SC_ACCEPTED - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 202 status code.
SC_BAD_GATEWAY - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 502 status code.
SC_BAD_REQUEST - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 400 status code.
SC_CONFLICT - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 409 status code.
SC_CONTINUE - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 100 status code.
SC_CREATED - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 201 status code.
SC_EXPECTATION_FAILED - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 417 status code.
SC_FORBIDDEN - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 403 status code.
SC_FOUND - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 302 status code (recommended variant).
SC_GATEWAY_TIMEOUT - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 504 status code.
SC_GONE - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 410 status code.
SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 505 status code.
SC_INTERNAL_SERVER_ERROR - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 500 status code.
SC_LENGTH_REQUIRED - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 411 status code.
SC_METHOD_NOT_ALLOWED - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 405 status code.
SC_MOVED_PERMANENTLY - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 301 status code.
SC_MOVED_TEMPORARILY - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 302 status code.
SC_MULTIPLE_CHOICES - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 300 status code.
SC_NO_CONTENT - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 204 status code.
SC_NON_AUTHORITATIVE_INFORMATION - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 203 status code.
SC_NOT_ACCEPTABLE - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 406 status code.
SC_NOT_FOUND - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 404 status code.
SC_NOT_IMPLEMENTED - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 501 status code.
SC_NOT_MODIFIED - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 305 status code.
SC_OK - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 200 status code.
SC_PARTIAL_CONTENT - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 206 status code.
SC_PAYMENT_REQUIRED - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 402 status code.
SC_PRECONDITION_FAILED - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 412 status code.
SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 407 status code.
SC_REQUEST_ENTITY_TOO_LARGE - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 413 status code.
SC_REQUEST_TIMEOUT - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 408 status code.
SC_REQUEST_URI_TOO_LONG - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 414 status code.
SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 416 status code.
SC_RESET_CONTENT - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 205 status code.
SC_SEE_OTHER - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 303 status code.
SC_SERVICE_UNAVAILABLE - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 503 status code.
SC_SWITCHING_PROTOCOLS - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 101 status code.
SC_TEMPORARY_REDIRECT - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 307 status code.
SC_UNAUTHORIZED - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 401 status code.
SC_UNSUPPORTED_MEDIA_TYPE - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 415 status code.
SC_USE_PROXY - Static variable in interface javax.servlet.http.HttpServletResponse
Defines the 305 status code.
scheme - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the scheme.
scheme(String) - Method in class cloud.piranha.embedded.EmbeddedRequestBuilder
Set the scheme.
secure - Variable in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Stores the secure flag.
secureResponse(MessageInfo, Subject) - Method in class cloud.piranha.security.eleos.DoNothingServerAuthModule
 
SECURITY_ANNOTATIONS - Static variable in class cloud.piranha.security.exousia.AuthorizationPreInitializer
 
SECURITY_ELEMENTS - Static variable in class cloud.piranha.security.exousia.AuthorizationPreInitializer
 
SecurityConstraint() - Constructor for class cloud.piranha.webapp.impl.WebXml.SecurityConstraint
 
securityConstraints - Variable in class cloud.piranha.webapp.impl.WebXml
Stores the security constraints
securityManager - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the security manager.
SecurityManager - Interface in cloud.piranha.webapp.api
The SecurityManager API.
SecurityManager.AuthenticateSource - Enum in cloud.piranha.webapp.api
 
SecurityManager.UsernamePasswordLoginHandler - Interface in cloud.piranha.webapp.api
Method that bypasses the authentication mechanism installed by the authentication manager and directly invokes an identity store.
seedFilterChain() - Method in class cloud.piranha.webapp.impl.DefaultServletInvocation
 
sendError(int) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Send an error.
sendError(int) - Method in interface javax.servlet.http.HttpServletResponse
Sends the error.
sendError(int) - Method in class javax.servlet.http.HttpServletResponseWrapper
Send an error.
sendError(int, String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Send the error.
sendError(int, String) - Method in interface javax.servlet.http.HttpServletResponse
Send the error.
sendError(int, String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Send an error.
sendRedirect(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Send the redirect.
sendRedirect(String) - Method in interface javax.servlet.http.HttpServletResponse
Send a redirect.
sendRedirect(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Send a redirect.
serverAcceptorThread - Variable in class cloud.piranha.http.impl.DefaultHttpServer
Stores the server acceptor thread.
serverName - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the server name.
serverPort - Variable in class cloud.piranha.http.impl.DefaultHttpServer
Stores the port we are listening on.
serverPort - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the server port.
serverSocket - Variable in class cloud.piranha.http.impl.DefaultHttpServer
Stores the server socket.
serverStopRequest - Variable in class cloud.piranha.http.impl.DefaultHttpServer
Stores the server stop request.
service(WebApplicationServerRequest, WebApplicationServerResponse) - Method in interface cloud.piranha.appserver.api.WebApplicationServer
Service the request and response.
service(WebApplicationServerRequest, WebApplicationServerResponse) - Method in class cloud.piranha.appserver.impl.DefaultWebApplicationServer
Service method.
service(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Process the HTTP request.
service(ServletRequest, ServletResponse) - Method in class cloud.piranha.embedded.EmbeddedPiranha
Service method.
service(ServletRequest, ServletResponse) - Method in class cloud.piranha.nano.NanoPiranha
Service.
service(ServletRequest, ServletResponse) - Method in interface cloud.piranha.webapp.api.WebApplication
Service the request.
service(ServletRequest, ServletResponse) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Service the request using this web application.
service(ServletRequest, ServletResponse) - Method in class javax.servlet.GenericServlet
Process the request.
service(ServletRequest, ServletResponse) - Method in class javax.servlet.http.HttpServlet
Process the request.
service(ServletRequest, ServletResponse) - Method in interface javax.servlet.Servlet
Process the request.
SERVICING - Static variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the SERVICING constant.
servlet - Variable in class cloud.piranha.webapp.impl.DefaultServletEnvironment
Stores the servlet.
servlet(String, String) - Method in class cloud.piranha.embedded.EmbeddedPiranhaBuilder
Add a servlet.
servlet(String, String, boolean) - Method in class cloud.piranha.embedded.EmbeddedPiranhaBuilder
Add a servlet.
servlet(String, Servlet) - Method in class cloud.piranha.nano.NanoPiranhaBuilder
Set the Servlet.
Servlet - Interface in javax.servlet
The Servlet API.
servletClass - Variable in class cloud.piranha.webapp.impl.DefaultServletEnvironment
Stores the servlet class.
ServletConfig - Interface in javax.servlet
The ServletConfig API.
ServletContainerInitializer - Interface in javax.servlet
The ServletContainerInitializer API.
ServletContainerInitializerExtension - Class in cloud.piranha.webapp.scinitializer
The WebApplication extension that enables ServletContainerInitializer processing.
ServletContainerInitializerExtension() - Constructor for class cloud.piranha.webapp.scinitializer.ServletContainerInitializerExtension
 
ServletContainerInitializerExtension(boolean, List<String>) - Constructor for class cloud.piranha.webapp.scinitializer.ServletContainerInitializerExtension
 
ServletContext - Interface in javax.servlet
The servlet context API.
ServletContextAttributeEvent - Class in javax.servlet
The ServletContextAttributeEvent API.
ServletContextAttributeEvent(ServletContext, String, Object) - Constructor for class javax.servlet.ServletContextAttributeEvent
Constructor.
ServletContextAttributeListener - Interface in javax.servlet
The ServletContextAttributeListener API.
ServletContextEvent - Class in javax.servlet
The ServletContextEvent API.
ServletContextEvent(ServletContext) - Constructor for class javax.servlet.ServletContextEvent
Constructor.
ServletContextListener - Interface in javax.servlet
The ServletContextListener API.
servletContextName - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the servlet context name.
ServletEnvironment - Interface in cloud.piranha.webapp.api
 
servletEnvironments - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the servlet environments
ServletException - Exception in javax.servlet
The ServletException API.
ServletException() - Constructor for exception javax.servlet.ServletException
Constructor.
ServletException(String) - Constructor for exception javax.servlet.ServletException
Constructor.
ServletException(String, Throwable) - Constructor for exception javax.servlet.ServletException
Constructor.
ServletException(Throwable) - Constructor for exception javax.servlet.ServletException
Constructor.
ServletExtension - Class in cloud.piranha.extension.servlet
The default WebApplicationExtension used to configure a web application.
ServletExtension() - Constructor for class cloud.piranha.extension.servlet.ServletExtension
 
servletInitParam(String, String, String) - Method in class cloud.piranha.embedded.EmbeddedPiranhaBuilder
Set a servlet init parameter.
servletInitParam(String, String, String) - Method in class cloud.piranha.nano.NanoPiranhaBuilder
Set a servlet init parameter.
ServletInputStream - Class in javax.servlet
The ServletInputStream API.
ServletInputStream() - Constructor for class javax.servlet.ServletInputStream
Constructor.
ServletInvocation - Interface in cloud.piranha.webapp.api
The ServletInvocation API.
servletMapping(String, String...) - Method in class cloud.piranha.embedded.EmbeddedPiranhaBuilder
Add a servlet mapping.
servletMappings - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequestMapper
Stores the servlet mappings.
servletName - Variable in class cloud.piranha.webapp.impl.DefaultServletEnvironment
Stores the servlet name.
servletNames() - Method in annotation type javax.servlet.annotation.WebFilter
Get the servlet names.
ServletOutputStream - Class in javax.servlet
The ServletOutputStream API.
ServletOutputStream() - Constructor for class javax.servlet.ServletOutputStream
Constructor.
servletPath - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the servlet path.
servletPath(String) - Method in class cloud.piranha.embedded.EmbeddedRequestBuilder
Set the servlet path.
servletPath(String) - Method in class cloud.piranha.nano.NanoRequestBuilder
Set the servlet path.
ServletRegistration - Interface in javax.servlet
The ServletRegistration API.
ServletRegistration.Dynamic - Interface in javax.servlet
The ServletRegistration.Dynamic API.
ServletRequest - Interface in javax.servlet
The ServletRequest API.
ServletRequestAttributeEvent - Class in javax.servlet
The ServletRequestAttributeEvent API.
ServletRequestAttributeEvent(ServletContext, ServletRequest, String, Object) - Constructor for class javax.servlet.ServletRequestAttributeEvent
Constructor.
ServletRequestAttributeListener - Interface in javax.servlet
The ServletRequestAttributeListener API.
ServletRequestEvent - Class in javax.servlet
The ServletRequestEvent API.
ServletRequestEvent(ServletContext, ServletRequest) - Constructor for class javax.servlet.ServletRequestEvent
Constructor.
ServletRequestListener - Interface in javax.servlet
The ServletRequestListener API.
ServletRequestWrapper - Class in javax.servlet
The ServletRequestWrapper API.
ServletRequestWrapper(ServletRequest) - Constructor for class javax.servlet.ServletRequestWrapper
Constructor.
ServletResponse - Interface in javax.servlet
The ServletResponse API.
ServletResponseWrapper - Class in javax.servlet
The ServletResponseWrapper API.
ServletResponseWrapper(ServletResponse) - Constructor for class javax.servlet.ServletResponseWrapper
Constructor.
ServletSecurity - Annotation Type in javax.servlet.annotation
The ServletSecurity API.
ServletSecurity.EmptyRoleSemantic - Enum in javax.servlet.annotation
The EmptyRoleSemantic API.
ServletSecurity.TransportGuarantee - Enum in javax.servlet.annotation
The TransportGuarantee API.
ServletSecurityElement - Class in javax.servlet
The ServletSecurityElement API.
ServletSecurityElement() - Constructor for class javax.servlet.ServletSecurityElement
Constructor.
ServletSecurityElement(Collection<HttpMethodConstraintElement>) - Constructor for class javax.servlet.ServletSecurityElement
Constructor.
ServletSecurityElement(ServletSecurity) - Constructor for class javax.servlet.ServletSecurityElement
Constructor.
ServletSecurityElement(HttpConstraintElement) - Constructor for class javax.servlet.ServletSecurityElement
Constructor.
ServletSecurityElement(HttpConstraintElement, Collection<HttpMethodConstraintElement>) - Constructor for class javax.servlet.ServletSecurityElement
Constructor.
SessionCookieConfig - Interface in javax.servlet
The SessionCookieConfig API.
sessionCreated(HttpSessionEvent) - Method in interface javax.servlet.http.HttpSessionListener
Handle the HTTP session created event.
sessionDestroyed(HttpSessionEvent) - Method in interface javax.servlet.http.HttpSessionListener
Handle the HTTP session destroyed event.
sessionDidActivate(HttpSessionEvent) - Method in interface javax.servlet.http.HttpSessionActivationListener
Handle the session did activate event.
sessionId(String) - Method in interface javax.servlet.http.PushBuilder
Set the session id.
sessionIdChanged(HttpSessionEvent, String) - Method in interface javax.servlet.http.HttpSessionIdListener
Handle the session id change event.
sessionListeners - Variable in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Stores the session listeners.
sessions - Variable in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Stores the sessions.
sessionTimeout - Variable in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Stores the session timeout (in minutes).
SessionTrackingMode - Enum in javax.servlet
The SessionTrackingMode API.
sessionTrackingModes - Variable in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Stores the session tracking modes.
sessionWillPassivate(HttpSessionEvent) - Method in interface javax.servlet.http.HttpSessionActivationListener
Handle the session will passivate event.
setAlias(String) - Method in class cloud.piranha.resource.AliasedDirectoryResource
Set the alias.
setAnnotationManager(AnnotationManager) - Method in interface cloud.piranha.webapp.api.WebApplication
Sets the annotation manager.
setAnnotationManager(AnnotationManager) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
 
setApplicationRequestMapping(WebApplicationRequestMapping) - Method in class cloud.piranha.webapp.impl.DefaultServletInvocation
 
setAsWrapperAttribute(String, Object) - Method in class cloud.piranha.webapp.impl.AsyncHttpDispatchWrapper
 
setAsyncStarted(boolean) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
 
setAsyncSupported(boolean) - Method in class cloud.piranha.webapp.impl.DefaultFilterEnvironment
Set async supported.
setAsyncSupported(boolean) - Method in class cloud.piranha.webapp.impl.DefaultServletEnvironment
 
setAsyncSupported(boolean) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Set the async supported flag.
setAsyncSupported(boolean) - Method in class cloud.piranha.webapp.impl.WebXmlServlet
Set if async is supported.
setAsyncSupported(boolean) - Method in interface javax.servlet.Registration.Dynamic
Set async supported.
setAttribute(String, Object) - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Set the attribute.
setAttribute(String, Object) - Method in interface cloud.piranha.webapp.api.AttributeManager
Set the attribute.
setAttribute(String, Object) - Method in class cloud.piranha.webapp.impl.AsyncHttpDispatchWrapper
 
setAttribute(String, Object) - Method in class cloud.piranha.webapp.impl.DefaultAttributeManager
 
setAttribute(String, Object) - Method in class cloud.piranha.webapp.impl.DefaultHttpSession
Set the attribute.
setAttribute(String, Object) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Set the attribute.
setAttribute(String, Object) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Set the attribute.
setAttribute(String, Object) - Method in interface javax.servlet.http.HttpSession
Set the attribute.
setAttribute(String, Object) - Method in interface javax.servlet.ServletContext
Set the attribute.
setAttribute(String, Object) - Method in interface javax.servlet.ServletRequest
Set the attribute.
setAttribute(String, Object) - Method in class javax.servlet.ServletRequestWrapper
Set the attribute.
setAuthType(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Set the auth type.
setBodyOnly(boolean) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Set the body only flag.
setBufferSize(int) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Set the buffer size.
setBufferSize(int) - Method in interface javax.servlet.ServletResponse
Set the buffer size.
setBufferSize(int) - Method in class javax.servlet.ServletResponseWrapper
Set the buffer size.
setCDI(CDI<Object>) - Static method in class cloud.piranha.cdi.weld.WeldProvider
Set the CDI.
setCharacterEncoding(String) - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Set the character encoding.
setCharacterEncoding(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Set the character encoding.
setCharacterEncoding(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Set the character encoding.
setCharacterEncoding(String) - Method in interface javax.servlet.ServletRequest
Set the character encoding.
setCharacterEncoding(String) - Method in class javax.servlet.ServletRequestWrapper
Set the character encoding.
setCharacterEncoding(String) - Method in interface javax.servlet.ServletResponse
Set the character encoding.
setCharacterEncoding(String) - Method in class javax.servlet.ServletResponseWrapper
Set the character encoding.
setClassLoader(ClassLoader) - Method in interface cloud.piranha.webapp.api.WebApplication
Set the class loader.
setClassLoader(ClassLoader) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Set the class-loader.
setClassName(String) - Method in interface cloud.piranha.webapp.api.FilterEnvironment
Set the class name.
setClassName(String) - Method in interface cloud.piranha.webapp.api.ServletEnvironment
Set the class name.
setClassName(String) - Method in class cloud.piranha.webapp.impl.DefaultFilterEnvironment
Set the class name.
setClassName(String) - Method in class cloud.piranha.webapp.impl.DefaultServletEnvironment
 
setClassName(String) - Method in class cloud.piranha.webapp.impl.WebXmlFilter
Set the class name.
setClassName(String) - Method in class cloud.piranha.webapp.impl.WebXmlServlet
Set the class name.
setComment(String) - Method in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Set the comment.
setComment(String) - Method in class javax.servlet.http.Cookie
Set the comment.
setComment(String) - Method in interface javax.servlet.SessionCookieConfig
Set the comment.
setCommitted(boolean) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Set the committed.
setContentLength(int) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Set the content length.
setContentLength(int) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Set the content length.
setContentLength(int) - Method in interface javax.servlet.ServletResponse
Set the content length.
setContentLength(int) - Method in class javax.servlet.ServletResponseWrapper
Set the content length.
setContentLengthLong(long) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Set the content length.
setContentLengthLong(long) - Method in interface javax.servlet.ServletResponse
Set the content length.
setContentLengthLong(long) - Method in class javax.servlet.ServletResponseWrapper
Set the content length.
setContentType(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Set the content type.
setContentType(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Set the content type.
setContentType(String) - Method in interface javax.servlet.ServletResponse
Set the content type.
setContentType(String) - Method in class javax.servlet.ServletResponseWrapper
Set the content type.
setContextPath(String) - Method in interface cloud.piranha.appserver.api.WebApplicationServerRequest
Set the context path.
setContextPath(String) - Method in interface cloud.piranha.webapp.api.WebApplication
Set the context path.
setContextPath(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Set the context path.
setContextPath(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Set the context path.
setCookies(Cookie[]) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Set the cookies.
setCurrentIdentity(AuthenticatedIdentity) - Static method in class cloud.piranha.webapp.impl.DefaultAuthenticatedIdentity
 
setCurrentIdentity(Principal, Set<String>) - Static method in class cloud.piranha.webapp.impl.DefaultAuthenticatedIdentity
 
setDateHeader(String, long) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Set the date header.
setDateHeader(String, long) - Method in interface javax.servlet.http.HttpServletResponse
Set the date header.
setDateHeader(String, long) - Method in class javax.servlet.http.HttpServletResponseWrapper
Set the date header.
setDefaultContextPath(String) - Method in class cloud.piranha.webapp.impl.WebXml
Set the default context path.
setDefaultServlet(Servlet) - Method in interface cloud.piranha.webapp.api.WebApplication
Set the default servlet.
setDefaultServlet(Servlet) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
 
setDelegateClassLoader(ClassLoader) - Method in class cloud.piranha.resource.DefaultResourceManagerClassLoader
 
setDenyUncoveredHttpMethods(boolean) - Method in class cloud.piranha.security.jakarta.JakartaSecurityManager
 
setDenyUncoveredHttpMethods(boolean) - Method in interface cloud.piranha.webapp.api.SecurityManager
Set if we are denying uncovered HTTP methods.
setDenyUncoveredHttpMethods(boolean) - Method in interface cloud.piranha.webapp.api.WebApplication
Set if we are denying uncovered HTTP methods.
setDenyUncoveredHttpMethods(boolean) - Method in class cloud.piranha.webapp.impl.DefaultSecurityManager
Set if we are denying uncovered HTTP methods.
setDenyUncoveredHttpMethods(boolean) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Set if we are denying uncovered HTTP methods.
setDenyUncoveredHttpMethods(boolean) - Method in class cloud.piranha.webapp.impl.WebXml
Set if we are denying uncovered HTTP methods.
setDispatcherType(DispatcherType) - Method in interface cloud.piranha.webapp.api.WebApplicationRequest
Set the dispatcher type.
setDispatcherType(DispatcherType) - Method in class cloud.piranha.webapp.impl.AsyncHttpDispatchWrapper
 
setDispatcherType(DispatcherType) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Set the dispatcher type.
setDisplayName(String) - Method in class cloud.piranha.webapp.impl.WebXml
Set the display name.
setDistributable(boolean) - Method in interface cloud.piranha.webapp.api.WebApplication
Set if the web application is distributable.
setDistributable(boolean) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Set if the web application is distributable.
setDistributable(boolean) - Method in class cloud.piranha.webapp.impl.WebXml
Set if we are distributable.
setDomain(String) - Method in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Set the domain.
setDomain(String) - Method in class javax.servlet.http.Cookie
Set the domain.
setDomain(String) - Method in interface javax.servlet.SessionCookieConfig
Set the domain.
setEffectiveMajorVersion(int) - Method in interface cloud.piranha.webapp.api.WebApplication
Set the effective major version.
setEffectiveMajorVersion(int) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
 
setEffectiveMinorVersion(int) - Method in interface cloud.piranha.webapp.api.WebApplication
Set the effective minor version.
setEffectiveMinorVersion(int) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
 
setExact(boolean) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequestMapping
Set the exact flag.
setExtension(boolean) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequestMapping
Set the extension flag.
setExtensions(String) - Method in class cloud.piranha.micro.MicroConfiguration
 
setFilterChain(FilterChain) - Method in class cloud.piranha.webapp.impl.DefaultServletInvocation
 
setFilterEnvironments(List<FilterEnvironment>) - Method in class cloud.piranha.webapp.impl.DefaultServletInvocation
 
setFilterName(String) - Method in interface cloud.piranha.webapp.api.FilterEnvironment
Set the filter name.
setFilterName(String) - Method in class cloud.piranha.webapp.impl.DefaultFilterEnvironment
Set the filter name.
setFilterName(String) - Method in class cloud.piranha.webapp.impl.WebXmlFilter
Set the filter name.
setFragment(boolean) - Method in class cloud.piranha.webapp.impl.WebXml
Set if we are a fragment.
setFragmentName(String) - Method in class cloud.piranha.webapp.impl.WebXml
Set the fragment name.
setHeader(String, String) - Method in interface cloud.piranha.http.api.HttpServerResponse
Set the specified header.
setHeader(String, String) - Method in class cloud.piranha.http.impl.DefaultHttpServerResponse
 
setHeader(String, String) - Method in interface cloud.piranha.webapp.api.HttpHeaderManager
Set the header.
setHeader(String, String) - Method in class cloud.piranha.webapp.impl.DefaultHttpHeaderManager
Set the header.
setHeader(String, String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Set the header.
setHeader(String, String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Set the header.
setHeader(String, String) - Method in interface javax.servlet.http.HttpServletResponse
Set the header.
setHeader(String, String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Set the header.
setHeader(String, String) - Method in interface javax.servlet.http.PushBuilder
Set the header.
setHttpOnly(boolean) - Method in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Set the HTTP only flag.
setHttpOnly(boolean) - Method in class javax.servlet.http.Cookie
Set the HTTP only flag.
setHttpOnly(boolean) - Method in interface javax.servlet.SessionCookieConfig
Set the HTTP-only flag.
setHttpRequestManager(HttpRequestManager) - Method in interface cloud.piranha.webapp.api.WebApplication
Set the HTTP request manager.
setHttpRequestManager(HttpRequestManager) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
 
setHttpServer(String) - Method in class cloud.piranha.micro.MicroConfiguration
Set the HTTP server engine to use.
setHttpServerProcessor(HttpServerProcessor) - Method in interface cloud.piranha.http.api.HttpServer
Set the http server processor
setHttpServerProcessor(HttpServerProcessor) - Method in class cloud.piranha.http.impl.DefaultHttpServer
 
setHttpSessionManager(HttpSessionManager) - Method in interface cloud.piranha.webapp.api.WebApplication
Set the HTTP session manager.
setHttpSessionManager(HttpSessionManager) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Set the HTTP session manager.
setId(String) - Method in class cloud.piranha.webapp.impl.DefaultHttpSession
Set the id.
setInitialWebXml(WebXml) - Method in class cloud.piranha.webapp.impl.WebXmlManager
Set the initial web.xml.
setInitParameter(String, String) - Method in class cloud.piranha.webapp.impl.DefaultFilterEnvironment
Set the init parameter.
setInitParameter(String, String) - Method in class cloud.piranha.webapp.impl.DefaultServletEnvironment
 
setInitParameter(String, String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Set the init parameter.
setInitParameter(String, String) - Method in interface javax.servlet.Registration
Set the init parameter.
setInitParameter(String, String) - Method in interface javax.servlet.ServletContext
Set the init parameter.
setInitParameters(Map<String, String>) - Method in class cloud.piranha.webapp.impl.DefaultFilterEnvironment
Set the init parameters.
setInitParameters(Map<String, String>) - Method in class cloud.piranha.webapp.impl.DefaultServletEnvironment
 
setInitParameters(Map<String, String>) - Method in interface javax.servlet.Registration
Set the init parameters.
setInputStream(InputStream) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Set the input stream.
setIntHeader(String, int) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Set the int header.
setIntHeader(String, int) - Method in interface javax.servlet.http.HttpServletResponse
Set the int header.
setIntHeader(String, int) - Method in class javax.servlet.http.HttpServletResponseWrapper
Set the int header.
setInvocationPath(String) - Method in class cloud.piranha.webapp.impl.DefaultServletInvocation
 
setJarFile(File) - Method in class cloud.piranha.resource.JarResource
Set the JAR file.
setJarFile(JarFile) - Method in class cloud.piranha.resource.PrefixJarResource
Set the JAR file.
setJspFile(String) - Method in class cloud.piranha.webapp.impl.WebXmlServlet
Set the JSP file
setJspManager(JspManager) - Method in interface cloud.piranha.webapp.api.WebApplication
Set the JSP manager.
setJspManager(JspManager) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Set the JSP manager.
setLoadOnStartup(int) - Method in class cloud.piranha.webapp.impl.DefaultServletEnvironment
 
setLoadOnStartup(int) - Method in interface javax.servlet.ServletRegistration.Dynamic
Set the load on startup.
setLocalAddr(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Set the local address.
setLocale(Locale) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Set the locale.
setLocale(Locale) - Method in interface javax.servlet.ServletResponse
Set the locale.
setLocale(Locale) - Method in class javax.servlet.ServletResponseWrapper
Set the locale.
setLocalName(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Set the local name.
setLocalPort(int) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Set the local port.
setLoggingManager(LoggingManager) - Method in interface cloud.piranha.webapp.api.WebApplication
Set the logging manager.
setLoggingManager(LoggingManager) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Set the logging manager.
setLoginConfig(WebXmlLoginConfig) - Method in class cloud.piranha.webapp.impl.WebXml
Set the login config.
setMajorVersion(int) - Method in class cloud.piranha.webapp.impl.WebXml
Sets the major version as set by the version attribute in the web app element
setMapping(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequestMapping
Set the mapping.
setMaxAge(int) - Method in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Set the max age.
setMaxAge(int) - Method in class javax.servlet.http.Cookie
Set the max age.
setMaxAge(int) - Method in interface javax.servlet.SessionCookieConfig
Set the max age.
setMaxInactiveInterval(int) - Method in class cloud.piranha.webapp.impl.DefaultHttpSession
Set the maximum inactive interval.
setMaxInactiveInterval(int) - Method in interface javax.servlet.http.HttpSession
Set the max inactive interval.
setMethod(String) - Method in class cloud.piranha.http.impl.DefaultHttpServerRequest
Set the method.
setMethod(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Set the method.
setMimeTypeManager(MimeTypeManager) - Method in interface cloud.piranha.webapp.api.WebApplication
Set the mimeType manager.
setMimeTypeManager(MimeTypeManager) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Set the mimeType manager.
setMinorVersion(int) - Method in class cloud.piranha.webapp.impl.WebXml
Sets the minor version as set by the version attribute in the web app element
setMultipartConfig(MultipartConfigElement) - Method in class cloud.piranha.webapp.impl.DefaultServletEnvironment
 
setMultipartConfig(MultipartConfigElement) - Method in interface javax.servlet.ServletRegistration.Dynamic
Set the multipart config element.
setMultiPartManager(MultiPartManager) - Method in interface cloud.piranha.webapp.api.WebApplication
Set the multi part manager.
setMultiPartManager(MultiPartManager) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Set the multi part manager.
setName(String) - Method in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Set the name.
setName(String) - Method in class cloud.piranha.webapp.impl.WebXmlCookieConfig
Set the name.
setName(String) - Method in class cloud.piranha.webapp.impl.WebXmlFilterInitParam
Set the name.
setName(String) - Method in class cloud.piranha.webapp.impl.WebXmlServletInitParam
Set the name.
setName(String) - Method in interface javax.servlet.SessionCookieConfig
Set the name.
setNew(boolean) - Method in class cloud.piranha.webapp.impl.DefaultHttpSession
Set the new flag.
setObjectInstanceManager(ObjectInstanceManager) - Method in interface cloud.piranha.webapp.api.WebApplication
Set the object instance manager.
setObjectInstanceManager(ObjectInstanceManager) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Set the object instance manager.
setOffline(boolean) - Method in class cloud.piranha.micro.MicroConfiguration
 
setOutputStream(ServletOutputStream) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Set the output stream.
setParameter(String, String[]) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Set the parameter values.
setPath(String) - Method in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Set the path.
setPath(String) - Method in class javax.servlet.http.Cookie
Set the path.
setPath(String) - Method in interface javax.servlet.SessionCookieConfig
Set the path.
setPathInfo(String) - Method in class cloud.piranha.webapp.impl.AsyncHttpDispatchWrapper
 
setPathInfo(String) - Method in class cloud.piranha.webapp.impl.DefaultServletInvocation
 
setPathInfo(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Set the path info.
setPort(int) - Method in class cloud.piranha.micro.MicroConfiguration
 
setPrefix(String) - Method in class cloud.piranha.resource.PrefixJarResource
Set the prefix.
setProtocol(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Set the protocol.
setQueryString(String) - Method in class cloud.piranha.webapp.impl.AsyncHttpDispatchWrapper
 
setQueryString(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Set the query string.
setReadListener(ReadListener) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Set the read listener.
setReadListener(ReadListener) - Method in class javax.servlet.ServletInputStream
Set the read listener.
setRemoteAddr(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Set the remote address.
setRemoteHost(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Set the remote host.
setRemotePort(int) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Set the remote port.
setRepositories(String) - Method in class cloud.piranha.micro.MicroConfiguration
 
setRequest(HttpServletRequest) - Method in interface cloud.piranha.webapp.api.CurrentRequestHolder
Sets the current HttpServletRequest
setRequest(HttpServletRequest) - Method in class cloud.piranha.webapp.impl.DefaultCurrentRequestHolder
 
setRequest(ServletRequest) - Method in class javax.servlet.ServletRequestWrapper
Set the wrapped request.
setRequestCharacterEncoding(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Set the default request character encoding.
setRequestCharacterEncoding(String) - Method in class cloud.piranha.webapp.impl.WebXml
Set the request character encoding.
setRequestCharacterEncoding(String) - Method in interface javax.servlet.ServletContext
Set the default request character encoding.
setRequestedSessionId(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Set the requested session id.
setRequestedSessionIdFromCookie(boolean) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Set the requested session id from cookie.
setRequestedSessionIdFromURL(boolean) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Set the request session id from URL flag.
setRequestMapper(WebApplicationServerRequestMapper) - Method in interface cloud.piranha.appserver.api.WebApplicationServer
Set the request mapper.
setRequestMapper(WebApplicationServerRequestMapper) - Method in class cloud.piranha.appserver.impl.DefaultWebApplicationServer
Set the request mapper.
setRequestTarget(String) - Method in class cloud.piranha.http.impl.DefaultHttpServerRequest
Set the request target.
setRequestURI(String) - Method in class cloud.piranha.webapp.impl.AsyncHttpDispatchWrapper
 
setResourceManager(ResourceManager) - Method in interface cloud.piranha.resource.api.ResourceManagerClassLoader
Set the resource manager.
setResourceManager(ResourceManager) - Method in class cloud.piranha.resource.DefaultResourceManagerClassLoader
Set the resource manager.
setResourceManager(ResourceManager) - Method in interface cloud.piranha.webapp.api.WebApplication
Set the resource manager.
setResourceManager(ResourceManager) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Set the resource manager.
setResponse(ServletResponse) - Method in class javax.servlet.ServletResponseWrapper
Set the wrapped response.
setResponseCharacterEncoding(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Set the default response character encoding.
setResponseCharacterEncoding(String) - Method in class cloud.piranha.webapp.impl.WebXml
Set the response character encoding.
setResponseCharacterEncoding(String) - Method in interface javax.servlet.ServletContext
Set the default response character encoding.
setResponseCloser(Runnable) - Method in class cloud.piranha.appserver.impl.DefaultWebApplicationServerResponse
 
setRoleLink(String) - Method in class cloud.piranha.webapp.impl.WebXmlServletSecurityRoleRef
 
setRoleName(String) - Method in class cloud.piranha.webapp.impl.WebXmlServletSecurityRoleRef
 
setRollbackOnly() - Method in class cloud.piranha.transaction.nonxa.DefaultTransaction
Set rollback only.
setRollbackOnly() - Method in class cloud.piranha.transaction.nonxa.DefaultTransactionManager
Set the rollback only.
setRollbackOnly() - Method in class cloud.piranha.transaction.nonxa.DefaultUserTransaction
Set rollback only.
setRollbackOnly() - Method in interface javax.transaction.Transaction
Set for rollback only.
setRollbackOnly() - Method in interface javax.transaction.TransactionManager
Set to rollback only.
setRollbackOnly() - Method in interface javax.transaction.TransactionSynchronizationRegistry
Set for rollback only.
setRollbackOnly() - Method in interface javax.transaction.UserTransaction
Set to rollback only.
setRoot(String) - Method in class cloud.piranha.micro.MicroConfiguration
 
setRootDirectory(File) - Method in class cloud.piranha.resource.AliasedDirectoryResource
Set the root directory.
setRootDirectory(File) - Method in class cloud.piranha.resource.DirectoryResource
Set the root directory.
setRunAsRole(String) - Method in class cloud.piranha.webapp.impl.DefaultServletEnvironment
 
setRunAsRole(String) - Method in interface javax.servlet.ServletRegistration.Dynamic
Set the run as role.
setScheme(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Set the scheme.
setSecure(boolean) - Method in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Set the secure flag.
setSecure(boolean) - Method in class javax.servlet.http.Cookie
Set the secure flag.
setSecure(boolean) - Method in interface javax.servlet.SessionCookieConfig
Set the secure flag.
setSecurityManager(SecurityManager) - Method in interface cloud.piranha.webapp.api.WebApplication
Set the security manager.
setSecurityManager(SecurityManager) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Set the security manager.
setServerName(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Set the server name.
setServerPort(int) - Method in interface cloud.piranha.http.api.HttpServer
Set the server port
setServerPort(int) - Method in class cloud.piranha.http.impl.DefaultHttpServer
 
setServerPort(int) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Set the server port.
setServlet(Servlet) - Method in class cloud.piranha.nano.NanoPiranha
Set the servlet.
setServlet(Servlet) - Method in interface cloud.piranha.webapp.api.ServletEnvironment
Set the servlet.
setServlet(Servlet) - Method in class cloud.piranha.webapp.impl.DefaultServletEnvironment
 
setServletContextName(String) - Method in interface cloud.piranha.webapp.api.WebApplication
Set the servlet context name.
setServletContextName(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Set the servlet context name.
setServletEnvironment(ServletEnvironment) - Method in class cloud.piranha.webapp.impl.DefaultServletInvocation
 
setServletName(String) - Method in class cloud.piranha.webapp.impl.DefaultServletInvocation
 
setServletName(String) - Method in class cloud.piranha.webapp.impl.WebXmlFilter
Set the servlet name.
setServletName(String) - Method in class cloud.piranha.webapp.impl.WebXmlServlet
Set the servlet name.
setServletPath(String) - Method in interface cloud.piranha.appserver.api.WebApplicationServerRequest
Set the servlet path.
setServletPath(String) - Method in class cloud.piranha.webapp.impl.AsyncHttpDispatchWrapper
 
setServletPath(String) - Method in class cloud.piranha.webapp.impl.DefaultServletInvocation
 
setServletPath(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Set the servlet path.
setServletSecurity(ServletSecurityElement) - Method in class cloud.piranha.webapp.impl.DefaultServletEnvironment
 
setServletSecurity(ServletSecurityElement) - Method in interface javax.servlet.ServletRegistration.Dynamic
Set the servlet security.
setSessionConfig(WebXmlSessionConfig) - Method in class cloud.piranha.webapp.impl.WebXml
Set the session config.
setSessionManager(HttpSessionManager) - Method in class cloud.piranha.webapp.impl.DefaultHttpSession
Set the HTTP session manager.
setSessionTimeout(int) - Method in interface cloud.piranha.webapp.api.HttpSessionManager
Set the session timeout (in minutes).
setSessionTimeout(int) - Method in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Set the session timeout.
setSessionTimeout(int) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Set the default session timeout.
setSessionTimeout(int) - Method in class cloud.piranha.webapp.impl.WebXmlSessionConfig
Set the session timeout.
setSessionTimeout(int) - Method in interface javax.servlet.ServletContext
Set the default session timeout.
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in interface cloud.piranha.webapp.api.HttpSessionManager
Set the session tracking modes.
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Set the session tracking modes.
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Set the session tracking modes.
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in interface javax.servlet.ServletContext
Set the session tracking modes.
setSSL(boolean) - Method in interface cloud.piranha.http.api.HttpServer
Set the SSL flag
setSSL(boolean) - Method in class cloud.piranha.http.impl.DefaultHttpServer
 
setStatus(int) - Method in interface cloud.piranha.http.api.HttpServerResponse
Set the status.
setStatus(int) - Method in class cloud.piranha.http.impl.DefaultHttpServerResponse
 
setStatus(int) - Method in interface cloud.piranha.webapp.api.FilterEnvironment
Set status.
setStatus(int) - Method in interface cloud.piranha.webapp.api.ServletEnvironment
Set the status.
setStatus(int) - Method in class cloud.piranha.webapp.impl.DefaultFilterEnvironment
Set status.
setStatus(int) - Method in class cloud.piranha.webapp.impl.DefaultServletEnvironment
 
setStatus(int) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Set the status.
setStatus(int) - Method in interface javax.servlet.http.HttpServletResponse
Set the status.
setStatus(int) - Method in class javax.servlet.http.HttpServletResponseWrapper
Set the status.
setStatus(int, String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Deprecated. 
setStatus(int, String) - Method in interface javax.servlet.http.HttpServletResponse
Deprecated. 
setStatus(int, String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Deprecated. 
setTimeout(int) - Method in class cloud.piranha.transaction.nonxa.DefaultTransaction
Set the timeout.
setTimeout(long) - Method in class cloud.piranha.webapp.impl.DefaultAsyncContext
Set the timeout.
setTimeout(long) - Method in interface javax.servlet.AsyncContext
Set the timeout.
setTrailerFields(Supplier<Map<String, String>>) - Method in interface javax.servlet.http.HttpServletResponse
Set the trailer fields supplier.
setTransactionManager(TransactionManager) - Method in class cloud.piranha.transaction.nonxa.DefaultTransaction
Set the transaction manager.
setTransactionTimeout(int) - Method in class cloud.piranha.transaction.nonxa.DefaultTransactionManager
Set the transaction timeout.
setTransactionTimeout(int) - Method in class cloud.piranha.transaction.nonxa.DefaultUserTransaction
Set the transaction timeout.
setTransactionTimeout(int) - Method in interface javax.transaction.TransactionManager
Set the transaction timeout.
setTransactionTimeout(int) - Method in interface javax.transaction.UserTransaction
Set the transaction timeout.
setUnavailableException(Throwable) - Method in interface cloud.piranha.webapp.api.ServletEnvironment
Sets the exception that caused this servlet to become unavailable
setUnavailableException(Throwable) - Method in class cloud.piranha.webapp.impl.DefaultServletEnvironment
 
setUnderlyingOutputStream(OutputStream) - Method in interface cloud.piranha.webapp.api.WebApplicationResponse
Set the underlying output stream.
setUnderlyingOutputStream(OutputStream) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Set the underlying output stream.
SETUP - Static variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the SETUP constant.
setUpgraded(boolean) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Set the upgraded flag.
setUsernamePasswordLoginHandler(SecurityManager.UsernamePasswordLoginHandler) - Method in class cloud.piranha.security.jakarta.JakartaSecurityManager
 
setUsernamePasswordLoginHandler(SecurityManager.UsernamePasswordLoginHandler) - Method in interface cloud.piranha.webapp.api.SecurityManager
Set the handler that may be used by the login method to contact an identity store.
setUserPrincipal(Principal) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Set the user principal.
setValue(String) - Method in class cloud.piranha.webapp.impl.WebXmlFilterInitParam
Set the value.
setValue(String) - Method in class cloud.piranha.webapp.impl.WebXmlServletInitParam
Set the value.
setValue(String) - Method in class javax.servlet.http.Cookie
Set the value.
setVersion(int) - Method in class javax.servlet.http.Cookie
Set the version.
setVersion(String) - Method in class cloud.piranha.micro.MicroConfiguration
 
setVirtualServerName(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Set the virtual server name.
setWebApplication(WebApplication) - Method in interface cloud.piranha.appserver.api.WebApplicationServerRequest
Set the web application.
setWebApplication(WebApplication) - Method in interface cloud.piranha.appserver.api.WebApplicationServerResponse
Set the web application.
setWebApplication(WebApplication) - Method in class cloud.piranha.nano.NanoPiranha
Set the web application.
setWebApplication(WebApplication) - Method in class cloud.piranha.security.jakarta.JakartaSecurityManager
 
setWebApplication(WebApplication) - Method in interface cloud.piranha.webapp.api.FilterEnvironment
Set the web application.
setWebApplication(WebApplication) - Method in interface cloud.piranha.webapp.api.SecurityManager
Set the web application.
setWebApplication(WebApplication) - Method in class cloud.piranha.webapp.impl.DefaultFilterEnvironment
 
setWebApplication(WebApplication) - Method in class cloud.piranha.webapp.impl.DefaultSecurityManager
Set the web application.
setWebApplication(WebApplication) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Set the web application.
setWebApplication(WebApplication) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Set the web application.
setWebApplicationRequestMapper(WebApplicationRequestMapper) - Method in interface cloud.piranha.webapp.api.WebApplication
Set the web application request mapper.
setWebApplicationRequestMapper(WebApplicationRequestMapper) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Set the web application request mapper.
setWebFragments(List<WebXml>) - Method in class cloud.piranha.webapp.impl.WebXmlManager
Set the web fragments.
setWebXml(WebXml) - Method in class cloud.piranha.webapp.impl.WebXmlManager
Set the web.xml.
setWelcomeFileManager(WelcomeFileManager) - Method in interface cloud.piranha.webapp.api.WebApplication
Set the welcome file manager.
setWelcomeFileManager(WelcomeFileManager) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Set the welcome file manager.
setWeldManager(WeldManager) - Method in class cloud.piranha.cdi.weld.WeldCDI
Set the WeldManager.
setWriteListener(WriteListener) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Set the write listener.
setWriteListener(WriteListener) - Method in class javax.servlet.ServletOutputStream
Set the write listener.
ShrinkWrapDirectoryInputStream - Class in cloud.piranha.resource.shrinkwrap
Input stream for reading from an archive entry that represents a directory.
ShrinkWrapDirectoryInputStream(Collection<Node>) - Constructor for class cloud.piranha.resource.shrinkwrap.ShrinkWrapDirectoryInputStream
 
ShrinkWrapResource - Class in cloud.piranha.resource.shrinkwrap
 
ShrinkWrapResource(String, Archive<?>) - Constructor for class cloud.piranha.resource.shrinkwrap.ShrinkWrapResource
 
ShrinkWrapResource(Archive<?>) - Constructor for class cloud.piranha.resource.shrinkwrap.ShrinkWrapResource
 
SingleThreadModel - Interface in javax.servlet
Deprecated. 
smallIcon() - Method in annotation type javax.servlet.annotation.WebFilter
Get the small icon.
smallIcon() - Method in annotation type javax.servlet.annotation.WebServlet
Get the small icon.
SoteriaInitializer - Class in cloud.piranha.security.soteria
The Soteria initializer.
SoteriaInitializer() - Constructor for class cloud.piranha.security.soteria.SoteriaInitializer
 
SoteriaPreCDIInitializer - Class in cloud.piranha.security.soteria
The Soteria initializer.
SoteriaPreCDIInitializer() - Constructor for class cloud.piranha.security.soteria.SoteriaPreCDIInitializer
 
soTimeout - Variable in class cloud.piranha.http.impl.DefaultHttpServer
Stores the SO_TIMEOUT.
source - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
The source object where this web application instance originates from, i.e.
ssl - Variable in class cloud.piranha.http.impl.DefaultHttpServer
Stores the SSL flag.
SSL - javax.servlet.SessionTrackingMode
 
start() - Method in interface cloud.piranha.appserver.api.WebApplicationServer
Start the server.
start() - Method in class cloud.piranha.appserver.impl.DefaultWebApplicationServer
Start the server.
start() - Method in class cloud.piranha.embedded.EmbeddedPiranha
Start the web application.
start() - Method in interface cloud.piranha.http.api.HttpServer
Start the server.
start() - Method in class cloud.piranha.http.impl.DefaultHttpServer
 
start() - Method in interface cloud.piranha.webapp.api.WebApplication
Start servicing.
start() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Start servicing.
start(Runnable) - Method in class cloud.piranha.webapp.impl.DefaultAsyncContext
Start the thread.
start(Runnable) - Method in interface javax.servlet.AsyncContext
Start the thread.
start(Archive<?>, ClassLoader, Map<String, Function<URL, URLConnection>>, Integer) - Method in class cloud.piranha.micro.core.MicroInnerDeployer
 
startAsync() - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Start async processing.
startAsync() - Method in class cloud.piranha.webapp.impl.AsyncHttpDispatchWrapper
 
startAsync() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Start async.
startAsync() - Method in interface javax.servlet.ServletRequest
Start async processing.
startAsync() - Method in class javax.servlet.ServletRequestWrapper
Start async processing.
startAsync(ServletRequest, ServletResponse) - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Start async processing.
startAsync(ServletRequest, ServletResponse) - Method in class cloud.piranha.webapp.impl.AsyncHttpDispatchWrapper
 
startAsync(ServletRequest, ServletResponse) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Start async.
startAsync(ServletRequest, ServletResponse) - Method in interface javax.servlet.ServletRequest
Start async processing.
startAsync(ServletRequest, ServletResponse) - Method in class javax.servlet.ServletRequestWrapper
Start async processing.
StaticStreamHandler - Class in cloud.piranha.micro
 
StaticStreamHandler(String, Map<String, Function<URL, URLConnection>>) - Constructor for class cloud.piranha.micro.StaticStreamHandler
 
StaticURLStreamHandlerFactory - Class in cloud.piranha.micro
A factory for URL stream handlers using a static map to contain handlers.
StaticURLStreamHandlerFactory() - Constructor for class cloud.piranha.micro.StaticURLStreamHandlerFactory
 
status - Variable in class cloud.piranha.webapp.impl.DefaultServletEnvironment
Stores the status.
status - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the status.
status - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Stores the status code.
Status - Interface in javax.transaction
The Status API.
STATUS_ACTIVE - Static variable in interface javax.transaction.Status
Defines the active status.
STATUS_COMMITTED - Static variable in interface javax.transaction.Status
Defines the committed status.
STATUS_COMMITTING - Static variable in interface javax.transaction.Status
Defines the committing status.
STATUS_MARKED_ROLLBACK - Static variable in interface javax.transaction.Status
Defines the marked for rollback status.
STATUS_NO_TRANSACTION - Static variable in interface javax.transaction.Status
Defines the no transaction status.
STATUS_PREPARED - Static variable in interface javax.transaction.Status
Defines the prepared status.
STATUS_PREPARING - Static variable in interface javax.transaction.Status
Defines the preparing status.
STATUS_ROLLEDBACK - Static variable in interface javax.transaction.Status
Defines the rolled back status.
STATUS_ROLLING_BACK - Static variable in interface javax.transaction.Status
Defines the rolling back status.
STATUS_UNKNOWN - Static variable in interface javax.transaction.Status
Defines the unknown status.
statusMessage - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Stores the status message.
stop() - Method in interface cloud.piranha.appserver.api.WebApplicationServer
Stop the server.
stop() - Method in class cloud.piranha.appserver.impl.DefaultWebApplicationServer
Stop the server.
stop() - Method in class cloud.piranha.embedded.EmbeddedPiranha
Stop the web application.
stop() - Method in interface cloud.piranha.http.api.HttpServer
Stop the server.
stop() - Method in class cloud.piranha.http.impl.DefaultHttpServer
 
stop() - Method in class cloud.piranha.micro.core.MicroInnerDeployer
 
stop() - Method in class cloud.piranha.micro.MicroOuterDeployer
 
stop() - Method in class cloud.piranha.micro.MicroPiranha
Stop method.
stop() - Method in interface cloud.piranha.webapp.api.WebApplication
Stop servicing.
stop() - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Stop servicing.
StreamConnection - Class in cloud.piranha.resource.shrinkwrap
 
StreamConnection(URL) - Constructor for class cloud.piranha.resource.shrinkwrap.StreamConnection
 
SUPPORTS - javax.transaction.Transactional.TxType
A transaction can be supported.
suspend() - Method in class cloud.piranha.transaction.nonxa.DefaultTransactionManager
Suspend the transaction.
suspend() - Method in interface javax.transaction.TransactionManager
Suspend the transaction.
Synchronization - Interface in javax.transaction
The Synchronization API.
SystemException - Exception in javax.transaction
The SystemException.
SystemException() - Constructor for exception javax.transaction.SystemException
Constructor.
SystemException(int) - Constructor for exception javax.transaction.SystemException
Constructor.
SystemException(String) - Constructor for exception javax.transaction.SystemException
Constructor.

T

TaglibDescriptor - Interface in javax.servlet.descriptor
The TagLibDescriptor API.
tainted - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
When we're in tainted mode, we have to throw exceptions for a large number of methods.
TEMPDIR - Static variable in interface javax.servlet.ServletContext
Defines the TEMPDIR constant.
TempDirExtension - Class in cloud.piranha.webapp.tempdir
The TEMPDIR WebApplicationExtension.
TempDirExtension() - Constructor for class cloud.piranha.webapp.tempdir.TempDirExtension
 
TempDirInitializer - Class in cloud.piranha.webapp.tempdir
The ServletContext temporary directory initializer.
TempDirInitializer() - Constructor for class cloud.piranha.webapp.tempdir.TempDirInitializer
 
threadFactory - Variable in class cloud.piranha.http.impl.DefaultHttpServer
Stores the thread factory.
toIterable(NodeList) - Static method in class cloud.piranha.webapp.webxml.WebXmlParser
 
toString() - Method in class cloud.piranha.webapp.impl.AsyncHttpDispatchWrapper
 
toString() - Method in class cloud.piranha.webapp.impl.DefaultFilterEnvironment
 
toString() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
 
toString() - Method in class cloud.piranha.webapp.impl.WebXmlServlet
Return string representation.
touch(ResourceLoader, ContainerContext) - Method in class cloud.piranha.cdi.weld.WeldContainer
Touch the container.
Transaction - Interface in javax.transaction
The Transaction API.
Transactional - Annotation Type in javax.transaction
 
Transactional.TxType - Enum in javax.transaction
Defines the Transaction type.
TransactionalException - Exception in javax.transaction
The TransactionalException.
TransactionalException(String, Throwable) - Constructor for exception javax.transaction.TransactionalException
Constructor.
TransactionManager - Interface in javax.transaction
The TransactionManager API.
TransactionRequiredException - Exception in javax.transaction
The TransactionRequiredException.
TransactionRequiredException() - Constructor for exception javax.transaction.TransactionRequiredException
Constructor.
TransactionRequiredException(String) - Constructor for exception javax.transaction.TransactionRequiredException
Constructor.
TransactionRolledbackException - Exception in javax.transaction
The TransactionRolledbackException.
TransactionRolledbackException() - Constructor for exception javax.transaction.TransactionRolledbackException
Constructor.
TransactionRolledbackException(String) - Constructor for exception javax.transaction.TransactionRolledbackException
Constructor.
TransactionScoped - Annotation Type in javax.transaction
The TransactionScoped annotation.
TransactionSynchronizationRegistry - Interface in javax.transaction
The TransactionSynchronizationRegistry.
transportGuarantee - Variable in class cloud.piranha.webapp.impl.WebXml.SecurityConstraint
The list <transport-guarantee> snippet inside <user-data-constraint> Note that we don't map the <user-data-constraint> element separately here
transportGuarantee() - Method in annotation type javax.servlet.annotation.HttpConstraint
Get the TransportGuarantee.
transportGuarantee() - Method in annotation type javax.servlet.annotation.HttpMethodConstraint
Get the TransportGuarantee.

U

UNAVAILABLE - Static variable in interface cloud.piranha.webapp.api.FilterEnvironment
Defines the UNAVAILABLE constant.
UNAVAILABLE - Static variable in interface cloud.piranha.webapp.api.ServletEnvironment
Defines the UNAVAILABLE constant.
unavailableException - Variable in class cloud.piranha.webapp.impl.DefaultServletEnvironment
Stores the unavailableException.
UnavailableException - Exception in javax.servlet
The UnavailableException API.
UnavailableException(int, Servlet, String) - Constructor for exception javax.servlet.UnavailableException
Deprecated. 
UnavailableException(String) - Constructor for exception javax.servlet.UnavailableException
Constructor.
UnavailableException(String, int) - Constructor for exception javax.servlet.UnavailableException
Constructor.
UnavailableException(Servlet, String) - Constructor for exception javax.servlet.UnavailableException
Deprecated. 
unbind(String) - Method in class cloud.piranha.naming.impl.DefaultInitialContext
Unbind the specified name.
unbind(Name) - Method in class cloud.piranha.naming.impl.DefaultInitialContext
Unbind the specified name.
UNCHECKED_PERMISSIONS - Static variable in class cloud.piranha.security.exousia.AuthorizationPreInitializer
 
unlinkRequestAndResponse(ServletRequest, ServletResponse) - Method in interface cloud.piranha.webapp.api.WebApplication
Unlink the request and response.
unlinkRequestAndResponse(ServletRequest, ServletResponse) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Unlink the request and response.
unwrap(HttpServletRequest) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
 
upgrade(Class<T>) - Method in class cloud.piranha.cdi.weld.RealtimeHttpServletRequestWrapper
Upgrade the request.
upgrade(Class<T>) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Upgrade the request.
upgrade(Class<T>) - Method in interface javax.servlet.http.HttpServletRequest
Upgrade the request.
upgrade(Class<T>) - Method in class javax.servlet.http.HttpServletRequestWrapper
Upgrade the request.
upgraded - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the upgraded flag.
upgradeHandler - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the upgrade handler.
URL - javax.servlet.SessionTrackingMode
 
urlPatterns - Variable in class cloud.piranha.webapp.impl.WebXml.SecurityConstraint.WebResourceCollection
The list <url-pattern> snippets inside <web-resource-collection>
urlPatterns() - Method in annotation type javax.servlet.annotation.WebFilter
Get the URL patterns.
urlPatterns() - Method in annotation type javax.servlet.annotation.WebServlet
Get the URL patterns.
userPrincipal - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the user principal.
userRoles - Variable in class cloud.piranha.webapp.impl.DefaultSecurityManager
Stores the user roles.
UserTransaction - Interface in javax.transaction
The UserTransaction API.

V

validate(UsernamePasswordCredential) - Method in class cloud.piranha.micro.core.InMemoryIdentityStore
 
validateRequest(MessageInfo, Subject, Subject) - Method in class cloud.piranha.security.eleos.DoNothingServerAuthModule
 
value() - Method in annotation type javax.servlet.annotation.HandlesTypes
Get the classes.
value() - Method in annotation type javax.servlet.annotation.HttpConstraint
Get the EmptyRoleSemantic.
value() - Method in annotation type javax.servlet.annotation.HttpMethodConstraint
Get the method name.
value() - Method in annotation type javax.servlet.annotation.ServletSecurity
Get the HTTP constraint.
value() - Method in annotation type javax.servlet.annotation.WebFilter
Get the URL patterns.
value() - Method in annotation type javax.servlet.annotation.WebInitParam
Get the value.
value() - Method in annotation type javax.servlet.annotation.WebListener
Get the description.
value() - Method in annotation type javax.servlet.annotation.WebServlet
Get the URL patterns.
value() - Method in annotation type javax.transaction.Transactional
Get the transactional type.
valueBound(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionBindingListener
Handle the value bound event.
valueOf(String) - Static method in enum cloud.piranha.webapp.api.SecurityManager.AuthenticateSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.servlet.annotation.ServletSecurity.EmptyRoleSemantic
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.servlet.annotation.ServletSecurity.TransportGuarantee
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.servlet.DispatcherType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.servlet.http.MappingMatch
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.servlet.SessionTrackingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.transaction.Transactional.TxType
Returns the enum constant of this type with the specified name.
values() - Static method in enum cloud.piranha.webapp.api.SecurityManager.AuthenticateSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.servlet.annotation.ServletSecurity.EmptyRoleSemantic
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.servlet.annotation.ServletSecurity.TransportGuarantee
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.servlet.DispatcherType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.servlet.http.MappingMatch
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.servlet.SessionTrackingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.transaction.Transactional.TxType
Returns an array containing the constants of this enum type, in the order they are declared.
valueUnbound(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionBindingListener
Handle the value unbound event.
verifyMultipartFormData() - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Verify the method is of type "multipart/form-data"
verifyNotCommitted(String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Verify we are not committed.
verifyState(int, String) - Method in class cloud.piranha.webapp.impl.DefaultWebApplication
Verify the web application state.
virtualServerName - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the virtual server name.

W

WebAnnotationExtension - Class in cloud.piranha.webapp.webannotation
The extension for WebAnnotation processing.
WebAnnotationExtension() - Constructor for class cloud.piranha.webapp.webannotation.WebAnnotationExtension
 
WebAnnotationInitializer - Class in cloud.piranha.webapp.webannotation
The web annotations initializer.
WebAnnotationInitializer() - Constructor for class cloud.piranha.webapp.webannotation.WebAnnotationInitializer
 
webApp - Variable in class cloud.piranha.webapp.impl.DefaultServletEnvironment
Stores the web application.
webApplication - Variable in class cloud.piranha.webapp.impl.DefaultHttpSessionManager
Stores the web application.
webApplication - Variable in class cloud.piranha.webapp.impl.DefaultSecurityManager
Stores the web application.
webApplication - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationRequest
Stores the web application
webApplication - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Stores the web application.
webApplication(WebApplication) - Method in class cloud.piranha.embedded.EmbeddedRequestBuilder
Set the web application.
webApplication(WebApplication) - Method in class cloud.piranha.nano.NanoPiranhaBuilder
Set the web application.
webApplication(DefaultWebApplication) - Method in class cloud.piranha.embedded.EmbeddedResponseBuilder
Set the web application.
WebApplication - Interface in cloud.piranha.webapp.api
The WebApplication API.
WebApplicationClassLoader - Interface in cloud.piranha.webapp.api
The WebApplicationClassLoader API.
WebApplicationExtension - Interface in cloud.piranha.webapp.api
The web application extension API.
WebApplicationExtensionContext - Interface in cloud.piranha.webapp.api
The web application extension context API.
WebApplicationRequest - Interface in cloud.piranha.webapp.api
The WebApplicationRequest API.
webApplicationRequestMapper - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the web application request mapper.
WebApplicationRequestMapper - Interface in cloud.piranha.webapp.api
The WebApplicationRequestMapper API.
WebApplicationRequestMapping - Interface in cloud.piranha.webapp.api
The WebApplicationRequestMapping API.
WebApplicationResponse - Interface in cloud.piranha.webapp.api
The WebApplicationResponse API.
webApplications - Variable in class cloud.piranha.appserver.impl.DefaultWebApplicationServer
Stores the web applications.
WebApplicationServer - Interface in cloud.piranha.appserver.api
The WebApplicationServer API.
WebApplicationServerRequest - Interface in cloud.piranha.appserver.api
The WebApplicationServerRequest API.
WebApplicationServerRequestMapper - Interface in cloud.piranha.appserver.api
The WebApplicationServerRequestMapper API.
WebApplicationServerResponse - Interface in cloud.piranha.appserver.api
The WebApplicationServerResponse API.
WebConnection - Interface in javax.servlet.http
The WebConnection API.
WebFilter - Annotation Type in javax.servlet.annotation
The WebFilter API.
WebInitParam - Annotation Type in javax.servlet.annotation
The WebInitParam API.
WebListener - Annotation Type in javax.servlet.annotation
The WebListener API.
WebResourceCollection() - Constructor for class cloud.piranha.webapp.impl.WebXml.SecurityConstraint.WebResourceCollection
 
webResourceCollections - Variable in class cloud.piranha.webapp.impl.WebXml.SecurityConstraint
 
WebServlet - Annotation Type in javax.servlet.annotation
The WebServlet API.
WebXml - Class in cloud.piranha.webapp.impl
The web.xml in object format.
WebXml() - Constructor for class cloud.piranha.webapp.impl.WebXml
 
WebXml.SecurityConstraint - Class in cloud.piranha.webapp.impl
The <security-constraint> snippet inside a web.xml / webfragment.xml.
WebXml.SecurityConstraint.WebResourceCollection - Class in cloud.piranha.webapp.impl
The <web-resource-collection> snippet inside a web.xml / webfragment.xml.
WebXmlContextParam - Class in cloud.piranha.webapp.impl
The web.xml context-param.
WebXmlContextParam(String, String) - Constructor for class cloud.piranha.webapp.impl.WebXmlContextParam
Constructor.
WebXmlCookieConfig - Class in cloud.piranha.webapp.impl
The web.xml session-config cookie-config.
WebXmlCookieConfig() - Constructor for class cloud.piranha.webapp.impl.WebXmlCookieConfig
 
WebXmlErrorPage - Class in cloud.piranha.webapp.impl
The web.xml error-page.
WebXmlErrorPage(String, String, String) - Constructor for class cloud.piranha.webapp.impl.WebXmlErrorPage
Constructor.
WebXmlExtension - Class in cloud.piranha.webapp.webxml
The extension for web.xml processing.
WebXmlExtension() - Constructor for class cloud.piranha.webapp.webxml.WebXmlExtension
 
WebXmlFilter - Class in cloud.piranha.webapp.impl
The web.xml filter.
WebXmlFilter() - Constructor for class cloud.piranha.webapp.impl.WebXmlFilter
 
WebXmlFilterInitParam - Class in cloud.piranha.webapp.impl
The web.xml filter init-param.
WebXmlFilterInitParam() - Constructor for class cloud.piranha.webapp.impl.WebXmlFilterInitParam
 
WebXmlFilterMapping - Class in cloud.piranha.webapp.impl
The web.xml filter-mapping.
WebXmlFilterMapping(String) - Constructor for class cloud.piranha.webapp.impl.WebXmlFilterMapping
Constructor.
WebXmlInitializer - Class in cloud.piranha.webapp.webxml
The web.xml initializer.
WebXmlInitializer() - Constructor for class cloud.piranha.webapp.webxml.WebXmlInitializer
 
WebXmlListener - Class in cloud.piranha.webapp.impl
The web.xml listener.
WebXmlListener(String) - Constructor for class cloud.piranha.webapp.impl.WebXmlListener
Constructor.
WebXmlLoginConfig - Class in cloud.piranha.webapp.impl
The web.xml login-config.
WebXmlLoginConfig(String, String, String, String) - Constructor for class cloud.piranha.webapp.impl.WebXmlLoginConfig
Constructor.
WebXmlManager - Class in cloud.piranha.webapp.impl
The web.xml manager.
WebXmlManager() - Constructor for class cloud.piranha.webapp.impl.WebXmlManager
 
WebXmlMimeMapping - Class in cloud.piranha.webapp.impl
The web.xml mime-mapping.
WebXmlMimeMapping(String, String) - Constructor for class cloud.piranha.webapp.impl.WebXmlMimeMapping
Constructor.
WebXmlParser - Class in cloud.piranha.webapp.webxml
The web.xml / web-fragment.xml parser.
WebXmlParser() - Constructor for class cloud.piranha.webapp.webxml.WebXmlParser
 
WebXmlProcessor - Class in cloud.piranha.webapp.webxml
The web.xml / web-fragment.xml processor.
WebXmlProcessor() - Constructor for class cloud.piranha.webapp.webxml.WebXmlProcessor
 
WebXmlServlet - Class in cloud.piranha.webapp.impl
The web.xml servlet.
WebXmlServlet() - Constructor for class cloud.piranha.webapp.impl.WebXmlServlet
 
WebXmlServletInitParam - Class in cloud.piranha.webapp.impl
The web.xml servlet init-param.
WebXmlServletInitParam() - Constructor for class cloud.piranha.webapp.impl.WebXmlServletInitParam
 
WebXmlServletMapping - Class in cloud.piranha.webapp.impl
The web.xml servlet-mapping
WebXmlServletMapping(String, String) - Constructor for class cloud.piranha.webapp.impl.WebXmlServletMapping
Constructor.
WebXmlServletSecurityRoleRef - Class in cloud.piranha.webapp.impl
The web.xml servlet security-role-ref element.
WebXmlServletSecurityRoleRef() - Constructor for class cloud.piranha.webapp.impl.WebXmlServletSecurityRoleRef
 
WebXmlSessionConfig - Class in cloud.piranha.webapp.impl
The web.xml session-config.
WebXmlSessionConfig() - Constructor for class cloud.piranha.webapp.impl.WebXmlSessionConfig
 
welcomeFileManager - Variable in class cloud.piranha.webapp.impl.DefaultWebApplication
Stores the welcome file manager.
WelcomeFileManager - Interface in cloud.piranha.webapp.api
The WelcomeFileManager API.
WeldCDI - Class in cloud.piranha.cdi.weld
The CDI for Weld.
WeldCDI() - Constructor for class cloud.piranha.cdi.weld.WeldCDI
Constructor.
WeldContainer - Class in cloud.piranha.cdi.weld
The Weld container.
WeldContainer() - Constructor for class cloud.piranha.cdi.weld.WeldContainer
 
WeldHttpServletRequest - Class in cloud.piranha.cdi.weld
An HttpServletRequest wrapper that always delegates every operation to what has been set as the current request.
WeldHttpServletRequest(HttpServletRequest) - Constructor for class cloud.piranha.cdi.weld.WeldHttpServletRequest
 
WeldInitializer - Class in cloud.piranha.cdi.weld
The Weld Integration ServletContainerInitializer.
WeldInitializer() - Constructor for class cloud.piranha.cdi.weld.WeldInitializer
 
WeldInitListener - Class in cloud.piranha.cdi.weld
This Piranha specific Weld initializer forwards all initialization to the original Weld initializer, but modifies the HttpServletRequest that's passed into it.
WeldInitListener() - Constructor for class cloud.piranha.cdi.weld.WeldInitListener
 
WeldObjectInstanceManager - Class in cloud.piranha.cdi.weld
The Weld object instance manager.
WeldObjectInstanceManager() - Constructor for class cloud.piranha.cdi.weld.WeldObjectInstanceManager
 
WeldProvider - Class in cloud.piranha.cdi.weld
The Weld CDI provider.
WeldProvider() - Constructor for class cloud.piranha.cdi.weld.WeldProvider
 
WeldSecurityService - Class in cloud.piranha.cdi.weld
The implementation of this Weld SPI provides the current principal for injection by CDI.
WeldSecurityService() - Constructor for class cloud.piranha.cdi.weld.WeldSecurityService
 
write(int) - Method in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Write the integer.
write(String) - Method in interface javax.servlet.http.Part
Write to the given filename.
writeHeaders() - Method in interface cloud.piranha.http.api.HttpServerResponse
Write the response headers.
writeHeaders() - Method in class cloud.piranha.http.impl.DefaultHttpServerResponse
 
WriteListener - Interface in javax.servlet
The WriteListener API.
writer - Variable in class cloud.piranha.webapp.impl.DefaultWebApplicationResponse
Stores the writer.
writeStatusLine() - Method in interface cloud.piranha.http.api.HttpServerResponse
Write the status line.
writeStatusLine() - Method in class cloud.piranha.http.impl.DefaultHttpServerResponse
 

_

_defineClass(String, byte[], boolean) - Method in class cloud.piranha.resource.DefaultResourceManagerClassLoader
 
_loadClass(String, boolean) - Method in class cloud.piranha.resource.DefaultResourceManagerClassLoader
 
A B C D E F G H I J K L M N O P Q R S T U V W _ 
All Classes|All Packages