Uses of Interface
org.apache.struts2.rest.HttpHeaders

Packages that use HttpHeaders
org.apache.struts2.rest   
 

Uses of HttpHeaders in org.apache.struts2.rest
 

Classes in org.apache.struts2.rest that implement HttpHeaders
 class DefaultHttpHeaders
          Default implementation of rest info that uses fluent-style construction
 

Fields in org.apache.struts2.rest declared as HttpHeaders
protected  HttpHeaders RestActionInvocation.httpHeaders
           
 

Methods in org.apache.struts2.rest that return HttpHeaders
 HttpHeaders RestActionSupport.createContinue()
          By default, return continue.
 HttpHeaders RestActionSupport.options()
          Inspect the implemented methods to know the allowed http methods.
 HttpHeaders RestActionSupport.updateContinue()
          By default, return continue.
 



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.