gov.grants.apply.util
Class Log4jInit

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bygov.grants.apply.util.Log4jInit
All Implemented Interfaces:
Constants, java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class Log4jInit
extends javax.servlet.http.HttpServlet
implements Constants

Author:
Brian Husted TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
See Also:
Serialized Form

Field Summary
(package private) static org.apache.log4j.Logger log
           
static java.lang.String LOG_4J_CONFIG_FILE
           
static java.lang.String RESOURCES_LOG_4J_CONFIG_FILE
           
 
Fields inherited from interface gov.grants.apply.struts.Constants
ACTION_CONTINUE, ACTION_FAILURE, ACTION_SUCCESS, APP_RECEIPT_DATE, APPLICATION_INFO, APPLICATION_XML, ATTACHMENTS, ERROR_DETAIL, GETOPPORTUNITY_LIST, GG_TRACKING_ID, SOAP_SERVER_PROPERTY_FILE, STATUS_DETAIL, XML_FILE_NAME
 
Constructor Summary
Log4jInit()
           
 
Method Summary
 void init()
           
 
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

log

static final org.apache.log4j.Logger log

LOG_4J_CONFIG_FILE

public static final java.lang.String LOG_4J_CONFIG_FILE
See Also:
Constant Field Values

RESOURCES_LOG_4J_CONFIG_FILE

public static final java.lang.String RESOURCES_LOG_4J_CONFIG_FILE
See Also:
Constant Field Values
Constructor Detail

Log4jInit

public Log4jInit()
Method Detail

init

public void init()
          throws javax.servlet.ServletException
Throws:
javax.servlet.ServletException