Skip navigation links
WildFly: Web Common Classes 10.0.0.Alpha1
A C D E F G I N O P R S W 

A

addAdditionalDependency(ServiceName) - Method in class org.jboss.as.web.common.WarMetaData
 
addInitParam(String, String) - Method in class org.jboss.as.web.host.ServletBuilder
 
addMimeMapping(String, String) - Method in class org.jboss.as.web.host.WebDeploymentBuilder
 
addServlet(ServletBuilder) - Method in class org.jboss.as.web.host.WebDeploymentBuilder
 
addUrlMapping(String) - Method in class org.jboss.as.web.host.ServletBuilder
 
addUrlMappings(String...) - Method in class org.jboss.as.web.host.ServletBuilder
 
addUrlMappings(Collection<String>) - Method in class org.jboss.as.web.host.ServletBuilder
 
addWebDeployment(WebDeploymentBuilder) - Method in interface org.jboss.as.web.host.WebHost
 
ApplicationContextWrapper - Interface in org.jboss.as.web.host
This is basically just a hack for the OSGi HttpService that allows different deployments to share a servlet context.
ATTACHMENT_KEY - Static variable in interface org.jboss.as.web.common.ExpressionFactoryWrapper
 
ATTACHMENT_KEY - Static variable in class org.jboss.as.web.common.ServletContextAttribute
 
ATTACHMENT_KEY - Static variable in class org.jboss.as.web.common.SharedTldsMetaDataBuilder
 
ATTACHMENT_KEY - Static variable in class org.jboss.as.web.common.WarMetaData
 
ATTACHMENT_KEY - Static variable in interface org.jboss.as.web.host.ContextActivator
 

C

CommonWebServer - Interface in org.jboss.as.web.host
 
ContextActivator - Interface in org.jboss.as.web.host
 
create() - Method in interface org.jboss.as.web.host.WebDeploymentController
 

D

decode(String) - Method in interface org.jboss.as.web.session.SessionIdentifierCodec
Decodes the specified session identifier encoded via SessionIdentifierCodec.encode(String).
decode(String) - Method in class org.jboss.as.web.session.SimpleSessionIdentifierCodec
 
DEFAULT_DELIMITER - Static variable in class org.jboss.as.web.session.SimpleRoutingSupport
 
destroy() - Method in interface org.jboss.as.web.host.WebDeploymentController
 
destroyInstance(Object) - Method in class org.jboss.as.web.common.WebInjectionContainer
 

E

encode(String) - Method in interface org.jboss.as.web.session.SessionIdentifierCodec
Encodes the specified session identifier
encode(String) - Method in class org.jboss.as.web.session.SimpleSessionIdentifierCodec
 
ExpressionFactoryWrapper - Interface in org.jboss.as.web.common
 

F

format(String, String) - Method in interface org.jboss.as.web.session.RoutingSupport
Formats the specified session identifier and route identifier into a single identifier.
format(String, String) - Method in class org.jboss.as.web.session.SimpleRoutingSupport
 

G

getAdditionalDependencies() - Method in class org.jboss.as.web.common.WarMetaData
 
getAdditionalModuleAnnotationsMetadata() - Method in class org.jboss.as.web.common.WarMetaData
 
getAnnotationsMetaData() - Method in class org.jboss.as.web.common.WarMetaData
 
getApplicationContextWrapper() - Method in class org.jboss.as.web.host.WebDeploymentBuilder
 
getClassLoader() - Method in class org.jboss.as.web.host.WebDeploymentBuilder
 
getComponentRegistry() - Method in class org.jboss.as.web.common.WebInjectionContainer
 
getContextRoot() - Method in class org.jboss.as.web.host.WebDeploymentBuilder
 
getDocumentRoot() - Method in class org.jboss.as.web.host.WebDeploymentBuilder
 
getInitParams() - Method in class org.jboss.as.web.host.ServletBuilder
 
getInjectionContainer() - Static method in class org.jboss.as.web.common.StartupContext
 
getJBossWebMetaData() - Method in class org.jboss.as.web.common.WarMetaData
 
getMergedJBossWebMetaData() - Method in class org.jboss.as.web.common.WarMetaData
 
getMimeTypes() - Method in class org.jboss.as.web.host.WebDeploymentBuilder
 
getName() - Method in class org.jboss.as.web.common.ServletContextAttribute
Get the attribute name.
getOrder() - Method in class org.jboss.as.web.common.WarMetaData
 
getOverlays() - Method in class org.jboss.as.web.common.WarMetaData
 
