Uses of Class
org.apache.juneau.http.response.SeeOther
Packages that use SeeOther
Package
Description
HTTP Response Exception Beans
REST Interface Helper Classes
- 
Uses of SeeOther in org.apache.juneau.httpFields in org.apache.juneau.http declared as SeeOtherModifier and TypeFieldDescriptionstatic final SeeOtherHttpResponses.SEE_OTHERA synonym forINSTANCE.Methods in org.apache.juneau.http that return SeeOther
- 
Uses of SeeOther in org.apache.juneau.http.responseFields in org.apache.juneau.http.response declared as SeeOtherModifier and TypeFieldDescriptionstatic final SeeOtherSeeOther.INSTANCEDefault unmodifiable instanceMethods in org.apache.juneau.http.response that return SeeOtherModifier and TypeMethodDescriptionSeeOther.copy()Creates a builder for this class initialized with the contents of this bean.SeeOther.setContent(String value) SeeOther.setContent(HttpEntity value) SeeOther.setHeader2(String name, String value) SeeOther.setHeader2(Header value) SeeOther.setHeaders(List<Header> values) SeeOther.setHeaders(HeaderList value) SeeOther.setHeaders2(Header... values) SeeOther.setLocale2(Locale value) SeeOther.setLocation(String value) SeeOther.setLocation(URI value) SeeOther.setProtocolVersion(ProtocolVersion value) SeeOther.setReasonPhrase2(String value) SeeOther.setReasonPhraseCatalog(ReasonPhraseCatalog value) SeeOther.setStatusCode2(int value) SeeOther.setStatusLine(BasicStatusLine value) SeeOther.setUnmodifiable()Constructors in org.apache.juneau.http.response with parameters of type SeeOther
- 
Uses of SeeOther in org.apache.juneau.rest.beansSubclasses of SeeOther in org.apache.juneau.rest.beansModifier and TypeClassDescriptionclassConvenience subclass ofSeeOtherfor redirecting a response to the servlet root.