com.sapportals.admin.wizardframework.util
Class RedirectComponent

java.lang.Object
  |
  +--com.sapportals.admin.wizardframework.components.AbstractWizardComponent
        |
        +--com.sapportals.admin.wizardframework.components.HTMLScriptComponent
              |
              +--com.sapportals.admin.wizardframework.util.RedirectComponent
All Implemented Interfaces:
IDependencyObject, IWizardComponent

public class RedirectComponent
extends HTMLScriptComponent


Fields inherited from class com.sapportals.admin.wizardframework.components.AbstractWizardComponent
HORIZONTAL_LAYOUT, VERTICAL_LAYOUT
 
Constructor Summary
RedirectComponent(java.lang.String url, java.util.Map postArgs)
           
 
Method Summary
 com.sapportals.htmlb.Component getDisplay(IWizardContext ctx)
          the default implementation returns null - if your component has a display it should inherit AbstractDisplayComponent or AbstractInputComponent.
 
Methods inherited from class com.sapportals.admin.wizardframework.components.HTMLScriptComponent
getScript, setScript
 
Methods inherited from class com.sapportals.admin.wizardframework.components.AbstractWizardComponent
clearIfInconsistent, doAfterSubmit, doBeforeDisplay, getControlInFocus, getDescription, getErrorMessages, getPath, getProperty, getTitle, init, isComplete, isInitialized, isMandatory, processInput, setMandatory, setPath, setProperty, setTempProperty, setupComponent, wasChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RedirectComponent

public RedirectComponent(java.lang.String url,
                         java.util.Map postArgs)
Method Detail

getDisplay

public com.sapportals.htmlb.Component getDisplay(IWizardContext ctx)
Description copied from class: AbstractWizardComponent
the default implementation returns null - if your component has a display it should inherit AbstractDisplayComponent or AbstractInputComponent.
Overrides:
getDisplay in class HTMLScriptComponent