public abstract class BaseJSPChannel extends BaseChannel
| Constructor and Description |
|---|
BaseJSPChannel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFormHTML(ChannelInstance channelInstance,
java.util.Map<java.lang.String,java.lang.Object> context,
java.util.Map<java.lang.String,java.lang.String> values)
Returns the HTML code containing the form fields required to edit the
channel instance configuration, based on the context.
|
protected java.lang.String |
getFormTemplatePath() |
protected void |
populateContext(ChannelInstance channelInstance,
java.util.Map<java.lang.String,java.lang.Object> context,
java.util.Map<java.lang.String,java.lang.String> values) |
void |
setServletContext(javax.servlet.ServletContext servletContext) |
activate, deActivate, deleteData, exportData, getChannelKey, getDescription, getExportImportErrorMessage, getIcon, getName, getShortDescription, importData, isInstantiable, isVisible, processChannel, updateChannelclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSummarypublic java.lang.String getFormHTML(ChannelInstance channelInstance, java.util.Map<java.lang.String,java.lang.Object> context, java.util.Map<java.lang.String,java.lang.String> values)
ChannelchannelInstance - the channel instance with stored configurationcontext - the map defining the form evaluation contextvalues - the values configured by users for the current channel
instance based on the form controls from the HTML. This will be
used when there is an error and the form is reloaded.public void setServletContext(javax.servlet.ServletContext servletContext)
protected java.lang.String getFormTemplatePath()
protected void populateContext(ChannelInstance channelInstance, java.util.Map<java.lang.String,java.lang.Object> context, java.util.Map<java.lang.String,java.lang.String> values)