org.springframework.extensions.surf
Class WebFrameworkConstants

java.lang.Object
  extended by org.springframework.extensions.surf.WebFrameworkConstants

public class WebFrameworkConstants
extends Object

Web Framework constants

Author:
muzquiano

Field Summary
static String CHROMELESS_REGION_CHROME_ID
           
static String DEFAULT_ALFRESCO_ENDPOINT_ID
           
static String DEFAULT_COMPONENT_CHROME_ID
           
static String DEFAULT_DISPATCHER_HANDLER_COMPONENT_ERROR
           
static String DEFAULT_DISPATCHER_HANDLER_PAGE_ERROR
           
static String DEFAULT_DISPATCHER_HANDLER_REGION_ERROR
           
static String DEFAULT_DISPATCHER_HANDLER_REGION_NO_COMPONENT
           
static String DEFAULT_DISPATCHER_HANDLER_TEMPLATE_ERROR
           
static String DEFAULT_PROCESSOR
           
static String DEFAULT_REGION_CHROME_ID
           
static String DEFAULT_SYSTEM_PAGE_CONTENT_ASSOCIATION_MISSING
           
static String DEFAULT_SYSTEM_PAGE_CONTENT_NOT_LOADED
           
static String DEFAULT_SYSTEM_PAGE_GETTING_STARTED
           
static String DEFAULT_SYSTEM_PAGE_UNCONFIGURED
           
static String DEFAULT_THEME_ID
           
static String DISPATCHER_HANDLER_COMPONENT_ERROR
           
static String DISPATCHER_HANDLER_PAGE_ERROR
           
static String DISPATCHER_HANDLER_REGION_ERROR
           
static String DISPATCHER_HANDLER_REGION_NO_COMPONENT
           
static String DISPATCHER_HANDLER_TEMPLATE_ERROR
           
static String FRAMEWORK_INITIALIZATION_SUCCESS_MESSAGE
           
static String FRAMEWORK_TITLE
           
static String FRAMEWORK_VERSION
           
static String GENERIC_PAGE_TYPE_DEFAULT_PAGE_ID
           
static String PROCESSOR_FREEMARKER
           
static String PROCESSOR_JSP
           
static String PROCESSOR_WEBSCRIPT
           
static String REGION_SCOPE_GLOBAL
           
static String REGION_SCOPE_PAGE
           
static String REGION_SCOPE_TEMPLATE
           
static String REGION_SCOPE_THEME
           
static String REGION_SCOPE_URI
           
static String RENDER_DATA_COMPONENT_CHROME_ID
           
static String RENDER_DATA_COMPONENT_ID
           
static String RENDER_DATA_COMPONENT_REGION_ID
           
static String RENDER_DATA_COMPONENT_SCOPE_ID
           
static String RENDER_DATA_COMPONENT_SOURCE_ID
           
static String RENDER_DATA_COMPONENT_TYPE_ID
           
static String RENDER_DATA_HTMLID
           
static String RENDER_DATA_PAGE_ID
           
static String RENDER_DATA_PAGE_TYPE_ID
           
static String RENDER_DATA_REGION_CHROME_ID
           
static String RENDER_DATA_REGION_ID
           
static String RENDER_DATA_REGION_SCOPE_ID
           
static String RENDER_DATA_REGION_SOURCE_ID
           
static String RENDER_DATA_REQUEST_CONTEXT_STACK_KEY
           
static String RENDER_DATA_TEMPLATE_ID
           
static String RENDER_DATA_TEMPLATE_TYPE_ID
           
static String STORE_ID_REQUEST_CONTEXT_NAME
           
static String STORE_ID_REQUEST_PARAM_NAME
           
static String STORE_ID_SESSION_ATTRIBUTE_NAME
           
static String SYSTEM_PAGE_CONTENT_ASSOCIATION_MISSING
           
static String SYSTEM_PAGE_CONTENT_NOT_LOADED
           
static String SYSTEM_PAGE_GETTING_STARTED
           
static String SYSTEM_PAGE_UNCONFIGURED
           
static String WEB_STUDIO_SIGNATURE
           
static String WEBAPP_ID_REQUEST_CONTEXT_NAME
           
static String WEBAPP_ID_REQUEST_PARAM_NAME
           
static String WEBAPP_ID_SESSION_ATTRIBUTE_NAME
           
 
Constructor Summary
WebFrameworkConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FRAMEWORK_TITLE

public static final String FRAMEWORK_TITLE
See Also:
Constant Field Values

FRAMEWORK_VERSION

public static final String FRAMEWORK_VERSION
See Also:
Constant Field Values

FRAMEWORK_INITIALIZATION_SUCCESS_MESSAGE

