Uses of Class
abk.j2ee.dispatch.AHttpStatusDispatcher

Packages that use AHttpStatusDispatcher
abk.j2ee.dispatch   
 

Uses of AHttpStatusDispatcher in abk.j2ee.dispatch
 

Methods in abk.j2ee.dispatch that return AHttpStatusDispatcher
static AHttpStatusDispatcher AHttpStatusDispatcher.SC_ACCEPTED(String msg)
           
static AHttpStatusDispatcher AHttpStatusDispatcher.SC_CONTINUE(String msg)
           
static AHttpStatusDispatcher AHttpStatusDispatcher.SC_CREATED(String msg)
           
static AHttpStatusDispatcher AHttpStatusDispatcher.SC_FOUND(String location)
           
static AHttpStatusDispatcher AHttpStatusDispatcher.SC_MOVED_PERMANENTLY(String location)
           
static AHttpStatusDispatcher AHttpStatusDispatcher.SC_MOVED_TEMPORARILY(String location)
           
static AHttpStatusDispatcher AHttpStatusDispatcher.SC_MULTIPLE_CHOICES(String... locations)
           
static AHttpStatusDispatcher AHttpStatusDispatcher.SC_NO_CONTENT(String msg)
           
static AHttpStatusDispatcher AHttpStatusDispatcher.SC_NON_AUTHORITATIVE_INFORMATION(String msg)
           
static AHttpStatusDispatcher AHttpStatusDispatcher.SC_NOT_FOUND(String msg)
           
static AHttpStatusDispatcher AHttpStatusDispatcher.SC_NOT_MODIFIED(String msg)
           
static AHttpStatusDispatcher AHttpStatusDispatcher.SC_OK(String msg)
           
static AHttpStatusDispatcher AHttpStatusDispatcher.SC_PARTIAL_CONTENT(String msg)
           
static AHttpStatusDispatcher AHttpStatusDispatcher.SC_RESET_CONTENT(String msg)
           
static AHttpStatusDispatcher AHttpStatusDispatcher.SC_SEE_OTHER(String location)
           
static AHttpStatusDispatcher AHttpStatusDispatcher.SC_SWITCHING_PROTOCOLS(String msg)
           
static AHttpStatusDispatcher AHttpStatusDispatcher.SC_USE_PROXY(String location)
           
static AHttpStatusDispatcher AHttpStatusDispatcher.withLocation(int statusCode, String... location)
           
static AHttpStatusDispatcher AHttpStatusDispatcher.withMessage(int statusCode, String msg)
           
 



Copyright © 2024. All rights reserved.