Constant Field Values


Contents
com.bradmcevoy.*

com.bradmcevoy.http.AbstractRequest
public static final int INFINITY 3

com.bradmcevoy.http.DateUtils
public static final java.lang.String PATTERN_ASCTIME "EEE MMM d HH:mm:ss yyyy"
public static final java.lang.String PATTERN_ASCTIME2 "EEE MMM yyyy HH:mm:ss zzz"
public static final java.lang.String PATTERN_RESPONSE_HEADER "E, dd MMM yyyy HH:mm:ss z"
public static final java.lang.String PATTERN_RFC1036 "EEEE, dd-MMM-yy HH:mm:ss zzz"
public static final java.lang.String PATTERN_RFC1123 "EEE, dd MMM yyyy HH:mm:ss zzz"
public static final java.lang.String PATTERN_RFC1123_NOSECS "EEE, dd MMM yyyy HH:mm zzz"
public static final java.lang.String PATTERN_WEBDAV "yyyy-MM-dd HH:mm:ss"

com.bradmcevoy.http.ResourceHandlerHelper
public static final java.lang.String ATT_NAME_FILES "_files"
public static final java.lang.String ATT_NAME_PARAMS "_params"

com.bradmcevoy.http.Response
public static final java.lang.String HTTP "text/html"
public static final java.lang.String IMAGE_JPG "image/jpg"
public static final java.lang.String MULTIPART "multipart/form-data"
public static final java.lang.String XML "text/xml; charset=UTF-8"

com.bradmcevoy.http.ResponseStatus
public static final int SC_ACCEPTED 202
public static final int SC_BAD_GATEWAY 502
public static final int SC_BAD_REQUEST 400
public static final int SC_CONFLICT 409
public static final int SC_CREATED 201
public static final int SC_EXPECTATION_FAILED 417
public static final int SC_FORBIDDEN 403
public static final int SC_FOUND 302
public static final int SC_GATEWAY_TIMEOUT 504
public static final int SC_GONE 410
public static final int SC_HTTP_VERSION_NOT_SUPPORTED 505
public static final int SC_INTERNAL_SERVER_ERROR 500
public static final int SC_LENGTH_REQUIRED 411
public static final int SC_METHOD_NOT_ALLOWED 405
public static final int SC_MOVED_PERMANENTLY 301
public static final int SC_MOVED_TEMPORARILY 302
public static final int SC_MULTIPLE_CHOICES 300
public static final int SC_NO_CONTENT 204
public static final int SC_NON_AUTHORITATIVE_INFORMATION 203
public static final int SC_NOT_ACCEPTABLE 406
public static final int SC_NOT_FOUND 404
public static final int SC_NOT_IMPLEMENTED 501
public static final int SC_NOT_MODIFIED 304
public static final int SC_OK 200
public static final int SC_PARTIAL_CONTENT 206
public static final int SC_PAYMENT_REQUIRED 402
public static final int SC_PRECONDITION_FAILED 412
public static final int SC_PROXY_AUTHENTICATION_REQUIRED 407
public static final int SC_REQUEST_ENTITY_TOO_LARGE 413
public static final int SC_REQUEST_TIMEOUT 408
public static final int SC_REQUEST_URI_TOO_LONG 414
public static final int SC_REQUESTED_RANGE_NOT_SATISFIABLE 416
public static final int SC_RESET_CONTENT 205
public static final int SC_SEE_OTHER 303
public static final int SC_SERVICE_UNAVAILABLE 503
public static final int SC_TEMPORARY_REDIRECT 307
public static final int SC_UNAUTHORIZED 401
public static final int SC_UNSUPPORTED_MEDIA_TYPE 415
public static final int SC_USE_PROXY 305

com.bradmcevoy.http.StandardFilter
public static final java.lang.String INTERNAL_SERVER_ERROR_HTML "<html><body><h1>Internal Server Error (500)</h1></body></html>"

com.bradmcevoy.http.http11.DefaultHttp11ResponseHandler
public static final java.lang.String CONFLICT_HTML "<html><body><h1>Conflict</h1></body></html>"
public static final java.lang.String METHOD_NOT_ALLOWED_HTML "<html><body><h1>Method Not Allowed</h1></body></html>"
public static final java.lang.String METHOD_NOT_IMPLEMENTED_HTML "<html><body><h1>Method Not Implemented</h1></body></html>"
public static final java.lang.String NOT_AUTHORISED_HTML "<html><body><h1>Not authorised</h1></body></html>"
public static final java.lang.String NOT_FOUND_HTML "<html><body><h1>${url} Not Found (404)</h1></body></html>"
public static final java.lang.String SERVER_ERROR_HTML "<html><body><h1>Server Error</h1></body></html>"

com.bradmcevoy.http.webdav.WebDavProtocol
public static final java.lang.String DAV_URI "DAV:"

com.ettrema.*

com.ettrema.http.fck.FckFileManagerResource
public static final java.lang.String UPLOAD_RESPONSE_TEMPLATE "<script type=\'text/javascript\'>\n window.parent.OnUploadCompleted( \'[code]\', \'[msg]\' ) ;\n</script>\n"
public static final java.lang.String UPLOAD_RESPONSE_TEMPLATE_NORMAL "<script type=\"text/javascript\">\nwindow.parent.frames[\'frmUpload\'].OnUploadCompleted([code],\'[name]\') ;\n</script>\n"

com.ettrema.http.fck.FckQuickUploaderResource
public static final java.lang.String UPLOAD_RESPONSE_TEMPLATE_NORMAL "<script type=\"text/javascript\">\nwindow.parent.frames[\'frmUpload\'].OnUploadCompleted([code],\'[name]\') ;\n</script>\n"



Copyright © 2011. All Rights Reserved.