public interface JBossWebContainer<T extends <any>>
jboss-web.xml
capabilities.Modifier and Type | Field and Description |
---|---|
static String |
JBOSS_WEB_PATH |
Modifier and Type | Method and Description |
---|---|
default JBossWebAsset |
findJbossWebAsset()
Locate and load, or create a
jboss-web.xml asset for this archive. |
default String |
getContextRoot()
Retrieve the context root of this deployment.
|
default String |
getSecurityDomain()
Retrieve the security domain of this deployment.
|
default T |
setContextRoot(String contextRoot)
Set the context root of this deployments.
|
default T |
setSecurityDomain(String securityDomain)
Set the security domain of this deployment.
|
static final String JBOSS_WEB_PATH
default T setContextRoot(String contextRoot)
contextRoot
- The context root.default String getContextRoot()
default String getSecurityDomain()
default T setSecurityDomain(String securityDomain)
securityDomain
- The security domain.default JBossWebAsset findJbossWebAsset()
jboss-web.xml
asset for this archive.jboss-web.xml
asset.Copyright © 2019 JBoss by Red Hat. All rights reserved.