com.sapportals.admin.wizardframework
Class AbstractStaticWizard

java.lang.Object
  |
  +--com.sapportals.portal.prt.component.AbstractPortalComponent
        |
        +--com.sapportals.admin.wizardframework.AbstractStaticWizard
All Implemented Interfaces:
com.sapportals.portal.prt.component.IEventListenerComponent, com.sapportals.portal.prt.component.IPortalComponent, com.sapportals.portal.prt.component.IPortalComponentInit, IStaticWizardConfigurator, IWizardConfigurator

Deprecated. - The concept of static wizards has been abandoned. As of today all wizards, including the ones that inherit this class for historical reasons will be executed as dynamic wizards. Please move your wizard to inherit AbstractDynamicWizard rather than this class

public abstract class AbstractStaticWizard
extends com.sapportals.portal.prt.component.AbstractPortalComponent
implements IStaticWizardConfigurator

Version:
6.0

Field Summary
static java.lang.String BACK
          Deprecated.  
static java.lang.String CANCEL
          Deprecated.  
static java.lang.String FINISH
          Deprecated.  
static java.lang.String NEXT
          Deprecated.  
static java.lang.String PREV
          Deprecated.  
static java.lang.String STEP_NO_OFFSET
          Deprecated.  
static java.lang.String WIZARD_PARAMETERS
          Deprecated.  
 
Constructor Summary
AbstractStaticWizard()
          Deprecated.  
 
Method Summary
protected  void doContent(com.sapportals.portal.prt.component.IPortalComponentRequest request, com.sapportals.portal.prt.component.IPortalComponentResponse response)
          Deprecated.  
 void initWizardSession(IWizardContext ctx)
          Deprecated.  
 java.util.Map processWizardParams(java.util.Map originalParams)
          Deprecated.  
 
Methods inherited from class com.sapportals.portal.prt.component.AbstractPortalComponent
destroy, doAbout, doAfterContent, doBeforeContent, doComponentEvent, doEdit, doHandleEditData, doHelp, doOnNodeReady, doOnNodeRemove, doOnPOMReady, doPreview, doRefresh, doRequestEvent, getCacheDiscriminant, getCachingLevel, handleEvent, hasExpired, init, init, init, service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sapportals.admin.wizardframework.api.IStaticWizardConfigurator
setupWizard
 

Field Detail

NEXT

public static final java.lang.String NEXT
Deprecated. 

BACK

public static final java.lang.String BACK
Deprecated. 

PREV

public static final java.lang.String PREV
Deprecated. 

FINISH

public static final java.lang.String FINISH
Deprecated. 

CANCEL

public static final java.lang.String CANCEL
Deprecated. 

WIZARD_PARAMETERS

public static final java.lang.String WIZARD_PARAMETERS
Deprecated. 

STEP_NO_OFFSET

public static final java.lang.String STEP_NO_OFFSET
Deprecated. 
Constructor Detail

AbstractStaticWizard

public AbstractStaticWizard()
Deprecated. 
Method Detail

doContent

protected void doContent(com.sapportals.portal.prt.component.IPortalComponentRequest request,
                         com.sapportals.portal.prt.component.IPortalComponentResponse response)
Deprecated. 
Overrides:
doContent in class com.sapportals.portal.prt.component.AbstractPortalComponent

processWizardParams

public java.util.Map processWizardParams(java.util.Map originalParams)
Deprecated. 
Specified by:
processWizardParams in interface IWizardConfigurator

initWizardSession

public void initWizardSession(IWizardContext ctx)
Deprecated. 
Specified by:
initWizardSession in interface IWizardConfigurator