Uses of Class
org.apache.juneau.rest.beans.SeeOtherRoot
Packages that use SeeOtherRoot
Package
Description
REST Server Examples
REST Interface Helper Classes
-
Uses of SeeOtherRoot in org.apache.juneau.examples.rest
Methods in org.apache.juneau.examples.rest that return SeeOtherRootModifier and TypeMethodDescriptionUtilityBeansResource.aSeeOtherRoot()[HTTP GET /utilitybeans/SeeOtherRoot] -
Uses of SeeOtherRoot in org.apache.juneau.rest.beans
Fields in org.apache.juneau.rest.beans declared as SeeOtherRootModifier and TypeFieldDescriptionstatic final SeeOtherRootSeeOtherRoot.INSTANCEReusable instance.Methods in org.apache.juneau.rest.beans that return SeeOtherRootModifier and TypeMethodDescriptionSeeOtherRoot.copy()SeeOtherRoot.setContent(String value) SeeOtherRoot.setContent(HttpEntity value) SeeOtherRoot.setHeader2(String name, String value) SeeOtherRoot.setHeader2(Header value) SeeOtherRoot.setHeaders(List<Header> values) SeeOtherRoot.setHeaders(HeaderList value) SeeOtherRoot.setHeaders2(Header... values) SeeOtherRoot.setLocale2(Locale value) SeeOtherRoot.setLocation(String value) SeeOtherRoot.setLocation(URI value) SeeOtherRoot.setProtocolVersion(ProtocolVersion value) SeeOtherRoot.setReasonPhrase2(String value) SeeOtherRoot.setReasonPhraseCatalog(ReasonPhraseCatalog value) SeeOtherRoot.setStatusCode2(int value) SeeOtherRoot.setStatusLine(BasicStatusLine value) SeeOtherRoot.setUnmodifiable()Constructors in org.apache.juneau.rest.beans with parameters of type SeeOtherRoot