org.openpipeline.server.pages
Class ConfigureStagesPage

java.lang.Object
  extended by org.openpipeline.server.pages.AdminPage
      extended by org.openpipeline.server.pages.ConfigureStagesPage

public class ConfigureStagesPage
extends AdminPage


Constructor Summary
ConfigureStagesPage()
           
 
Method Summary
 String getCurrConfigPage()
           
 String getCurrStageId()
           
 String getJobName()
           
 List getStageLinks()
           
 void processPage(javax.servlet.jsp.PageContext pageContext)
          Process a request for the configure_stages.jsp page in the admin interface.
 boolean redirect()
           
 
Methods inherited from class org.openpipeline.server.pages.AdminPage
addMessage, addMessages, checkbox, checkbox, convertParamsToXMLConfig, convertXMLConfigToParams, getBooleanParam, getMessages, getParam, getParam, getParamMap, getParams, handleError, passwordField, populateParams, radioButton, selectField, selectField, setParam, textArea, textField, textField, textField
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigureStagesPage

public ConfigureStagesPage()
Method Detail

processPage

public void processPage(javax.servlet.jsp.PageContext pageContext)
Process a request for the configure_stages.jsp page in the admin interface.

Overrides:
processPage in class AdminPage
Parameters:
pageContext - the pageContext variable from the jsp page

getStageLinks

public List getStageLinks()

getCurrStageId

public String getCurrStageId()

getCurrConfigPage

public String getCurrConfigPage()

getJobName

public String getJobName()

redirect

public boolean redirect()