com.sap.portal.admin.wizard
Class AbstractPCMWizard.InfoPaneInputKeys

java.lang.Object
  |
  +--com.sap.portal.admin.wizard.AbstractPCMWizard.InfoPaneInputKeys
Enclosing class:
AbstractPCMWizard

protected static final class AbstractPCMWizard.InfoPaneInputKeys
extends java.lang.Object

InfoPaneInputKeys holds constants for the keys of the attributes that are collected by the InfoPane.


Field Summary
static java.lang.String COLLECTION_ATTR_SESSION_ID
           
static java.lang.String DESC_ATTR_SESSION_ID
           
static java.lang.String DOMAIN_ATTR_SESSION_ID
           
static java.lang.String LOCALE_ATTR_SESSION_ID
           
static java.lang.String TITLE_ATTR_SESSION_ID
           
 
Constructor Summary
protected AbstractPCMWizard.InfoPaneInputKeys()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TITLE_ATTR_SESSION_ID

public static final java.lang.String TITLE_ATTR_SESSION_ID

DESC_ATTR_SESSION_ID

public static final java.lang.String DESC_ATTR_SESSION_ID

LOCALE_ATTR_SESSION_ID

public static final java.lang.String LOCALE_ATTR_SESSION_ID

DOMAIN_ATTR_SESSION_ID

public static final java.lang.String DOMAIN_ATTR_SESSION_ID

COLLECTION_ATTR_SESSION_ID

public static final java.lang.String COLLECTION_ATTR_SESSION_ID
Constructor Detail

AbstractPCMWizard.InfoPaneInputKeys

protected AbstractPCMWizard.InfoPaneInputKeys()