com.sap.portal.pcm.attributes
Interface IAttrPcmLaunch

All Superinterfaces:
IAttrPcmGeneral
All Known Subinterfaces:
IAttriView, IAttrLayout, IAttrPage, IAttrPcmNavigation

public interface IAttrPcmLaunch
extends IAttrPcmGeneral

Defines launchable object specific attribute names.

See Also:
IAttrPcmLaunch, IAttrLaunchValues

Field Summary
static java.lang.String ATTRIBUTE_ALLOW_BROWSER
          Constant for the attribute name:
ALLOW_BROWSER
type: String
plainDescription: Allow Client-Side Caching
longDescription: Specifies whether or not the portal uses the cache of the client's browser
valid values: Yes, No
static java.lang.String ATTRIBUTE_AUTH_SCHEME
          Constant for the attribute name:
AuthScheme
type: String
plainDescription: Authentication Scheme
longDescription: Logon authentication scheme name.
static java.lang.String ATTRIBUTE_CACHING_LEVEL
          Constant for the attribute name:
CachingLevel
type: String
plainDescription: Cache Level
longDescription: Defines the level of caching: shared by everyone, or cache per user or browser session
valid values: None, Session, Shared, User
static java.lang.String ATTRIBUTE_CODE_LINK
          Constant for the attribute name:
static java.lang.String ATTRIBUTE_CONNECTION_POINT
          Constant for the attribute name:
com.sap.portal.iview.IsTemplate
type: String
plainDescription:
longDescription:
valid values:
static java.lang.String ATTRIBUTE_PROPERTIES_URL
          Constant for the attribute name:
com.sap.portal.private.iview.PropertiesUrl
type: String
plainDescription:
longDescription:
valid values:
static java.lang.String ATTRIBUTE_REFRESH_CONTENT
          Constant for the attribute name:
REFRESH_CONTENT
type: long
plainDescription: Interval Time to Refresh iView
longDescription: Specifies the time period after which the content of an iView is automatically reloaded at runtime
valid values:
static java.lang.String ATTRIBUTE_SUPPORTED_USER_AGENT
          Constant for the attribute name:
