Novell exteNd
Director 5.2 API

com.sssw.portal.api
Interface EbiComponentConstants


public interface EbiComponentConstants

This class contains metadata definitions for SilverStream Portal Components.


Field Summary
static int COMPONENT_AUTO_CACHE_OFF
          No information available
static int COMPONENT_AUTO_CACHE_SERVER
          No information available
static int COMPONENT_AUTO_CACHE_SESSION
          No information available
static String COMPONENT_TAG
          No information available
static String COMPONENT_TAG_OLD
          No information available
static String DP_ACTION
          The key for the action parameter on the URL (e.g.
static String DP_ACTION_FIRST
          Action to go to the first block in the rendered content
static String DP_ACTION_INIT
          Action to init (refresh)
static String DP_ACTION_LAST
          Action to go to the last block in the rendered content
static String DP_ACTION_NEXT
          Action to go to the next block in the rendered content
static String DP_ACTION_PREVIOUS
          Action to go to the previous block in the rendered content
static String DP_ACTION_REFRESH
          Action to refresh the contents of the rendered results
static String DP_BLOCK
          The key for the action parameter on the URL (e.g.
static String ENTITY_ACL
          No information available
static String ENTITY_ACL_ENTRY
          No information available
static String ENTITY_BUSINESS_RULES
          No information available
static String ENTITY_COMPONENT
          No information available
static String ENTITY_COMPONENT_JAR
          No information available
static String ENTITY_COMPONENTS
          No information available
static String ENTITY_CONDITIONS_ACTIONS
          No information available
static String ENTITY_DEFAULT
          No information available
static String ENTITY_DEFAULTS
          No information available
static String ENTITY_DEPENDENTJARS
          No information available
static String ENTITY_PORTAL_JAR
          No information available
static String ENTITY_ROLE
          No information available
static String ENTITY_ROLEMAP
          No information available
static String ENTITY_ROLEMAP_ENTRY
          No information available
static String ENTITY_ROLES
          No information available
static String ENTITY_RULE
          No information available
static String ENTITY_RULES
          No information available
static String ENTITY_STYLE
          No information available
static String ENTITY_STYLES
          No information available
static String MIME_TYPE_DEVICE_PROFILING
          No information available
static String MIME_TYPE_HTML
          No information available
static String MIME_TYPE_HTML_UTF8
          No information available
static String MIME_TYPE_NONVISUAL
          No information available
static String MIME_TYPE_REDIRECT
          Mime type when a component does a redirect.
static String MIME_TYPE_WML
          No information available
static String MIME_TYPE_XHTML
          No information available
static String MIME_TYPE_XML
          No information available
static String MIME_TYPE_XMLDOM
          No information available
static String PARAM_COMPONENTID
          No information available
static String PARAM_INSTANCE_ID
          No information available
static String PARAMS
          No information available
static String PROP_COMPONENT_ALIAS
          No information available
static String PROP_COMPONENT_CLASSNAME
          No information available
static String PROP_COMPONENT_COORD_CLASSNAME
          No information available
static String PROP_COMPONENT_DEFAULT_STYLEID
          No information available
static String PROP_COMPONENT_DESC
          No information available
static String PROP_COMPONENT_DISPLAYNAME
          No information available
static String PROP_COMPONENT_ELEMENT_LIST
          No information available
static String PROP_COMPONENT_JAR
          No information available
static String PROP_COMPONENT_JAR_LINKS
          No information available
static String PROP_COMPONENT_JSP_PATH
          No information available
static String PROP_COMPONENT_LIFETIME
          No information available
static String PROP_COMPONENT_PERSONALIZABLE
          No information available
static String PROP_COMPONENT_PROPSHEET_CLASS
          No information available
static String PROP_COMPONENT_TITLEBAR
          No information available
static String PROP_DEFAULT_NAME
          No information available
static String PROP_DEFAULT_VALUE
          No information available
static String PROP_STYLE_DESCRIPTION
          No information available
static String PROP_STYLE_FILE
          No information available
static String PROP_STYLE_MEDIA
          No information available
static String PROP_STYLE_NAME
          No information available
static String RULE_PARAM_BOOLEAN_TYPE
          No information available
static String RULE_PARAM_INTEGER_TYPE
          No information available
static String RULE_PARAM_REAL_TYPE
          No information available
static String RULE_PARAM_STRING_TYPE
          No information available
static String TAG_ATTRIB_ID
          No information available
static String TAG_ATTRIB_NAME
          No information available
static String XML_ATTRIBUTE_ID
          The name of the 'id' attribute in the component tag used in Portal Pages.
static String XML_ATTRIBUTE_INSTANCE
          The name of the 'instance' attribute in the component tag used in Portal Pages.
static String XML_ELEMENT_COMPONENT
          The name of the component tag used in Portal Pages.
 

Field Detail

ENTITY_PORTAL_JAR

public static final String ENTITY_PORTAL_JAR
No information available

ENTITY_COMPONENT_JAR

public static final String ENTITY_COMPONENT_JAR
No information available

ENTITY_COMPONENTS

public static final String ENTITY_COMPONENTS
No information available

ENTITY_COMPONENT

public static final String ENTITY_COMPONENT
No information available

ENTITY_ROLES

public static final String ENTITY_ROLES
No information available

ENTITY_ROLE

public static final String ENTITY_ROLE
No information available

ENTITY_ROLEMAP

public static final String ENTITY_ROLEMAP
No information available

ENTITY_ROLEMAP_ENTRY

public static final String ENTITY_ROLEMAP_ENTRY
No information available

ENTITY_ACL

public static final String ENTITY_ACL
No information available

ENTITY_ACL_ENTRY

public static final String ENTITY_ACL_ENTRY
No information available

ENTITY_BUSINESS_RULES

public static final String ENTITY_BUSINESS_RULES
No information available

ENTITY_RULES

public static final String ENTITY_RULES
No information available

ENTITY_RULE

public static final String ENTITY_RULE
No information available

ENTITY_CONDITIONS_ACTIONS

public static final String ENTITY_CONDITIONS_ACTIONS
No information available

ENTITY_STYLES

public static final String ENTITY_STYLES
No information available

ENTITY_STYLE

public static final String ENTITY_STYLE
No information available

ENTITY_DEFAULTS

public static final String ENTITY_DEFAULTS
No information available

ENTITY_DEFAULT

public static final String ENTITY_DEFAULT
No information available

ENTITY_DEPENDENTJARS

public static final String ENTITY_DEPENDENTJARS
No information available

PROP_COMPONENT_DISPLAYNAME

public static final String PROP_COMPONENT_DISPLAYNAME
No information available

PROP_COMPONENT_DESC

public static final String PROP_COMPONENT_DESC
No information available

PROP_COMPONENT_CLASSNAME

public static final String PROP_COMPONENT_CLASSNAME
No information available

PROP_COMPONENT_ALIAS

public static final String PROP_COMPONENT_ALIAS
No information available

PROP_COMPONENT_JAR

public static final String PROP_COMPONENT_JAR
No information available

PROP_COMPONENT_PROPSHEET_CLASS

public static final String PROP_COMPONENT_PROPSHEET_CLASS
No information available

PROP_COMPONENT_JSP_PATH

public static final String PROP_COMPONENT_JSP_PATH
No information available

PROP_COMPONENT_LIFETIME

public static final String PROP_COMPONENT_LIFETIME
No information available

PROP_COMPONENT_PERSONALIZABLE

public static final String PROP_COMPONENT_PERSONALIZABLE
No information available

PROP_COMPONENT_TITLEBAR

public static final String PROP_COMPONENT_TITLEBAR
No information available

PROP_COMPONENT_DEFAULT_STYLEID

public static final String PROP_COMPONENT_DEFAULT_STYLEID
No information available

COMPONENT_AUTO_CACHE_SERVER

public static final int COMPONENT_AUTO_CACHE_SERVER
No information available

COMPONENT_AUTO_CACHE_SESSION

public static final int COMPONENT_AUTO_CACHE_SESSION
No information available

COMPONENT_AUTO_CACHE_OFF

public static final int COMPONENT_AUTO_CACHE_OFF
No information available

PROP_COMPONENT_JAR_LINKS

public static final String PROP_COMPONENT_JAR_LINKS
No information available

PROP_COMPONENT_ELEMENT_LIST

public static final String PROP_COMPONENT_ELEMENT_LIST
No information available

PROP_STYLE_NAME

public static final String PROP_STYLE_NAME
No information available

PROP_STYLE_DESCRIPTION

public static final String PROP_STYLE_DESCRIPTION
No information available

PROP_STYLE_FILE

public static final String PROP_STYLE_FILE
No information available

PROP_STYLE_MEDIA

public static final String PROP_STYLE_MEDIA
No information available

PROP_DEFAULT_NAME

public static final String PROP_DEFAULT_NAME
No information available

PROP_DEFAULT_VALUE

public static final String PROP_DEFAULT_VALUE
No information available

PROP_COMPONENT_COORD_CLASSNAME

public static final String PROP_COMPONENT_COORD_CLASSNAME
No information available

DP_BLOCK

public static final String DP_BLOCK
The key for the action parameter on the URL (e.g. ?dp_action=next)

DP_ACTION

public static final String DP_ACTION
The key for the action parameter on the URL (e.g. ?dp_action=next)

DP_ACTION_REFRESH

public static final String DP_ACTION_REFRESH
Action to refresh the contents of the rendered results

DP_ACTION_FIRST

public static final String DP_ACTION_FIRST
Action to go to the first block in the rendered content

DP_ACTION_LAST

public static final String DP_ACTION_LAST
Action to go to the last block in the rendered content

DP_ACTION_PREVIOUS

public static final String DP_ACTION_PREVIOUS
Action to go to the previous block in the rendered content

DP_ACTION_NEXT

public static final String DP_ACTION_NEXT
Action to go to the next block in the rendered content

DP_ACTION_INIT

public static final String DP_ACTION_INIT
Action to init (refresh)

MIME_TYPE_WML

public static final String MIME_TYPE_WML
No information available

MIME_TYPE_XML

public static final String MIME_TYPE_XML
No information available

MIME_TYPE_XMLDOM

public static final String MIME_TYPE_XMLDOM
No information available

MIME_TYPE_XHTML

public static final String MIME_TYPE_XHTML
No information available

MIME_TYPE_HTML

public static final String MIME_TYPE_HTML
No information available

MIME_TYPE_HTML_UTF8

public static final String MIME_TYPE_HTML_UTF8
No information available

MIME_TYPE_DEVICE_PROFILING

public static final String MIME_TYPE_DEVICE_PROFILING
No information available

MIME_TYPE_REDIRECT

public static final String MIME_TYPE_REDIRECT
Mime type when a component does a redirect.

MIME_TYPE_NONVISUAL

public static final String MIME_TYPE_NONVISUAL
No information available

PARAM_COMPONENTID

public static final String PARAM_COMPONENTID
No information available

PARAM_INSTANCE_ID

public static final String PARAM_INSTANCE_ID
No information available

PARAMS

public static final String PARAMS
No information available

RULE_PARAM_STRING_TYPE

public static final String RULE_PARAM_STRING_TYPE
No information available

RULE_PARAM_INTEGER_TYPE

public static final String RULE_PARAM_INTEGER_TYPE
No information available

RULE_PARAM_REAL_TYPE

public static final String RULE_PARAM_REAL_TYPE
No information available

RULE_PARAM_BOOLEAN_TYPE

public static final String RULE_PARAM_BOOLEAN_TYPE
No information available

TAG_ATTRIB_NAME

public static final String TAG_ATTRIB_NAME
No information available

TAG_ATTRIB_ID

public static final String TAG_ATTRIB_ID
No information available

COMPONENT_TAG

public static final String COMPONENT_TAG
No information available

COMPONENT_TAG_OLD

public static final String COMPONENT_TAG_OLD
No information available

XML_ELEMENT_COMPONENT

public static final String XML_ELEMENT_COMPONENT
The name of the component tag used in Portal Pages.

XML_ATTRIBUTE_ID

public static final String XML_ATTRIBUTE_ID
The name of the 'id' attribute in the component tag used in Portal Pages.

XML_ATTRIBUTE_INSTANCE

public static final String XML_ATTRIBUTE_INSTANCE
The name of the 'instance' attribute in the component tag used in Portal Pages.

Novell exteNd
Director 5.2 API