|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceEnumeration | |
---|---|
org.apache.cactus.internal | Contains Cactus internal implementation classes. |
Uses of ServiceEnumeration in org.apache.cactus.internal |
---|
Fields in org.apache.cactus.internal declared as ServiceEnumeration | |
---|---|
static ServiceEnumeration |
ServiceEnumeration.CALL_TEST_SERVICE
Call test method Service. |
static ServiceEnumeration |
ServiceEnumeration.CREATE_SESSION_SERVICE
Service used to create an HTTP session so that it is returned in a cookie. |
static ServiceEnumeration |
ServiceEnumeration.GET_RESULTS_SERVICE
Get the previous test results Service. |
static ServiceEnumeration |
ServiceEnumeration.GET_VERSION_SERVICE
Service that returns a cactus version identifier. |
static ServiceEnumeration |
ServiceEnumeration.RUN_TEST_SERVICE
Noop service for testing. |
Methods in org.apache.cactus.internal that return ServiceEnumeration | |
---|---|
static ServiceEnumeration |
ServiceEnumeration.valueOf(java.lang.String theName)
Returns the enumeration instance corresponding to the provided service name. |
Methods in org.apache.cactus.internal with parameters of type ServiceEnumeration | |
---|---|
void |
RequestDirectives.setService(ServiceEnumeration theService)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |