public class UntrustedInput extends Object
| Constructor and Description |
|---|
UntrustedInput(Object input)
Construct a new UntrustedInput instance.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getInput()
Returns the untrusted input as Object.
|
String |
getString()
Returns the untrusted input convertet to a String.
|
String |
toString() |
protected Object input
public UntrustedInput(Object input)
input - the untrusted input ObjectCopyright © 2015. All rights reserved.