Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.application6 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.javaee6 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.jbossweb60 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
GenericBooleanType |
ApplicationType.getInitializeInOrder()
Returns the
initialize-in-order element |
GenericBooleanType |
ApplicationDescriptor.getInitializeInOrder()
Returns the
initialize-in-order element |
Modifier and Type | Method and Description |
---|---|
ApplicationType<T> |
ApplicationType.initializeInOrder(GenericBooleanType initializeInOrder)
Sets the
initialize-in-order element |
ApplicationDescriptor |
ApplicationDescriptor.initializeInOrder(GenericBooleanType initializeInOrder)
Sets the
initialize-in-order element |
Modifier and Type | Method and Description |
---|---|
static GenericBooleanType |
GenericBooleanType.getFromStringValue(String value) |
static GenericBooleanType |
GenericBooleanType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenericBooleanType[] |
GenericBooleanType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GenericBooleanType |
JbossWebDescriptor.getJaccStarRoleAllow()
Returns the
jacc-star-role-allow element |
GenericBooleanType |
JbossWebType.getJaccStarRoleAllow()
Returns the
jacc-star-role-allow element |
GenericBooleanType |
ReplicationConfigType.getUseJk()
Returns the
use-jk element |
GenericBooleanType |
JbossWebDescriptor.getUseSessionCookies()
Returns the
use-session-cookies element |
GenericBooleanType |
JbossWebType.getUseSessionCookies()
Returns the
use-session-cookies element |
GenericBooleanType |
PassivationConfigType.getUseSessionPassivation()
Returns the
use-session-passivation element |
Modifier and Type | Method and Description |
---|---|
JbossWebDescriptor |
JbossWebDescriptor.jaccStarRoleAllow(GenericBooleanType jaccStarRoleAllow)
Sets the
jacc-star-role-allow element |
JbossWebType<T> |
JbossWebType.jaccStarRoleAllow(GenericBooleanType jaccStarRoleAllow)
Sets the
jacc-star-role-allow element |
ReplicationConfigType<T> |
ReplicationConfigType.useJk(GenericBooleanType useJk)
Sets the
use-jk element |
JbossWebDescriptor |
JbossWebDescriptor.useSessionCookies(GenericBooleanType useSessionCookies)
Sets the
use-session-cookies element |
JbossWebType<T> |
JbossWebType.useSessionCookies(GenericBooleanType useSessionCookies)
Sets the
use-session-cookies element |
PassivationConfigType<T> |
PassivationConfigType.useSessionPassivation(GenericBooleanType useSessionPassivation)
Sets the
use-session-passivation element |
Copyright © 2014 JBoss by Red Hat. All rights reserved.