public static final String FRAMEWORK_INITIALIZATION_SUCCESS_MESSAGE
See Also:
Constant Field Values

SYSTEM_PAGE_GETTING_STARTED

public static final String SYSTEM_PAGE_GETTING_STARTED
See Also:
Constant Field Values

SYSTEM_PAGE_UNCONFIGURED

public static final String SYSTEM_PAGE_UNCONFIGURED
See Also:
Constant Field Values

SYSTEM_PAGE_CONTENT_NOT_LOADED

public static final String SYSTEM_PAGE_CONTENT_NOT_LOADED
See Also:
Constant Field Values

SYSTEM_PAGE_CONTENT_ASSOCIATION_MISSING

public static final String SYSTEM_PAGE_CONTENT_ASSOCIATION_MISSING
See Also:
Constant Field Values

DEFAULT_SYSTEM_PAGE_GETTING_STARTED

public static final String DEFAULT_SYSTEM_PAGE_GETTING_STARTED
See Also:
Constant Field Values

DEFAULT_SYSTEM_PAGE_UNCONFIGURED

public static final String DEFAULT_SYSTEM_PAGE_UNCONFIGURED
See Also:
Constant Field Values

DEFAULT_SYSTEM_PAGE_CONTENT_NOT_LOADED

public static final String DEFAULT_SYSTEM_PAGE_CONTENT_NOT_LOADED
See Also:
Constant Field Values

DEFAULT_SYSTEM_PAGE_CONTENT_ASSOCIATION_MISSING

public static final String DEFAULT_SYSTEM_PAGE_CONTENT_ASSOCIATION_MISSING
See Also:
Constant Field Values

DISPATCHER_HANDLER_PAGE_ERROR

public static final String DISPATCHER_HANDLER_PAGE_ERROR
See Also:
Constant Field Values

DISPATCHER_HANDLER_COMPONENT_ERROR

public static final String DISPATCHER_HANDLER_COMPONENT_ERROR
See Also:
Constant Field Values

DISPATCHER_HANDLER_TEMPLATE_ERROR

public static final String DISPATCHER_HANDLER_TEMPLATE_ERROR
See Also:
Constant Field Values

DISPATCHER_HANDLER_REGION_ERROR

public static final String DISPATCHER_HANDLER_REGION_ERROR
See Also:
Constant Field Values

DISPATCHER_HANDLER_REGION_NO_COMPONENT

public static final String DISPATCHER_HANDLER_REGION_NO_COMPONENT
See Also:
Constant Field Values

DEFAULT_DISPATCHER_HANDLER_PAGE_ERROR

public static final String DEFAULT_DISPATCHER_HANDLER_PAGE_ERROR
See Also:
Constant Field Values

DEFAULT_DISPATCHER_HANDLER_COMPONENT_ERROR

public static final String DEFAULT_DISPATCHER_HANDLER_COMPONENT_ERROR
See Also:
Constant Field Values

DEFAULT_DISPATCHER_HANDLER_TEMPLATE_ERROR

public static final String DEFAULT_DISPATCHER_HANDLER_TEMPLATE_ERROR
See Also:
Constant Field Values

DEFAULT_DISPATCHER_HANDLER_REGION_ERROR

public static final String DEFAULT_DISPATCHER_HANDLER_REGION_ERROR
See Also:
Constant Field Values

DEFAULT_DISPATCHER_HANDLER_REGION_NO_COMPONENT

public static final String DEFAULT_DISPATCHER_HANDLER_REGION_NO_COMPONENT
See Also:
Constant Field Values

REGION_SCOPE_GLOBAL

public static final String REGION_SCOPE_GLOBAL
See Also:
Constant Field Values

REGION_SCOPE_TEMPLATE

public static final String REGION_SCOPE_TEMPLATE
See Also:
Constant Field Values

REGION_SCOPE_PAGE

public static final String REGION_SCOPE_PAGE
See Also:
Constant Field Values

REGION_SCOPE_URI

public static final String REGION_SCOPE_URI
See Also:
Constant Field Values

REGION_SCOPE_THEME

public static final String REGION_SCOPE_THEME
See Also:
Constant Field Values

DEFAULT_REGION_CHROME_ID

public static final String DEFAULT_REGION_CHROME_ID
See Also:
Constant Field Values

CHROMELESS_REGION_CHROME_ID

public static final String CHROMELESS_REGION_CHROME_ID
See Also:
Constant Field Values

DEFAULT_COMPONENT_CHROME_ID

public static final String DEFAULT_COMPONENT_CHROME_ID
See Also:
Constant Field Values

DEFAULT_ALFRESCO_ENDPOINT_ID

