Constant Field Values


Contents
org.springframework.*

org.springframework.extensions.config.ServerConfigElement
public static final String CONFIG_ELEMENT_ID "server"

org.springframework.extensions.config.ServerElementReader
public static final String ELEMENT_HOSTNAME "hostname"
public static final String ELEMENT_PORT "port"
public static final String ELEMENT_SCHEME "scheme"

org.springframework.extensions.webscripts.JarStore
public static final String JAR_PROTOCOL "jar"

org.springframework.extensions.webscripts.PreviewContext
public static final String DEFAULT_STORE_ID "sitestore"

org.springframework.extensions.webscripts.RemoteStore
public static final String DEFAULT_API "/remotestore"
public static final String DEFAULT_ENDPOINT_ID "alfresco"

org.springframework.extensions.webscripts.Status
public static final int STATUS_ACCEPTED 202
public static final int STATUS_BAD_GATEWAY 502
public static final int STATUS_BAD_REQUEST 400
public static final int STATUS_CONFLICT 409
public static final int STATUS_CONTINUE 100
public static final int STATUS_CREATED 201
public static final int STATUS_EXPECTATION_FAILED 417
public static final int STATUS_FORBIDDEN 403
public static final int STATUS_FOUND 302
public static final int STATUS_GATEWAY_TIMEOUT 504
public static final int STATUS_GONE 410
public static final int STATUS_HTTP_VERSION_NOT_SUPPORTED 505
public static final int STATUS_INTERNAL_SERVER_ERROR 500
public static final int STATUS_LENGTH_REQUIRED 411
public static final int STATUS_METHOD_NOT_ALLOWED 405
public static final int STATUS_MOVED_PERMANENTLY 301
public static final int STATUS_MOVED_TEMPORARILY 302
public static final int STATUS_MULTIPLE_CHOICES 300
public static final int STATUS_NO_CONTENT 204
public static final int STATUS_NON_AUTHORITATIVE_INFORMATION 203
public static final int STATUS_NOT_ACCEPTABLE 406
public static final int STATUS_NOT_FOUND 404
public static final int STATUS_NOT_IMPLEMENTED 501
public static final int STATUS_NOT_MODIFIED 304
public static final int STATUS_OK 200
public static final int STATUS_PARTIAL_CONTENT 206
public static final int STATUS_PAYMENT_REQUIRED 402
public static final int STATUS_PRECONDITION_FAILED 412
public static final int STATUS_PROXY_AUTHENTICATION_REQUIRED 407
public static final int STATUS_REQUEST_ENTITY_TOO_LARGE 413
public static final int STATUS_REQUEST_TIMEOUT 408
public static final int STATUS_REQUEST_URI_TOO_LONG 414
public static final int STATUS_REQUESTED_RANGE_NOT_SATISFIABLE 416
public static final int STATUS_RESET_CONTENT 205
public static final int STATUS_SEE_OTHER 303
public static final int STATUS_SERVICE_UNAVAILABLE 503
public static final int STATUS_SWITCHING_PROTOCOLS 101
public static final int STATUS_TEMPORARY_REDIRECT 307
public static final int STATUS_UNAUTHORIZED 401
public static final int STATUS_UNSUPPORTED_MEDIA_TYPE 415
public static final int STATUS_USE_PROXY 305

org.springframework.extensions.webscripts.WebScriptResponse
public static final String ATOM_FORMAT "atom"
public static final String HEADER_LOCATION "Location"
public static final String HTML_FORMAT "html"
public static final String JSON_FORMAT "json"
public static final String OPENSEARCH_DESCRIPTION_FORMAT "opensearchdescription"
public static final String RSS_FORMAT "rss"
public static final String XML_FORMAT "xml"

org.springframework.extensions.webscripts.atom.AbderaService
public static final String ATOM_WRITER "prettyxml"
public static final String DEFAULT_WRITER "default"
public static final String JSON_WRITER "json"

org.springframework.extensions.webscripts.connector.AlfrescoAuthenticator
public static final String CS_PARAM_ALF_TICKET "alfTicket"

org.springframework.extensions.webscripts.connector.Credentials
public static final String CREDENTIAL_PASSWORD "cleartextPassword"
public static final String CREDENTIAL_USERNAME "cleartextUsername"

org.springframework.extensions.webscripts.connector.RemoteClient
public static final int SC_MOVED_PERMANENTLY 301
public static final int SC_MOVED_TEMPORARILY 302
public static final int SC_REMOTE_CONN_NOHOST 498
public static final int SC_REMOTE_CONN_TIMEOUT 499
public static final int SC_SEE_OTHER 303
public static final int SC_TEMPORARY_REDIRECT 307

org.springframework.extensions.webscripts.portlet.WebScriptPortletRequest
public static final String ALFPORTLETUSERNAME "alfportletusername"



Copyright © 2009 SpringSource, Inc. All Rights Reserved.