COM.FutureTense.XML.Template
Interface Seed
- All Known Subinterfaces:
- IDynamicTag, IXMLBodyTag
- All Known Implementing Classes:
- ValidateLogin
public interface Seed
A thing more simple then a bean.
The method call is specified by the
tagging. A compliant object must implement
all interfaces but can return null, etc.
Method Summary |
java.lang.String |
Execute(FTValList vIn,
FTValList vOut)
Implements the Execute method in a manner similar
to newRequest |
returnString
static final int returnString
- See Also:
- Constant Field Values
Execute
java.lang.String Execute(FTValList vIn,
FTValList vOut)
- Implements the Execute method in a manner similar
to newRequest
- Parameters:
vIn
- a FTValList
with input variables.vOut
- a FTValList
output variables to
to set within script engine scope. Note that the
script engine returns errors as < 0 values.
- Returns:
String
value to stream back from
within script engine scope (null is fine)
Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.