Uses of Class
org.springframework.extensions.webscripts.Description.Lifecycle

Packages that use Description.Lifecycle
org.springframework.extensions.webscripts   
 

Uses of Description.Lifecycle in org.springframework.extensions.webscripts
 

Methods in org.springframework.extensions.webscripts that return Description.Lifecycle
 Description.Lifecycle DescriptionImpl.getLifecycle()
           
 Description.Lifecycle Description.getLifecycle()
          Get the lifecycle
static Description.Lifecycle Description.Lifecycle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Description.Lifecycle[] Description.Lifecycle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.springframework.extensions.webscripts with parameters of type Description.Lifecycle
 void DescriptionImpl.setLifecycle(Description.Lifecycle lifecycle)
          Sets the lifecycle
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.