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.http
Fields in org.apache.juneau.http declared as SeeOtherModifier and TypeFieldDescriptionstatic final SeeOther
HttpResponses.SEE_OTHER
A synonym forINSTANCE
.Methods in org.apache.juneau.http that return SeeOther -
Uses of SeeOther in org.apache.juneau.http.response
Fields in org.apache.juneau.http.response declared as SeeOtherModifier and TypeFieldDescriptionstatic final SeeOther
SeeOther.INSTANCE
Default 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.beans
Subclasses of SeeOther in org.apache.juneau.rest.beansModifier and TypeClassDescriptionclass
Convenience subclass ofSeeOther
for redirecting a response to the servlet root.