org.jenkinsci.plugins.scriptler.util
Class UIHelper

java.lang.Object
  extended by org.jenkinsci.plugins.scriptler.util.UIHelper

public class UIHelper
extends Object


Constructor Summary
UIHelper()
           
 
Method Summary
static Parameter[] extractParameters(net.sf.json.JSONObject json)
          Extracts the parameters from the given request
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIHelper

public UIHelper()
Method Detail

extractParameters

public static Parameter[] extractParameters(net.sf.json.JSONObject json)
                                     throws javax.servlet.ServletException
Extracts the parameters from the given request

Parameters:
req - the request potentially containing parameters
Returns:
parameters - might be an empty array, but never null.
Throws:
javax.servlet.ServletException


Copyright © 2010-2012. All Rights Reserved.