public static final String DEFAULT_ALFRESCO_ENDPOINT_ID
See Also:
Constant Field Values

RENDER_DATA_PAGE_ID

public static final String RENDER_DATA_PAGE_ID
See Also:
Constant Field Values

RENDER_DATA_PAGE_TYPE_ID

public static final String RENDER_DATA_PAGE_TYPE_ID
See Also:
Constant Field Values

RENDER_DATA_TEMPLATE_ID

public static final String RENDER_DATA_TEMPLATE_ID
See Also:
Constant Field Values

RENDER_DATA_TEMPLATE_TYPE_ID

public static final String RENDER_DATA_TEMPLATE_TYPE_ID
See Also:
Constant Field Values

RENDER_DATA_REGION_ID

public static final String RENDER_DATA_REGION_ID
See Also:
Constant Field Values

RENDER_DATA_REGION_SCOPE_ID

public static final String RENDER_DATA_REGION_SCOPE_ID
See Also:
Constant Field Values

RENDER_DATA_REGION_SOURCE_ID

public static final String RENDER_DATA_REGION_SOURCE_ID
See Also:
Constant Field Values

RENDER_DATA_REGION_CHROME_ID

public static final String RENDER_DATA_REGION_CHROME_ID
See Also:
Constant Field Values

RENDER_DATA_COMPONENT_ID

public static final String RENDER_DATA_COMPONENT_ID
See Also:
Constant Field Values

RENDER_DATA_COMPONENT_TYPE_ID

public static final String RENDER_DATA_COMPONENT_TYPE_ID
See Also:
Constant Field Values

RENDER_DATA_COMPONENT_REGION_ID

public static final String RENDER_DATA_COMPONENT_REGION_ID
See Also:
Constant Field Values

RENDER_DATA_COMPONENT_SOURCE_ID

public static final String RENDER_DATA_COMPONENT_SOURCE_ID
See Also:
Constant Field Values

RENDER_DATA_COMPONENT_SCOPE_ID

public static final String RENDER_DATA_COMPONENT_SCOPE_ID
See Also:
Constant Field Values

RENDER_DATA_COMPONENT_CHROME_ID

public static final String RENDER_DATA_COMPONENT_CHROME_ID
See Also:
Constant Field Values

RENDER_DATA_HTMLID

public static final String RENDER_DATA_HTMLID
See Also:
Constant Field Values

RENDER_DATA_REQUEST_CONTEXT_STACK_KEY

public static final String RENDER_DATA_REQUEST_CONTEXT_STACK_KEY
See Also:
Constant Field Values

WEBAPP_ID_REQUEST_PARAM_NAME

public static final String WEBAPP_ID_REQUEST_PARAM_NAME
See Also:
Constant Field Values

WEBAPP_ID_SESSION_ATTRIBUTE_NAME

public static final String WEBAPP_ID_SESSION_ATTRIBUTE_NAME
See Also:
Constant Field Values

STORE_ID_REQUEST_PARAM_NAME

public static final String STORE_ID_REQUEST_PARAM_NAME
See Also:
Constant Field Values

STORE_ID_SESSION_ATTRIBUTE_NAME

public static final String STORE_ID_SESSION_ATTRIBUTE_NAME
See Also:
Constant Field Values

STORE_ID_REQUEST_CONTEXT_NAME

public static final String STORE_ID_REQUEST_CONTEXT_NAME
See Also:
Constant Field Values

WEBAPP_ID_REQUEST_CONTEXT_NAME

public static final String WEBAPP_ID_REQUEST_CONTEXT_NAME
See Also:
Constant Field Values

WEB_STUDIO_SIGNATURE

public static final String WEB_STUDIO_SIGNATURE
See Also:
Constant Field Values

DEFAULT_THEME_ID

public static final String DEFAULT_THEME_ID
See Also:
Constant Field Values

GENERIC_PAGE_TYPE_DEFAULT_PAGE_ID

public static final String GENERIC_PAGE_TYPE_DEFAULT_PAGE_ID
See Also:
Constant Field Values

PROCESSOR_JSP

public static final String PROCESSOR_JSP
See Also:
Constant Field Values

PROCESSOR_FREEMARKER

public static final String PROCESSOR_FREEMARKER
See Also:
Constant Field Values

PROCESSOR_WEBSCRIPT

public static final String PROCESSOR_WEBSCRIPT
See Also:
Constant Field Values

DEFAULT_PROCESSOR

public static final String DEFAULT_PROCESSOR
See Also:
Constant Field Values
Constructor Detail

WebFrameworkConstants

public WebFrameworkConstants()


Copyright © 2009 SpringSource, Inc. All Rights Reserved.