Uses of Class
org.apache.tapestry5.ioc.junit.RegistryShutdownType
-
Packages that use RegistryShutdownType Package Description org.apache.tapestry5.ioc.junit -
-
Uses of RegistryShutdownType in org.apache.tapestry5.ioc.junit
Methods in org.apache.tapestry5.ioc.junit that return RegistryShutdownType Modifier and Type Method Description RegistryShutdownType
shutdown()
Determines the registry lifecyclestatic RegistryShutdownType
RegistryShutdownType. valueOf(String name)
Returns the enum constant of this type with the specified name.static RegistryShutdownType[]
RegistryShutdownType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-