org.apache.geronimo.kernel.util
Class InputUtils

java.lang.Object
  extended by org.apache.geronimo.kernel.util.InputUtils

public class InputUtils
extends Object

Utility functions related to Input validation.


Constructor Summary
InputUtils()
           
 
Method Summary
static void validateSafeInput(ArrayList<String> inputs)
           
static void validateSafeInput(String input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputUtils

public InputUtils()
Method Detail

validateSafeInput

public static final void validateSafeInput(String input)

validateSafeInput

public static final void validateSafeInput(ArrayList<String> inputs)


Copyright © 2003-2011 The Apache Geronimo development community. All Rights Reserved.