Uses of Class
org.cruxframework.crux.core.shared.rest.annotation.GET.CacheControl

Packages that use GET.CacheControl
org.cruxframework.crux.core.server.rest.core.dispatch   
org.cruxframework.crux.core.shared.rest.annotation   
 

Uses of GET.CacheControl in org.cruxframework.crux.core.server.rest.core.dispatch
 

Methods in org.cruxframework.crux.core.server.rest.core.dispatch that return GET.CacheControl
 GET.CacheControl CacheInfo.getCacheControl()
           
 

Methods in org.cruxframework.crux.core.server.rest.core.dispatch with parameters of type GET.CacheControl
 void CacheInfo.setCacheControl(GET.CacheControl cacheControl)
           
 

Uses of GET.CacheControl in org.cruxframework.crux.core.shared.rest.annotation
 

Methods in org.cruxframework.crux.core.shared.rest.annotation that return GET.CacheControl
static GET.CacheControl GET.CacheControl.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GET.CacheControl[] GET.CacheControl.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2014. All rights reserved.