Uses of Class
org.apache.cxf.transports.http.configuration.ServerCacheControlType

Packages that use ServerCacheControlType
org.apache.cxf.transports.http.configuration   
 

Uses of ServerCacheControlType in org.apache.cxf.transports.http.configuration
 

Fields in org.apache.cxf.transports.http.configuration declared as ServerCacheControlType
protected  ServerCacheControlType HTTPServerPolicy.cacheControl
           
 

Methods in org.apache.cxf.transports.http.configuration that return ServerCacheControlType
static ServerCacheControlType ServerCacheControlType.fromValue(java.lang.String v)
           
 ServerCacheControlType HTTPServerPolicy.getCacheControl()
          Gets the value of the cacheControl property.
static ServerCacheControlType ServerCacheControlType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ServerCacheControlType[] ServerCacheControlType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.cxf.transports.http.configuration with parameters of type ServerCacheControlType
 void HTTPServerPolicy.setCacheControl(ServerCacheControlType value)
          Sets the value of the cacheControl property.
 



Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.