getPort(String, boolean) - Method in interface org.jboss.as.web.host.CommonWebServer
 
getScis() - Method in class org.jboss.as.web.common.WarMetaData
 
getServlet() - Method in class org.jboss.as.web.host.ServletBuilder
 
getServletClass() - Method in class org.jboss.as.web.host.ServletBuilder
 
getServletContext() - Method in interface org.jboss.as.web.host.ContextActivator
Return the servlet context
getServletName() - Method in class org.jboss.as.web.host.ServletBuilder
 
getServlets() - Method in class org.jboss.as.web.host.WebDeploymentBuilder
 
getSharedTlds(DeploymentUnit) - Method in class org.jboss.as.web.common.SharedTldsMetaDataBuilder
 
getSharedWebMetaData() - Method in class org.jboss.as.web.common.WarMetaData
 
getTempDir() - Method in class org.jboss.as.web.common.WarMetaData
 
getUrlMappings() - Method in class org.jboss.as.web.host.ServletBuilder
 
getValue() - Method in class org.jboss.as.web.common.ServletContextAttribute
Get the attribute value.
getWebFragmentsMetaData() - Method in class org.jboss.as.web.common.WarMetaData
 
getWebMetaData() - Method in class org.jboss.as.web.common.WarMetaData
 

I

isForceInit() - Method in class org.jboss.as.web.host.ServletBuilder
 
isIntercepted() - Method in class org.jboss.as.web.common.WebComponentDescription
 
isNoOrder() - Method in class org.jboss.as.web.common.WarMetaData
 
isOptional() - Method in class org.jboss.as.web.common.WebComponentDescription
Web components are optional.
isWebApplicationBundle(DeploymentUnit) - Static method in class org.jboss.as.web.common.WebApplicationBundleUtils
 

N

newInstance(String) - Method in class org.jboss.as.web.common.WebInjectionContainer
 
newInstance(Class<?>) - Method in class org.jboss.as.web.common.WebInjectionContainer
 
newInstance(Object) - Method in class org.jboss.as.web.common.WebInjectionContainer
 
newInstance(String, ClassLoader) - Method in class org.jboss.as.web.common.WebInjectionContainer
 

O

org.jboss.as.web.common - package org.jboss.as.web.common
 
org.jboss.as.web.host - package org.jboss.as.web.host
 
org.jboss.as.web.session - package org.jboss.as.web.session
 

P

parse(String) - Method in interface org.jboss.as.web.session.RoutingSupport
Parses the routing information from the specified session identifier.
parse(String) - Method in class org.jboss.as.web.session.SimpleRoutingSupport
 

R

RoutingSupport - Interface in org.jboss.as.web.session
Exposes the mechanism for parsing and formation routing information from/into a requested session identifier.

S

SERVICE_NAME - Static variable in interface org.jboss.as.web.host.CommonWebServer
 
SERVICE_NAME - Static variable in interface org.jboss.as.web.host.WebHost
 
ServletBuilder - Class in org.jboss.as.web.host
 
ServletBuilder() - Constructor for class org.jboss.as.web.host.ServletBuilder
 
ServletContextAttribute - Class in org.jboss.as.web.common
Configuration object used to store a ServletContext attribute name and value.
ServletContextAttribute(String, Object) - Constructor for class org.jboss.as.web.common.ServletContextAttribute
Create a new instance.
SessionIdentifierCodec - Interface in org.jboss.as.web.session
Encapsulates logic to encode/decode additional information in/from a session identifier.
setAdditionalModuleAnnotationsMetadata(List<WebMetaData>) - Method in class org.jboss.as.web.common.WarMetaData
 
setAnnotationsMetaData(Map<String, WebMetaData>) - Method in class org.jboss.as.web.common.WarMetaData
 
setApplicationContextWrapper(ApplicationContextWrapper) - Method in class org.jboss.as.web.host.WebDeploymentBuilder
 
setClassLoader(ClassLoader) - Method in class org.jboss.as.web.host.WebDeploymentBuilder
 
setContextRoot(String) - Method in class org.jboss.as.web.host.WebDeploymentBuilder
 
setDocumentRoot(File) - Method in class org.jboss.as.web.host.WebDeploymentBuilder
 
setForceInit(boolean) - Method in class org.jboss.as.web.host.ServletBuilder
 
setInjectionContainer(WebInjectionContainer) - Static method in class org.jboss.as.web.common.StartupContext
 
