Uses of Class
org.gatein.pc.api.invocation.response.ResponseProperties
-
Packages that use ResponseProperties Package Description org.gatein.pc.api.invocation.response -
-
Uses of ResponseProperties in org.gatein.pc.api.invocation.response
Methods in org.gatein.pc.api.invocation.response that return ResponseProperties Modifier and Type Method Description ResponsePropertiesContentResponse. getProperties()ResponsePropertiesUpdateNavigationalStateResponse. getProperties()Methods in org.gatein.pc.api.invocation.response with parameters of type ResponseProperties Modifier and Type Method Description voidResponseProperties. append(ResponseProperties appended)voidUpdateNavigationalStateResponse. setProperties(ResponseProperties properties)Constructors in org.gatein.pc.api.invocation.response with parameters of type ResponseProperties Constructor Description ContentResponse(ResponseProperties properties, Map<String,Object> attributes, String contentType, String encoding, byte[] bytes, CacheControl cacheControl)ContentResponse(ResponseProperties properties, Map<String,Object> attributes, String contentType, String encoding, String chars, CacheControl cacheControl)ContentResponse(ResponseProperties properties, Map<String,Object> attributes, String contentType, CacheControl cacheControl)FragmentResponse(ResponseProperties properties, Map<String,Object> attributes, String contentType, String encoding, byte[] bytes, String title, CacheControl cacheControl, Set<Mode> nextModes)FragmentResponse(ResponseProperties properties, Map<String,Object> attributes, String contentType, String encoding, String chars, String title, CacheControl cacheControl, Set<Mode> nextModes)FragmentResponse(ResponseProperties properties, Map<String,Object> attributes, String contentType, String title, CacheControl cacheControl, Set<Mode> nextModes)
-