Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jbossweb60.JbossWebDescriptor

Packages that use JbossWebDescriptor
org.jboss.shrinkwrap.descriptor.api.jbossweb60 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of JbossWebDescriptor in org.jboss.shrinkwrap.descriptor.api.jbossweb60
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbossweb60 that return JbossWebDescriptor
 JbossWebDescriptor JbossWebDescriptor.contextRoot(String contextRoot)
          Sets the context-root element
 JbossWebDescriptor JbossWebDescriptor.depends(String... values)
          Creates for all String objects representing depends elements, a new depends element
 JbossWebDescriptor JbossWebDescriptor.jaccStarRoleAllow(GenericBooleanType jaccStarRoleAllow)
          Sets the jacc-star-role-allow element
 JbossWebDescriptor JbossWebDescriptor.jaccStarRoleAllow(String jaccStarRoleAllow)
          Sets the jacc-star-role-allow element
 JbossWebDescriptor JbossWebDescriptor.maxActiveSessions(Integer maxActiveSessions)
          Sets the max-active-sessions element
 JbossWebDescriptor JbossWebDescriptor.removeAllDataSource()
          Removes all data-source elements
 JbossWebDescriptor JbossWebDescriptor.removeAllDepends()
          Removes the depends element
 JbossWebDescriptor JbossWebDescriptor.removeAllEjbLocalRef()
          Removes all ejb-local-ref elements
 JbossWebDescriptor JbossWebDescriptor.removeAllEjbRef()
          Removes all ejb-ref elements
 JbossWebDescriptor JbossWebDescriptor.removeAllEnvEntry()
          Removes all env-entry elements
 JbossWebDescriptor JbossWebDescriptor.removeAllMessageDestination()
          Removes all message-destination elements
 JbossWebDescriptor JbossWebDescriptor.removeAllMessageDestinationRef()
          Removes all message-destination-ref elements
 JbossWebDescriptor JbossWebDescriptor.removeAllPersistenceContextRef()
          Removes all persistence-context-ref elements
 JbossWebDescriptor JbossWebDescriptor.removeAllPersistenceUnitRef()
          Removes all persistence-unit-ref elements
 JbossWebDescriptor JbossWebDescriptor.removeAllPostConstruct()
          Removes all post-construct elements
 JbossWebDescriptor JbossWebDescriptor.removeAllPreDestroy()
          Removes all pre-destroy elements
 JbossWebDescriptor JbossWebDescriptor.removeAllResourceEnvRef()
          Removes all resource-env-ref elements
 JbossWebDescriptor JbossWebDescriptor.removeAllResourceRef()
          Removes all resource-ref elements
 JbossWebDescriptor JbossWebDescriptor.removeAllSecurityRole()
          Removes all security-role elements
 JbossWebDescriptor JbossWebDescriptor.removeAllServiceRef()
          Removes all service-ref elements
 JbossWebDescriptor JbossWebDescriptor.removeAllServlet()
          Removes all servlet elements
 JbossWebDescriptor JbossWebDescriptor.removeAllVirtualHost()
          Removes the virtual-host element
 JbossWebDescriptor JbossWebDescriptor.removeAllWebserviceDescription()
          Removes all webservice-description elements
 JbossWebDescriptor JbossWebDescriptor.removeAnnotation()
          Removes the annotation element
 JbossWebDescriptor JbossWebDescriptor.removeClassLoading()
          Removes the class-loading element
 JbossWebDescriptor JbossWebDescriptor.removeContextRoot()
          Removes the context-root element
 JbossWebDescriptor JbossWebDescriptor.removeJaccStarRoleAllow()
          Removes the jacc-star-role-allow attribute
 JbossWebDescriptor JbossWebDescriptor.removeMaxActiveSessions()
          Removes the max-active-sessions element
 JbossWebDescriptor JbossWebDescriptor.removePassivationConfig()
          Removes the passivation-config element
 JbossWebDescriptor JbossWebDescriptor.removeReplicationConfig()
          Removes the replication-config element
 JbossWebDescriptor JbossWebDescriptor.removeSecurityDomain()
          Removes the security-domain element
 JbossWebDescriptor JbossWebDescriptor.removeUseSessionCookies()
          Removes the use-session-cookies attribute
 JbossWebDescriptor JbossWebDescriptor.removeVersion()
          Removes the version attribute
 JbossWebDescriptor JbossWebDescriptor.securityDomain(String securityDomain)
          Sets the security-domain element
 JbossWebDescriptor JbossWebDescriptor.useSessionCookies(GenericBooleanType useSessionCookies)
          Sets the use-session-cookies element
 JbossWebDescriptor JbossWebDescriptor.useSessionCookies(String useSessionCookies)
          Sets the use-session-cookies element
 JbossWebDescriptor JbossWebDescriptor.version(JbossWebVersionType version)
          Sets the version attribute
 JbossWebDescriptor JbossWebDescriptor.version(String version)
          Sets the version attribute
 JbossWebDescriptor JbossWebDescriptor.virtualHost(String... values)
          Creates for all String objects representing virtual-host elements, a new virtual-host element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbossweb60 that return types with arguments of type JbossWebDescriptor
 DataSourceType<JbossWebDescriptor> JbossWebDescriptor.createDataSource()
          Creates a new data-source element
 EjbLocalRefType<JbossWebDescriptor> JbossWebDescriptor.createEjbLocalRef()
          Creates a new ejb-local-ref element
 EjbRefType<JbossWebDescriptor> JbossWebDescriptor.createEjbRef()
          Creates a new ejb-ref element
 EnvEntryType<JbossWebDescriptor> JbossWebDescriptor.createEnvEntry()
          Creates a new env-entry element
 MessageDestinationType<JbossWebDescriptor> JbossWebDescriptor.createMessageDestination()
          Creates a new message-destination element
 MessageDestinationRefType<JbossWebDescriptor> JbossWebDescriptor.createMessageDestinationRef()
          Creates a new message-destination-ref element
 PersistenceContextRefType<JbossWebDescriptor> JbossWebDescriptor.createPersistenceContextRef()
          Creates a new persistence-context-ref element
 PersistenceUnitRefType<JbossWebDescriptor> JbossWebDescriptor.createPersistenceUnitRef()
          Creates a new persistence-unit-ref element
 LifecycleCallbackType<JbossWebDescriptor> JbossWebDescriptor.createPostConstruct()
          Creates a new post-construct element
 LifecycleCallbackType<JbossWebDescriptor> JbossWebDescriptor.createPreDestroy()
          Creates a new pre-destroy element
 ResourceEnvRefType<JbossWebDescriptor> JbossWebDescriptor.createResourceEnvRef()
          Creates a new resource-env-ref element
 ResourceRefType<JbossWebDescriptor> JbossWebDescriptor.createResourceRef()
          Creates a new resource-ref element
 SecurityRoleType<JbossWebDescriptor> JbossWebDescriptor.createSecurityRole()
          Creates a new security-role element
 ServiceRefType<JbossWebDescriptor> JbossWebDescriptor.createServiceRef()
          Creates a new service-ref element
 ServletType<JbossWebDescriptor> JbossWebDescriptor.createServlet()
          Creates a new servlet element
 WebserviceDescriptionType<JbossWebDescriptor> JbossWebDescriptor.createWebserviceDescription()
          Creates a new webservice-description element
 List<DataSourceType<JbossWebDescriptor>> JbossWebDescriptor.getAllDataSource()
          Returns all data-source elements
 List<EjbLocalRefType<JbossWebDescriptor>> JbossWebDescriptor.getAllEjbLocalRef()
          Returns all ejb-local-ref elements
 List<EjbRefType<JbossWebDescriptor>> JbossWebDescriptor.getAllEjbRef()
          Returns all ejb-ref elements
 List<EnvEntryType<JbossWebDescriptor>> JbossWebDescriptor.getAllEnvEntry()
          Returns all env-entry elements
 List<MessageDestinationType<JbossWebDescriptor>> JbossWebDescriptor.getAllMessageDestination()
          Returns all message-destination elements
 List<MessageDestinationRefType<JbossWebDescriptor>> JbossWebDescriptor.getAllMessageDestinationRef()
          Returns all message-destination-ref elements
 List<PersistenceContextRefType<JbossWebDescriptor>> JbossWebDescriptor.getAllPersistenceContextRef()
          Returns all persistence-context-ref elements
 List<PersistenceUnitRefType<JbossWebDescriptor>> JbossWebDescriptor.getAllPersistenceUnitRef()
          Returns all persistence-unit-ref elements
 List<LifecycleCallbackType<JbossWebDescriptor>> JbossWebDescriptor.getAllPostConstruct()
          Returns all post-construct elements
 List<LifecycleCallbackType<JbossWebDescriptor>> JbossWebDescriptor.getAllPreDestroy()
          Returns all pre-destroy elements
 List<ResourceEnvRefType<JbossWebDescriptor>> JbossWebDescriptor.getAllResourceEnvRef()
          Returns all resource-env-ref elements
 List<ResourceRefType<JbossWebDescriptor>> JbossWebDescriptor.getAllResourceRef()
          Returns all resource-ref elements
 List<SecurityRoleType<JbossWebDescriptor>> JbossWebDescriptor.getAllSecurityRole()
          Returns all security-role elements
 List<ServiceRefType<JbossWebDescriptor>> JbossWebDescriptor.getAllServiceRef()
          Returns all service-ref elements
 List<ServletType<JbossWebDescriptor>> JbossWebDescriptor.getAllServlet()
          Returns all servlet elements
 List<WebserviceDescriptionType<JbossWebDescriptor>> JbossWebDescriptor.getAllWebserviceDescription()
          Returns all webservice-description elements
 AnnotationType<JbossWebDescriptor> JbossWebDescriptor.getOrCreateAnnotation()
          If not already created, a new annotation element with the given value will be created.
 ClassLoadingType<JbossWebDescriptor> JbossWebDescriptor.getOrCreateClassLoading()
          If not already created, a new class-loading element with the given value will be created.
 DataSourceType<JbossWebDescriptor> JbossWebDescriptor.getOrCreateDataSource()
          If not already created, a new data-source element will be created and returned.
 EjbLocalRefType<JbossWebDescriptor> JbossWebDescriptor.getOrCreateEjbLocalRef()
          If not already created, a new ejb-local-ref element will be created and returned.
 EjbRefType<JbossWebDescriptor> JbossWebDescriptor.getOrCreateEjbRef()
          If not already created, a new ejb-ref element will be created and returned.
 EnvEntryType<JbossWebDescriptor> JbossWebDescriptor.getOrCreateEnvEntry()
          If not already created, a new env-entry element will be created and returned.
 MessageDestinationType<JbossWebDescriptor> JbossWebDescriptor.getOrCreateMessageDestination()
          If not already created, a new message-destination element will be created and returned.
 MessageDestinationRefType<JbossWebDescriptor> JbossWebDescriptor.getOrCreateMessageDestinationRef()
          If not already created, a new message-destination-ref element will be created and returned.
 PassivationConfigType<JbossWebDescriptor> JbossWebDescriptor.getOrCreatePassivationConfig()
          If not already created, a new passivation-config element with the given value will be created.
 PersistenceContextRefType<JbossWebDescriptor> JbossWebDescriptor.getOrCreatePersistenceContextRef()
          If not already created, a new persistence-context-ref element will be created and returned.
 PersistenceUnitRefType<JbossWebDescriptor> JbossWebDescriptor.getOrCreatePersistenceUnitRef()
          If not already created, a new persistence-unit-ref element will be created and returned.
 LifecycleCallbackType<JbossWebDescriptor> JbossWebDescriptor.getOrCreatePostConstruct()
          If not already created, a new post-construct element will be created and returned.
 LifecycleCallbackType<JbossWebDescriptor> JbossWebDescriptor.getOrCreatePreDestroy()
          If not already created, a new pre-destroy element will be created and returned.
 ReplicationConfigType<JbossWebDescriptor> JbossWebDescriptor.getOrCreateReplicationConfig()
          If not already created, a new replication-config element with the given value will be created.
 ResourceEnvRefType<JbossWebDescriptor> JbossWebDescriptor.getOrCreateResourceEnvRef()
          If not already created, a new resource-env-ref element will be created and returned.
 ResourceRefType<JbossWebDescriptor> JbossWebDescriptor.getOrCreateResourceRef()
          If not already created, a new resource-ref element will be created and returned.
 SecurityRoleType<JbossWebDescriptor> JbossWebDescriptor.getOrCreateSecurityRole()
          If not already created, a new security-role element will be created and returned.
 ServiceRefType<JbossWebDescriptor> JbossWebDescriptor.getOrCreateServiceRef()
          If not already created, a new service-ref element will be created and returned.
 ServletType<JbossWebDescriptor> JbossWebDescriptor.getOrCreateServlet()
          If not already created, a new servlet element will be created and returned.
 WebserviceDescriptionType<JbossWebDescriptor> JbossWebDescriptor.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.