org.openpipeline.server.pages
Class SelectStagesPage

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

public class SelectStagesPage
extends AdminPage


Constructor Summary
SelectStagesPage()
           
 
Method Summary
 String getAvailStageOptions()
           
 String getExistingStageOptions()
           
 String getJobName()
           
 String getStandardPipelineOptions()
           
 void processPage(javax.servlet.jsp.PageContext pageContext)
          Process a request for the select_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

SelectStagesPage

public SelectStagesPage()
Method Detail

processPage

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

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

getStandardPipelineOptions

public String getStandardPipelineOptions()
                                  throws Exception
Throws:
Exception

getJobName

public String getJobName()

redirect

public boolean redirect()

getAvailStageOptions

public String getAvailStageOptions()

getExistingStageOptions

public String getExistingStageOptions()
                               throws Exception
Throws:
Exception