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()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute()
Deprecated.
|
String |
Execute(COM.FutureTense.Interfaces.FTValList vIn,
COM.FutureTense.Interfaces.FTValList vOut)
Deprecated.
|
protected COM.FutureTense.Interfaces.FTVAL |
getInputArgument(String name)
Deprecated.
|
protected String |
getInputArgumentAsString(String name)
Deprecated.
|
protected void |
handleException(Exception e)
Deprecated.
|
void |
SetAppLogic(COM.FutureTense.Interfaces.IPS ips)
Deprecated.
|
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. All rights reserved.