Package com.nt.udc.ndk.nplhooks
Class OutputStringMethodHandlerImpl
java.lang.Object
com.nt.udc.ndk.nplhooks.OutputStringMethodHandlerImpl
- All Implemented Interfaces:
IDCMethodHandler
,OutputStringMethodHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoOutputString
(StringField inputString, StringField forbiddenChars, StringField substituteChars, IntField maxLength)
-
Constructor Details
-
OutputStringMethodHandlerImpl
public OutputStringMethodHandlerImpl()
-
-
Method Details
-
toOutputString
public StringField toOutputString(StringField inputString, StringField forbiddenChars, StringField substituteChars, IntField maxLength) - Specified by:
toOutputString
in interfaceOutputStringMethodHandler
-