Skip navigation links


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.


Field Summary
static int returnString
           

 

Method Summary
 java.lang.String Execute(FTValList vIn, FTValList vOut)
          Implements the Execute method in a manner similar to newRequest

 

Field Detail

returnString

static final int returnString
See Also:
Constant Field Values

Method Detail

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)

Skip navigation links


Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.