Uses of Class
org.apache.struts2.result.plain.ResponseBuilder
Packages that use ResponseBuilder
- 
Uses of ResponseBuilder in org.apache.struts2.resultMethods in org.apache.struts2.result with parameters of type ResponseBuilderModifier and TypeMethodDescriptionvoidPlainResult.write(ResponseBuilder response) Implement this method in action using lambdas
- 
Uses of ResponseBuilder in org.apache.struts2.result.plainMethods in org.apache.struts2.result.plain that return ResponseBuilderModifier and TypeMethodDescriptionResponseBuilder.withContentType(String contentType) ResponseBuilder.withContentTypeJson()ResponseBuilder.withContentTypeTextHtml()ResponseBuilder.withContentTypeTextPlain()ResponseBuilder.withCookie(String name, String value) ResponseBuilder.withHeader(String name, Integer value) ResponseBuilder.withHeader(String name, Long value) ResponseBuilder.withHeader(String name, String value)