Uses of Class
org.gatein.pc.api.invocation.response.ResponseProperties
Packages that use ResponseProperties
-
Uses of ResponseProperties in org.gatein.pc.api.invocation.response
Methods in org.gatein.pc.api.invocation.response that return ResponsePropertiesModifier and TypeMethodDescriptionContentResponse.getProperties()UpdateNavigationalStateResponse.getProperties()Methods in org.gatein.pc.api.invocation.response with parameters of type ResponsePropertiesModifier and TypeMethodDescriptionvoidResponseProperties.append(ResponseProperties appended) voidUpdateNavigationalStateResponse.setProperties(ResponseProperties properties) Constructors in org.gatein.pc.api.invocation.response with parameters of type ResponsePropertiesModifierConstructorDescriptionContentResponse(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)