public class BaseController extends Object implements COM.FutureTense.XML.Template.Seed2
This is the controller (dispatcher) that dispatches the request to the correct asset/template combination based on the path field for a Web Referenceable Asset.
This controller should be called from an outer XML element via the CALLJAVA tag:<CALLJAVA CLASS="com.fatwire.gst.foundation.controller.BaseController" />
| Constructor and Description |
|---|
BaseController() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute() |
String |
Execute(COM.FutureTense.Interfaces.FTValList vIn,
COM.FutureTense.Interfaces.FTValList vOut) |
protected COM.FutureTense.Interfaces.FTVAL |
getInputArgument(String name) |
protected String |
getInputArgumentAsString(String name) |
protected void |
handleException(Exception e) |
void |
SetAppLogic(COM.FutureTense.Interfaces.IPS ips) |
public void SetAppLogic(COM.FutureTense.Interfaces.IPS ips)
SetAppLogic in interface COM.FutureTense.XML.Template.Seed2public final String Execute(COM.FutureTense.Interfaces.FTValList vIn, COM.FutureTense.Interfaces.FTValList vOut)
Execute in interface COM.FutureTense.XML.Template.Seedprotected final COM.FutureTense.Interfaces.FTVAL getInputArgument(String name)
protected void doExecute()
protected void handleException(Exception e)
Copyright © 2010-2016 Oracle Corporation. All Rights Reserved.