com.filenet.wcm.apps.server.servlet
Class WcmAnnotationServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bycom.filenet.wcm.apps.server.servlet.WcmAnnotationServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
Direct Known Subclasses:
WcmCEAnnotServlet, WcmISAnnotServlet

public abstract class WcmAnnotationServlet
extends javax.servlet.http.HttpServlet

See Also:
Serialized Form

Field Summary
protected static javax.servlet.ServletContext application
           
protected static java.lang.String LOG4J_CONFIG
          *********************************************************** Name of the system property and servlet config parameter that specify the log4j property file location.
 
Constructor Summary
WcmAnnotationServlet()
           
 
Method Summary
protected static java.lang.String getAnnotationData(javax.servlet.http.HttpServletRequest request)
           
 void init(javax.servlet.ServletConfig config)
          *********************************************************** Configures log4j logging.
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

application

protected static javax.servlet.ServletContext application

LOG4J_CONFIG

protected static final java.lang.String LOG4J_CONFIG
*********************************************************** Name of the system property and servlet config parameter that specify the log4j property file location. log4j.config ************************************************************

See Also:
Constant Field Values
Constructor Detail

WcmAnnotationServlet

public WcmAnnotationServlet()
Method Detail

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
*********************************************************** Configures log4j logging. Throws exception only if there is an error in the log4j config file. If the file can't be found, continues with basic log4j config.

Parameters:
config - The servlet config
Throws:
javax.servlet.ServletException - if the there's an error parsing log4j property file. ************************************************************

getAnnotationData

protected static java.lang.String getAnnotationData(javax.servlet.http.HttpServletRequest request)


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.