setJBossWebMetaData(JBossWebMetaData) - Method in class org.jboss.as.web.common.WarMetaData
 
setMergedJBossWebMetaData(JBossWebMetaData) - Method in class org.jboss.as.web.common.WarMetaData
 
setNoOrder(boolean) - Method in class org.jboss.as.web.common.WarMetaData
 
setOrder(List<String>) - Method in class org.jboss.as.web.common.WarMetaData
 
setOverlays(Set<VirtualFile>) - Method in class org.jboss.as.web.common.WarMetaData
 
setScis(Map<String, VirtualFile>) - Method in class org.jboss.as.web.common.WarMetaData
 
setServlet(Servlet) - Method in class org.jboss.as.web.host.ServletBuilder
 
setServletClass(Class<?>) - Method in class org.jboss.as.web.host.ServletBuilder
 
setServletName(String) - Method in class org.jboss.as.web.host.ServletBuilder
 
setSharedWebMetaData(WebMetaData) - Method in class org.jboss.as.web.common.WarMetaData
 
setTempDir(File) - Method in class org.jboss.as.web.common.WarMetaData
 
setWebFragmentsMetaData(Map<String, WebFragmentMetaData>) - Method in class org.jboss.as.web.common.WarMetaData
 
setWebMetaData(WebMetaData) - Method in class org.jboss.as.web.common.WarMetaData
 
SharedTldsMetaDataBuilder - Class in org.jboss.as.web.common
Internal helper creating a shared TLD metadata list based on the domain configuration.
SharedTldsMetaDataBuilder(ModelNode) - Constructor for class org.jboss.as.web.common.SharedTldsMetaDataBuilder
 
SimpleRoutingSupport - Class in org.jboss.as.web.session
Implements logic for parsing/appending routing information from/to a session identifier.
SimpleRoutingSupport() - Constructor for class org.jboss.as.web.session.SimpleRoutingSupport
 
SimpleRoutingSupport(String) - Constructor for class org.jboss.as.web.session.SimpleRoutingSupport
 
SimpleSessionIdentifierCodec - Class in org.jboss.as.web.session
Simple codec implementation that uses a static route source.
SimpleSessionIdentifierCodec(RoutingSupport, Value<String>) - Constructor for class org.jboss.as.web.session.SimpleSessionIdentifierCodec
 
start() - Method in interface org.jboss.as.web.host.WebDeploymentController
 
startContext() - Method in interface org.jboss.as.web.host.ContextActivator
Start the web context synchronously.
StartupContext - Class in org.jboss.as.web.common
Contains context information that is exposed on startup via a thread local
StartupContext() - Constructor for class org.jboss.as.web.common.StartupContext
 
stop() - Method in interface org.jboss.as.web.host.WebDeploymentController
 
stopContext() - Method in interface org.jboss.as.web.host.ContextActivator
Stop the web context synchronously.

W

WarMetaData - Class in org.jboss.as.web.common
 
WarMetaData() - Constructor for class org.jboss.as.web.common.WarMetaData
 
WEB_COMPONENTS - Static variable in class org.jboss.as.web.common.WebComponentDescription
 
WebApplicationBundleUtils - Class in org.jboss.as.web.common
Utility methods for OSGi WebApplications (WAB).
WebApplicationBundleUtils() - Constructor for class org.jboss.as.web.common.WebApplicationBundleUtils
 
WebComponentDescription - Class in org.jboss.as.web.common
 
WebComponentDescription(String, String, EEModuleDescription, ServiceName, EEApplicationClasses) - Constructor for class org.jboss.as.web.common.WebComponentDescription
 
WebDeploymentBuilder - Class in org.jboss.as.web.host
 
WebDeploymentBuilder() - Constructor for class org.jboss.as.web.host.WebDeploymentBuilder
 
WebDeploymentController - Interface in org.jboss.as.web.host
 
WebHost - Interface in org.jboss.as.web.host
 
WebInjectionContainer - Class in org.jboss.as.web.common
The web injection container.
WebInjectionContainer(ClassLoader, ComponentRegistry) - Constructor for class org.jboss.as.web.common.WebInjectionContainer
 
wrap(ExpressionFactory, ServletContext) - Method in interface org.jboss.as.web.common.ExpressionFactoryWrapper
 
wrap(Object) - Method in interface org.jboss.as.web.host.ApplicationContextWrapper
 
A C D E F G I N O P R S W 
Skip navigation links
WildFly: Web Common Classes 10.0.0.Alpha1

Copyright © 2015 JBoss by Red Hat. All rights reserved.