SupportedUserAgents
type: String
plainDescription: Supported User Agents
longDescription: Defines supported browsers, browser versions, and OS/platforms for displaying the page/iView at runtime. (
static java.lang.String ATTRIBUTE_UNSUPPORTED_USER_AGENT
          Constant for the attribute name:
UnsupportedUserAgents
type: String
plainDescription: Unsupported User Agents
longDescription: Defines browsers, browser versions, and OS/platforms to be excluded from those defined in 'Supported User Agents'.
static java.lang.String ATTRIBUTE_VALIDITY_PERIOD
          Constant for the attribute name:
ValidityPeriod
type: Long
plainDescription: Cache Validity Period (msecs)
longDescription: Validity period (in milliseconds) of the content in cache before it is refreshed
valid values:
static java.lang.String VIRTUAL_RESOURCE_BUNDLE_PREFIX
          Constant for the meta attribute name
 
Fields inherited from interface com.sap.portal.pcm.attributes.IAttrPcmGeneral
ATTRIBUTE_BUTTONS_URL, ATTRIBUTE_CATEGORY_NAME, ATTRIBUTE_COMPONENT_TYPE, ATTRIBUTE_DESCR, ATTRIBUTE_EDITOR_URL, ATTRIBUTE_EMBED_PROPERTY_EDITOR, ATTRIBUTE_HELP_URL, ATTRIBUTE_ICON_NAME, ATTRIBUTE_IS_TEMPLATE, ATTRIBUTE_SHOW_BUTTONS_TOOLBAR, ATTRIBUTE_TITLE, ATTRIBUTE_WIZARD_URL, META_ATTRIBUTE_ADMINISTRATION, META_ATTRIBUTE_CATEGORY, META_ATTRIBUTE_CATEGORY_ID, META_ATTRIBUTE_DESCRIPTION, META_ATTRIBUTE_INHERITANCE, META_ATTRIBUTE_LONG_DESCRIPTION, META_ATTRIBUTE_MANDATORY, META_ATTRIBUTE_MULTIVALUE, META_ATTRIBUTE_PERSONALIZATION, META_ATTRIBUTE_PLAIN_DESCRIPTION, META_ATTRIBUTE_TYPE, META_ATTRIBUTE_VALID_VALUE_TITLE, META_ATTRIBUTE_VALID_VALUES, PORTAL_PREFIX, PROPERTY_EDITOR_PREFIX, PUBLIC_PREFIX_IVIEW, PUBLIC_PREFIX_PCM, RESERVED_PREFIX_IVIEW
 

Field Detail

ATTRIBUTE_CODE_LINK

public static final java.lang.String ATTRIBUTE_CODE_LINK
Constant for the attribute name:

ATTRIBUTE_CACHING_LEVEL

public static final java.lang.String ATTRIBUTE_CACHING_LEVEL
Constant for the attribute name:
CachingLevel
type: String
plainDescription: Cache Level
longDescription: Defines the level of caching: shared by everyone, or cache per user or browser session
valid values: None, Session, Shared, User

ATTRIBUTE_VALIDITY_PERIOD

public static final java.lang.String ATTRIBUTE_VALIDITY_PERIOD
Constant for the attribute name:
ValidityPeriod
type: Long
plainDescription: Cache Validity Period (msecs)
longDescription: Validity period (in milliseconds) of the content in cache before it is refreshed
valid values:

ATTRIBUTE_AUTH_SCHEME

public static final java.lang.String ATTRIBUTE_AUTH_SCHEME
Constant for the attribute name:
AuthScheme
type: String
plainDescription: Authentication Scheme
longDescription: Logon authentication scheme name. If not specified, default is 'Default'
valid values:

ATTRIBUTE_SUPPORTED_USER_AGENT

public static final java.lang.String ATTRIBUTE_SUPPORTED_USER_AGENT
Constant for the attribute name:
SupportedUserAgents
type: String
plainDescription: Supported User Agents
longDescription: Defines supported browsers, browser versions, and OS/platforms for displaying the page/iView at runtime. (*,*,*) means all user agents are supported. For example: (MSIE, *,Win) or (Netscape, >6, *). Refer to the documentation for further information.
valid values: "", (MSIE, >=5.0, *)(Netscape, *, *)(Mozilla,*,*), (MSIE, >=5.0, *), (Netscape, *, *)(Mozilla,*,*)

ATTRIBUTE_UNSUPPORTED_USER_AGENT

public static final java.lang.String ATTRIBUTE_UNSUPPORTED_USER_AGENT
Constant for the attribute name:
UnsupportedUserAgents
type: String
plainDescription: Unsupported User Agents
longDescription: Defines browsers, browser versions, and OS/platforms to be excluded from those defined in 'Supported User Agents'. For example: (MSIE, *,Win) or (Netscape, >6, *). Refer to the documentation for further information.
valid values: "", (MSIE, >=5.0, *), (Netscape, *, *)(Mozilla,*,*)

ATTRIBUTE_PROPERTIES_URL

public static final java.lang.String ATTRIBUTE_PROPERTIES_URL
Constant for the attribute name:
com.sap.portal.private.iview.PropertiesUrl
type: String
plainDescription:
longDescription:
valid values:

VIRTUAL_RESOURCE_BUNDLE_PREFIX

public static final java.lang.String VIRTUAL_RESOURCE_BUNDLE_PREFIX
Constant for the meta attribute name

ATTRIBUTE_CONNECTION_POINT

public static final java.lang.String ATTRIBUTE_CONNECTION_POINT
Constant for the attribute name:
com.sap.portal.iview.IsTemplate
type: String
plainDescription:
longDescription:
valid values:

ATTRIBUTE_ALLOW_BROWSER

public static final java.lang.String ATTRIBUTE_ALLOW_BROWSER
Constant for the attribute name:
ALLOW_BROWSER
type: String
plainDescription: Allow Client-Side Caching
longDescription: Specifies whether or not the portal uses the cache of the client's browser
valid values: Yes, No

ATTRIBUTE_REFRESH_CONTENT

public static final java.lang.String ATTRIBUTE_REFRESH_CONTENT
Constant for the attribute name:
REFRESH_CONTENT
type: long
plainDescription: Interval Time to Refresh iView
longDescription: Specifies the time period after which the content of an iView is automatically reloaded at runtime
valid values: