Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbossweb60 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
JbossWebType<T> |
JbossWebType.contextRoot(String contextRoot)
Sets the
context-root element |
JbossWebType<T> |
JbossWebType.depends(String... values)
Creates for all String objects representing
depends elements,
a new depends element |
JbossWebType<T> |
JbossWebType.jaccStarRoleAllow(GenericBooleanType jaccStarRoleAllow)
Sets the
jacc-star-role-allow element |
JbossWebType<T> |
JbossWebType.jaccStarRoleAllow(String jaccStarRoleAllow)
Sets the
jacc-star-role-allow element |
JbossWebType<T> |
JbossWebType.maxActiveSessions(Integer maxActiveSessions)
Sets the
max-active-sessions element |
JbossWebType<T> |
JbossWebType.removeAllDataSource()
Removes all
data-source elements |
JbossWebType<T> |
JbossWebType.removeAllDepends()
Removes the
depends element |
JbossWebType<T> |
JbossWebType.removeAllEjbLocalRef()
Removes all
ejb-local-ref elements |
JbossWebType<T> |
JbossWebType.removeAllEjbRef()
Removes all
ejb-ref elements |
JbossWebType<T> |
JbossWebType.removeAllEnvEntry()
Removes all
env-entry elements |
JbossWebType<T> |
JbossWebType.removeAllMessageDestination()
Removes all
message-destination elements |
JbossWebType<T> |
JbossWebType.removeAllMessageDestinationRef()
Removes all
message-destination-ref elements |
JbossWebType<T> |
JbossWebType.removeAllPersistenceContextRef()
Removes all
persistence-context-ref elements |
JbossWebType<T> |
JbossWebType.removeAllPersistenceUnitRef()
Removes all
persistence-unit-ref elements |
JbossWebType<T> |
JbossWebType.removeAllPostConstruct()
Removes all
post-construct elements |
JbossWebType<T> |
JbossWebType.removeAllPreDestroy()
Removes all
pre-destroy elements |
JbossWebType<T> |
JbossWebType.removeAllResourceEnvRef()
Removes all
resource-env-ref elements |
JbossWebType<T> |
JbossWebType.removeAllResourceRef()
Removes all
resource-ref elements |
JbossWebType<T> |
JbossWebType.removeAllSecurityRole()
Removes all
security-role elements |
JbossWebType<T> |
JbossWebType.removeAllServiceRef()
Removes all
service-ref elements |
JbossWebType<T> |
JbossWebType.removeAllServlet()
Removes all
servlet elements |
JbossWebType<T> |
JbossWebType.removeAllVirtualHost()
Removes the
virtual-host element |
JbossWebType<T> |
JbossWebType.removeAllWebserviceDescription()
Removes all
webservice-description elements |
JbossWebType<T> |
JbossWebType.removeAnnotation()
Removes the
annotation element |
JbossWebType<T> |
JbossWebType.removeClassLoading()
Removes the
class-loading element |
JbossWebType<T> |
JbossWebType.removeContextRoot()
Removes the
context-root element |
JbossWebType<T> |
JbossWebType.removeJaccStarRoleAllow()
Removes the
jacc-star-role-allow attribute |
JbossWebType<T> |
JbossWebType.removeMaxActiveSessions()
Removes the
max-active-sessions element |
JbossWebType<T> |
JbossWebType.removePassivationConfig()
Removes the
passivation-config element |
JbossWebType<T> |
JbossWebType.removeReplicationConfig()
Removes the
replication-config element |
JbossWebType<T> |
JbossWebType.removeSecurityDomain()
Removes the
security-domain element |
JbossWebType<T> |
JbossWebType.removeUseSessionCookies()
Removes the
use-session-cookies attribute |
JbossWebType<T> |
JbossWebType.removeVersion()
Removes the
version attribute |
JbossWebType<T> |
JbossWebType.securityDomain(String securityDomain)
Sets the
security-domain element |
JbossWebType<T> |
JbossWebType.useSessionCookies(GenericBooleanType useSessionCookies)
Sets the
use-session-cookies element |
JbossWebType<T> |
JbossWebType.useSessionCookies(String useSessionCookies)
Sets the
use-session-cookies element |
JbossWebType<T> |
JbossWebType.version(JbossWebVersionType version)
Sets the
version attribute |
JbossWebType<T> |
JbossWebType.version(String version)
Sets the
version attribute |
JbossWebType<T> |
JbossWebType.virtualHost(String... values)
Creates for all String objects representing
virtual-host elements,
a new virtual-host element |
Modifier and Type | Method and Description |
---|---|
DataSourceType<JbossWebType<T>> |
JbossWebType.createDataSource()
Creates a new
data-source element |
EjbLocalRefType<JbossWebType<T>> |
JbossWebType.createEjbLocalRef()
Creates a new
ejb-local-ref element |
EjbRefType<JbossWebType<T>> |
JbossWebType.createEjbRef()
Creates a new
ejb-ref element |
EnvEntryType<JbossWebType<T>> |
JbossWebType.createEnvEntry()
Creates a new
env-entry element |
MessageDestinationType<JbossWebType<T>> |
JbossWebType.createMessageDestination()
Creates a new
message-destination element |
MessageDestinationRefType<JbossWebType<T>> |
JbossWebType.createMessageDestinationRef()
Creates a new
message-destination-ref element |
PersistenceContextRefType<JbossWebType<T>> |
JbossWebType.createPersistenceContextRef()
Creates a new
persistence-context-ref element |
PersistenceUnitRefType<JbossWebType<T>> |
JbossWebType.createPersistenceUnitRef()
Creates a new
persistence-unit-ref element |
LifecycleCallbackType<JbossWebType<T>> |
JbossWebType.createPostConstruct()
Creates a new
post-construct element |
LifecycleCallbackType<JbossWebType<T>> |
JbossWebType.createPreDestroy()
Creates a new
pre-destroy element |
ResourceEnvRefType<JbossWebType<T>> |
JbossWebType.createResourceEnvRef()
Creates a new
resource-env-ref element |
ResourceRefType<JbossWebType<T>> |
JbossWebType.createResourceRef()
Creates a new
resource-ref element |
SecurityRoleType<JbossWebType<T>> |
JbossWebType.createSecurityRole()
Creates a new
security-role element |
ServiceRefType<JbossWebType<T>> |
JbossWebType.createServiceRef()
Creates a new
service-ref element |
ServletType<JbossWebType<T>> |
JbossWebType.createServlet()
Creates a new
servlet element |
WebserviceDescriptionType<JbossWebType<T>> |
JbossWebType.createWebserviceDescription()
Creates a new
webservice-description element |
List<DataSourceType<JbossWebType<T>>> |
JbossWebType.getAllDataSource()
Returns all
data-source elements |
List<EjbLocalRefType<JbossWebType<T>>> |
JbossWebType.getAllEjbLocalRef()
Returns all
ejb-local-ref elements |
List<EjbRefType<JbossWebType<T>>> |
JbossWebType.getAllEjbRef()
Returns all
ejb-ref elements |
List<EnvEntryType<JbossWebType<T>>> |
JbossWebType.getAllEnvEntry()
Returns all
env-entry elements |
List<MessageDestinationType<JbossWebType<T>>> |
JbossWebType.getAllMessageDestination()
Returns all
message-destination elements |
List<MessageDestinationRefType<JbossWebType<T>>> |
JbossWebType.getAllMessageDestinationRef()
Returns all
message-destination-ref elements |
List<PersistenceContextRefType<JbossWebType<T>>> |
JbossWebType.getAllPersistenceContextRef()
Returns all
persistence-context-ref elements |
List<PersistenceUnitRefType<JbossWebType<T>>> |
JbossWebType.getAllPersistenceUnitRef()
Returns all
persistence-unit-ref elements |
List<LifecycleCallbackType<JbossWebType<T>>> |
JbossWebType.getAllPostConstruct()
Returns all
post-construct elements |
List<LifecycleCallbackType<JbossWebType<T>>> |
JbossWebType.getAllPreDestroy()
Returns all
pre-destroy elements |
List<ResourceEnvRefType<JbossWebType<T>>> |
JbossWebType.getAllResourceEnvRef()
Returns all
resource-env-ref elements |
List<ResourceRefType<JbossWebType<T>>> |
JbossWebType.getAllResourceRef()
Returns all
resource-ref elements |
List<SecurityRoleType<JbossWebType<T>>> |
JbossWebType.getAllSecurityRole()
Returns all
security-role elements |
List<ServiceRefType<JbossWebType<T>>> |
JbossWebType.getAllServiceRef()
Returns all
service-ref elements |
List<ServletType<JbossWebType<T>>> |
JbossWebType.getAllServlet()
Returns all
servlet elements |
List<WebserviceDescriptionType<JbossWebType<T>>> |
JbossWebType.getAllWebserviceDescription()
Returns all
webservice-description elements |
AnnotationType<JbossWebType<T>> |
JbossWebType.getOrCreateAnnotation()
If not already created, a new
annotation element with the given value will be created. |
ClassLoadingType<JbossWebType<T>> |
JbossWebType.getOrCreateClassLoading()
If not already created, a new
class-loading element with the given value will be created. |
DataSourceType<JbossWebType<T>> |
JbossWebType.getOrCreateDataSource()
If not already created, a new
data-source element will be created and returned. |
EjbLocalRefType<JbossWebType<T>> |
JbossWebType.getOrCreateEjbLocalRef()
If not already created, a new
ejb-local-ref element will be created and returned. |
EjbRefType<JbossWebType<T>> |
JbossWebType.getOrCreateEjbRef()
If not already created, a new
ejb-ref element will be created and returned. |
EnvEntryType<JbossWebType<T>> |
JbossWebType.getOrCreateEnvEntry()
If not already created, a new
env-entry element will be created and returned. |
MessageDestinationType<JbossWebType<T>> |
JbossWebType.getOrCreateMessageDestination()
If not already created, a new
message-destination element will be created and returned. |
MessageDestinationRefType<JbossWebType<T>> |
JbossWebType.getOrCreateMessageDestinationRef()
If not already created, a new
message-destination-ref element will be created and returned. |
PassivationConfigType<JbossWebType<T>> |
JbossWebType.getOrCreatePassivationConfig()
If not already created, a new
passivation-config element with the given value will be created. |
PersistenceContextRefType<JbossWebType<T>> |
JbossWebType.getOrCreatePersistenceContextRef()
If not already created, a new
persistence-context-ref element will be created and returned. |
PersistenceUnitRefType<JbossWebType<T>> |
JbossWebType.getOrCreatePersistenceUnitRef()
If not already created, a new
persistence-unit-ref element will be created and returned. |
LifecycleCallbackType<JbossWebType<T>> |
JbossWebType.getOrCreatePostConstruct()
If not already created, a new
post-construct element will be created and returned. |
LifecycleCallbackType<JbossWebType<T>> |
JbossWebType.getOrCreatePreDestroy()
If not already created, a new
pre-destroy element will be created and returned. |
ReplicationConfigType<JbossWebType<T>> |
JbossWebType.getOrCreateReplicationConfig()
If not already created, a new
replication-config element with the given value will be created. |
ResourceEnvRefType<JbossWebType<T>> |
JbossWebType.getOrCreateResourceEnvRef()
If not already created, a new
resource-env-ref element will be created and returned. |
ResourceRefType<JbossWebType<T>> |
JbossWebType.getOrCreateResourceRef()
If not already created, a new
resource-ref element will be created and returned. |
SecurityRoleType<JbossWebType<T>> |
JbossWebType.getOrCreateSecurityRole()
If not already created, a new
security-role element will be created and returned. |
ServiceRefType<JbossWebType<T>> |
JbossWebType.getOrCreateServiceRef()
If not already created, a new
service-ref element will be created and returned. |
ServletType<JbossWebType<T>> |
JbossWebType.getOrCreateServlet()
If not already created, a new
servlet element will be created and returned. |
WebserviceDescriptionType<JbossWebType<T>> |
JbossWebType.getOrCreateWebserviceDescription()
If not already created, a new
webservice-description element will be created and returned. |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.