|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.turbine.util.InputFilterUtils
public abstract class InputFilterUtils
Some filter methods that have been orphaned in the Screen class.
Constructor Summary | |
---|---|
InputFilterUtils()
|
Method Summary | |
---|---|
static java.lang.String |
prepareText(java.lang.String s)
This function can/should be used in any screen that will output User entered text. |
static java.lang.String |
prepareTextMinimum(java.lang.String s)
This function can/should be used in any screen that will output User entered text. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InputFilterUtils()
Method Detail |
---|
public static java.lang.String prepareText(java.lang.String s)