Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


oracle.stellent.wcm.core
Class WCMConstants

java.lang.Object
  extended by oracle.stellent.wcm.core.WCMConstants


public abstract class WCMConstants
extends java.lang.Object

Constants used throughout the WCM project.


Nested Class Summary
static class WCMConstants.ContributorFiles
          Represents all the files necessary to load the contributor application.

 

Field Summary
static java.lang.String APP_ARCHIVE_DIR
           
static java.lang.String APP_DIR
           
static java.lang.String APP_METADATA_DIR
           
static java.lang.String CLIENT_APPLICATION_KEY
           
static java.lang.String CONTENT_DIR
          There are five "category" directories.
static java.lang.String CONTENT_PARENT_DIR
          There are two "parent" directories.
static java.lang.String CONTENT_SUPPORT_DIR
           
static java.lang.String CONTRIBUTION_MODE
           
static java.lang.String DESIGN_MODE
           
static int MAPPING_ID_MAXLENGTH
           
static java.lang.String PARAM_PREVIEW_ID
           
static java.lang.String PATTERN_PARAM_SITE_PATH
          parameter passed to the url pattern containing the site path
static java.lang.String PATTERN_PARAM_URL
          parameter passed to the URL pattern for a site containing the site url
static java.lang.String PATTERN_PARAM_URL_ENCODED
          parameter passed to the URL pattern for a site containing the site as a url-encoded string
static java.lang.String PLACEHOLDER_PATH
           
static java.lang.String PREVIEW_LAYOUT_DOCNAME
           
static java.lang.String PROXY_ABSOLUTE_PATH
           
static java.lang.String PROXY_CGI_PATH
           
static java.lang.String PROXY_CONTEXT_PATH
           
static java.lang.String PROXY_ENABLED
           
static java.lang.String SITE_CONTEXT_KEY
           
static java.lang.String SSXA_DESIGN_TIME_NEEDED
           
static java.lang.String SSXA_RUN_TIME_NEEDED
           
static java.lang.String STR_MAPPINGID_INVALIDCHARS
          List of invalid Characters for mapping IDs
static java.lang.String STR_NODEID_INVALIDCHARS
          From Site Studio added ` { } to the list since those break WLS
static java.lang.String STR_SITEID_INVALIDCHARS
          From Site Studio added ` { } to the list since those break WLS, and _ since that breaks Oracle DB
static java.lang.String TEMPLATE_DIR
           
static java.lang.String USER_IDENTITY_KEY
          Used as keys to identify data in request, context, session, etc.
static java.lang.String XML_NAMESPACE
           

 

Constructor Summary
WCMConstants()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

SSXA_DESIGN_TIME_NEEDED

public static final java.lang.String SSXA_DESIGN_TIME_NEEDED
See Also:
Constant Field Values

SSXA_RUN_TIME_NEEDED

public static final java.lang.String SSXA_RUN_TIME_NEEDED
See Also:
Constant Field Values

XML_NAMESPACE

public static final java.lang.String XML_NAMESPACE
See Also:
Constant Field Values

CONTRIBUTION_MODE

public static final java.lang.String CONTRIBUTION_MODE
See Also:
Constant Field Values

DESIGN_MODE

public static final java.lang.String DESIGN_MODE
See Also:
Constant Field Values

PARAM_PREVIEW_ID

public static final java.lang.String PARAM_PREVIEW_ID
See Also:
Constant Field Values

PREVIEW_LAYOUT_DOCNAME

public static final java.lang.String PREVIEW_LAYOUT_DOCNAME
See Also:
Constant Field Values

PROXY_ENABLED

public static final java.lang.String PROXY_ENABLED
See Also:
Constant Field Values

PROXY_CONTEXT_PATH

public static final java.lang.String PROXY_CONTEXT_PATH
See Also:
Constant Field Values

PROXY_CGI_PATH

public static final java.lang.String PROXY_CGI_PATH
See Also:
Constant Field Values

PROXY_ABSOLUTE_PATH

public static final java.lang.String PROXY_ABSOLUTE_PATH
See Also:
Constant Field Values

PATTERN_PARAM_SITE_PATH

public static final java.lang.String PATTERN_PARAM_SITE_PATH
parameter passed to the url pattern containing the site path
See Also:
Constant Field Values

PATTERN_PARAM_URL

public static final java.lang.String PATTERN_PARAM_URL
parameter passed to the URL pattern for a site containing the site url
See Also:
Constant Field Values

PATTERN_PARAM_URL_ENCODED

public static final java.lang.String PATTERN_PARAM_URL_ENCODED
parameter passed to the URL pattern for a site containing the site as a url-encoded string
See Also:
Constant Field Values

STR_NODEID_INVALIDCHARS

public static final java.lang.String STR_NODEID_INVALIDCHARS
From Site Studio added ` { } to the list since those break WLS
See Also:
Constant Field Values

STR_SITEID_INVALIDCHARS

public static final java.lang.String STR_SITEID_INVALIDCHARS
From Site Studio added ` { } to the list since those break WLS, and _ since that breaks Oracle DB
See Also:
Constant Field Values

STR_MAPPINGID_INVALIDCHARS

public static final java.lang.String STR_MAPPINGID_INVALIDCHARS
List of invalid Characters for mapping IDs
See Also:
Constant Field Values

MAPPING_ID_MAXLENGTH

public static final int MAPPING_ID_MAXLENGTH
See Also:
Constant Field Values

CONTENT_PARENT_DIR

public static final java.lang.String CONTENT_PARENT_DIR
There are two "parent" directories. One is for deliverable files like gifs and data files and the other is for executables like jsp files. The CS Component always delivers to a single directory and we assume it will be placed in CONTENT_PARENT_DIR for the APPserver.
See Also:
Constant Field Values

CONTENT_DIR

public static final java.lang.String CONTENT_DIR
There are five "category" directories. Two of these contain files that are NOT managed as checked in files in the Content Server. They are usually delivered by a Service call and come from the Component's support/framework directory. Two others contain managed files for either delivery or execution, and the last contains metadata.
See Also:
Constant Field Values

TEMPLATE_DIR

public static final java.lang.String TEMPLATE_DIR
See Also:
Constant Field Values

CONTENT_SUPPORT_DIR

public static final java.lang.String CONTENT_SUPPORT_DIR
See Also:
Constant Field Values

APP_DIR

public static final java.lang.String APP_DIR
See Also:
Constant Field Values

APP_METADATA_DIR

public static final java.lang.String APP_METADATA_DIR
See Also:
Constant Field Values

APP_ARCHIVE_DIR

public static final java.lang.String APP_ARCHIVE_DIR
See Also:
Constant Field Values

PLACEHOLDER_PATH

public static final java.lang.String PLACEHOLDER_PATH
See Also:
Constant Field Values

USER_IDENTITY_KEY

public static final java.lang.String USER_IDENTITY_KEY
Used as keys to identify data in request, context, session, etc.
See Also:
Constant Field Values

SITE_CONTEXT_KEY

public static final java.lang.String SITE_CONTEXT_KEY
See Also:
Constant Field Values

CLIENT_APPLICATION_KEY

public static final java.lang.String CLIENT_APPLICATION_KEY
See Also:
Constant Field Values

Constructor Detail

WCMConstants

public WCMConstants()

Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.