Uses of Interface
org.apache.struts2.rest.HttpHeaders
Packages that use HttpHeaders
-
Uses of HttpHeaders in org.apache.struts2.rest
Classes in org.apache.struts2.rest that implement HttpHeadersModifier and TypeClassDescriptionclass
Default implementation of rest info that uses fluent-style constructionFields in org.apache.struts2.rest declared as HttpHeadersMethods in org.apache.struts2.rest that return HttpHeadersModifier and TypeMethodDescriptionRestActionSupport.createContinue()
By default, return continue.RestActionSupport.options()
Inspect the implemented methods to know the allowed http methods.RestActionSupport.updateContinue()
By default, return continue.