public abstract class InputFilterUtils extends Object
Constructor and Description |
---|
InputFilterUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
prepareText(String s)
This function can/should be used in any screen that will output
User entered text.
|
static String |
prepareTextMinimum(String s)
This function can/should be used in any screen that will output
User entered text.
|
public InputFilterUtils()
public static String prepareText(String s)
s
- The string to prepare.public static String prepareTextMinimum(String s)
s
- The string to prepare.Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.