com.filenet.wcm.apps.server.ui

Class WcmPlugInModule

  1. java.lang.Object
  2. extended bycom.filenet.wcm.toolkit.server.base.WcmDpContainer
  3. extended bycom.filenet.wcm.toolkit.server.base.WcmModule
  4. extended bycom.filenet.wcm.toolkit.server.base.GlobalEventModule
  5. extended bycom.filenet.wcm.toolkit.server.base.WcmUiModule
  6. extended bycom.filenet.wcm.apps.server.ui.WcmPlugInModule
All implemented interfaces:
com.filenet.wcm.toolkit.server.base.WcmModuleInterface, com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface

  1. public class WcmPlugInModule
  2. extends com.filenet.wcm.toolkit.server.base.WcmUiModule
Renders a series of tags for the Java Plug-in.

Field Summary

Modifier and Type Field and Description
  1. protected
  2. java.util.Locale
m_locale
  1. protected
  2. com.filenet.wcm.toolkit.server.dp.WcmNavigationDataProvider
ndp
  1. protected
  2. ObjectStoreAccessUtil
osau
  1. protected
  2. java.lang.String
pe3ptJarVersion
  1. protected
  2. java.lang.String
psclientJarVersion
  1. protected
  2. java.lang.String
useAppletConfig
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule
locale, NAME_DELIMITER

Constructor Summary

Constructor and Description
WcmPlugInModule()

Method Summary

Modifier and Type Method and Description
  1. void
initialize()
Initializes
  1. void
onStartPage(javax.servlet.http.HttpServletRequest request,javax.servlet.http.HttpServletResponse response)
Handles the onStartPage event.
  1. void
render(java.io.Writer writer)
Writes the page HTML to the stream.
  1. void
setAppletClassName(java.lang.String appletClassName)
Sets the class name for the applet, including the package information.
  1. void
setJarArchiveValues(java.lang.String jarArchiveValues)
Sets the JAR archive information for the plug-in.
  1. void
setJarVersionValues(java.lang.String jarVersionValues)
Sets the JAR version information for the plug-in.
  1. void
setRetrieveRunningRoutersFlag(java.lang.String retrieveRunningRoutersFlag)
Sets a flag to indicate whether the list running routers are to be retrieved.
  1. void
setUseAppletConfig(java.lang.String useAppletConfig)
Sets the appletParameters.properties.
  1. void
writevar(java.io.Writer writer,java.lang.String varname,java.lang.String value)
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmUiModule
getActive, getBasePath, getBaseUrl, getBaseURLBuilder, getControllerEventUrl, getControllerEventUrl, getEventFormFields, getEventFormFields, getEventFormTag, getEventFormTag, getEventUrl, getEventUrl, getEventUrl, getEventUrl, getFormName, getFormSubmitUrl, getFormSubmitUrl, getGlobalEventUrl, getGlobalEventUrl, getPageUrl, getPageUrl, getPageUrl, getPageUrl, getUiParent, peekEvent, renderJSP, routeEvent, routeEvent, serverSideInclude, serverSideInclude, setActive, setJSP
Methods inherited from class com.filenet.wcm.toolkit.server.base.GlobalEventModule
subscribeGlobalEvent
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmModule
addChild, addChild, addChild, cleanup, debugTrace, getClassProperty, getClassProperty, getClassPropertyKeys, getConfiguration, getController, getDataStore, getModuleProperty, getModuleProperty, getModuleProperty, getModuleProperty, getModulePropertyKeys, getName, getParent, getWindowProperty, getWindowProperty, persist, queryDataProvider, setClassProperty, setClassProperty, setController, setModuleProperty, setModuleProperty, setName, setParent, setPortletParent, setWindowProperty
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmDpContainer
addDataProvider, addDataProvider
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
addDataProvider, cleanup, getDataStore, getModuleProperty, getName, getParent, persist, queryDataProvider, setController, setModuleProperty, setName, setParent

Field Detail

m_locale

  1. protected java.util.Locale m_locale

ndp

  1. protected com.filenet.wcm.toolkit.server.dp.WcmNavigationDataProvider ndp

osau

  1. protected ObjectStoreAccessUtil osau

useAppletConfig

  1. protected java.lang.String useAppletConfig

pe3ptJarVersion

  1. protected java.lang.String pe3ptJarVersion

psclientJarVersion

  1. protected java.lang.String psclientJarVersion

Constructor Detail

WcmPlugInModule

  1. public WcmPlugInModule()

Method Detail

initialize

  1. public void initialize()
  2. throws java.lang.Exception
Initializes
Specified by:
initialize in interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
Overrides:
initialize in class com.filenet.wcm.toolkit.server.base.WcmModule
Throws:
java.lang.Exception

onStartPage

  1. public void onStartPage(javax.servlet.http.HttpServletRequest request,
  2. javax.servlet.http.HttpServletResponse response)
  3. throws java.lang.Exception
Handles the onStartPage event.
Specified by:
onStartPage in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
Overrides:
onStartPage in class com.filenet.wcm.toolkit.server.base.GlobalEventModule
Parameters:
request - The request object
response - The response object
Throws:
java.lang.Exception

writevar

  1. public void writevar(java.io.Writer writer,
  2. java.lang.String varname,
  3. java.lang.String value)
  4. throws java.io.IOException
Parameters:
writer -
varname -
value -
Throws:
java.io.IOException

render

  1. public void render(java.io.Writer writer)
  2. throws java.lang.Exception
Writes the page HTML to the stream.
Specified by:
render in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
Overrides:
render in class com.filenet.wcm.toolkit.server.base.WcmUiModule
Parameters:
writer - Used for writing to character streams.
Throws:
java.lang.Exception

setUseAppletConfig

  1. public void setUseAppletConfig( java.lang.String useAppletConfig)
Sets the appletParameters.properties.
Parameters:
useAppletConfig -

setAppletClassName

  1. public void setAppletClassName( java.lang.String appletClassName)
Sets the class name for the applet, including the package information.
Parameters:
appletClassName - The class name, including package information.

setJarArchiveValues

  1. public void setJarArchiveValues( java.lang.String jarArchiveValues)
Sets the JAR archive information for the plug-in.
Parameters:
jarArchiveValues - The JAR archive information.

setJarVersionValues

  1. public void setJarVersionValues( java.lang.String jarVersionValues)
Sets the JAR version information for the plug-in.
Parameters:
jarVersionValues - The JAR version information.

setRetrieveRunningRoutersFlag

  1. public void setRetrieveRunningRoutersFlag( java.lang.String retrieveRunningRoutersFlag)
Sets a flag to indicate whether the list running routers are to be retrieved.
Parameters:
retrieveRunningRoutersFlag - If not "true" the router information from site preferences is used.