|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
AEAppletServlet | AEAppletServlet is the servlet provides access to applet based tools, such as Search Designer, to AE caches. |
GetProcessorServlet | GetProcessorServlet is a servlet for determining which step processor jsp to redirect to. Servlet Configuration in WEB-INF/web.xml: <servlet> <servlet-name>getProcessor</servlet-name> <servlet-class>com.filenet.wcm.toolkit.server.servlet.GetProcessorServlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>getProcessor</servlet-name> <url-pattern>/getProcessor/*</url-pattern> </servlet-mapping> |
KeepAliveServlet | A simple ping/echo back keep alive servlet that the keep alive thread in the designer tool Java Applets will hit to keep the user session from timing out. |
LaunchServlet | LaunchServlet is a servlet for launching a workflow or a workflow subscription. Servlet Configuration in WEB-INF/web.xml: <servlet> <servlet-name>launch</servlet-name> <servlet-class>com.filenet.wcm.toolkit.server.servlet.LaunchServlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>launch</servlet-name> <url-pattern>/launch/*</url-pattern> </servlet-mapping> |
SearchChoiceListServlet | SearchChoiceListServlet is the servlet to get the choice list information for Search Designer from AE server. Servlet Configuration in WEB-INF/web.xml: <servlet> <servlet-name>launch</servlet-name> <servlet-class>com.filenet.wcm.toolkit.server.servlet.LaunchServlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>launch</servlet-name> <url-pattern>/launch/*</url-pattern> </servlet-mapping> |
SessionTunnelServlet | SessionTunnelServlet provides CE Java API (javaapi.jar) low-level protocol support for designer applets such as Search Designer and Publish Designer. |
WcmCredentialsServlet | This servlet receives a credentials payload from the SSL server, and posts the credentials to the appropriate session. |
WcmGetContentServlet | WcmGetContentServlet is a servlet for retrieving object content. Servlet Configuration in WEB-INF/web.xml: <servlet> <servlet-name>getContent</servlet-name> <servlet-class>com.filenet.wcm.toolkit.server.servlet.WcmGetContentServlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>getContent</servlet-name> <url-pattern>/getContent/*</url-pattern> </servlet-mapping> Supported URL Syntax: Id-based URL - takes 3 required query string parameters, objectStoreName, objectType, and id for folder, id and/or vsId for other object types. Path-based URL - containment reference to folder, document, stored search, search template, and publish template; takes /[object store id or name]/[containment pathname] at the end of the URL. When objectType=[document|storedsearch|searchtemplate|publishtemplate], the id parameter is for retrieving a specific version, and vsId parameter is for retrieving the most recent released version within the version series. id parameter also supports "current" and "release" values, for retrieving either the current or released version of the document. |
WebContentPreviewServlet |
Provides interfaces for implementing application engine servlets to relay requests and responses between administrative applets and the content engine, and supplies servlet classes for receiving and posting credentials and object content.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |