| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
| <!--NewPage--> |
| <HTML> |
| <HEAD> |
| <!-- Generated by javadoc (build 1.6.0_65) on Sun May 10 14:42:14 MST 2015 --> |
| <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| <TITLE> |
| Index (Apache Log4j Web 2.3 API) |
| </TITLE> |
| |
| <META NAME="date" CONTENT="2015-05-10"> |
| |
| <LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style"> |
| |
| <SCRIPT type="text/javascript"> |
| function windowTitle() |
| { |
| if (location.href.indexOf('is-external=true') == -1) { |
| parent.document.title="Index (Apache Log4j Web 2.3 API)"; |
| } |
| } |
| </SCRIPT> |
| <NOSCRIPT> |
| </NOSCRIPT> |
| |
| </HEAD> |
| |
| <BODY BGCOLOR="white" onload="windowTitle();"> |
| <HR> |
| |
| |
| <!-- ========= START OF TOP NAVBAR ======= --> |
| <A NAME="navbar_top"><!-- --></A> |
| <A HREF="#skip-navbar_top" title="Skip navigation links"></A> |
| <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> |
| <TR> |
| <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> |
| <A NAME="navbar_top_firstrow"><!-- --></A> |
| <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> |
| <TR ALIGN="center" VALIGN="top"> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> |
| <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> |
| </TR> |
| </TABLE> |
| </TD> |
| <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> |
| </EM> |
| </TD> |
| </TR> |
| |
| <TR> |
| <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> |
| PREV |
| NEXT</FONT></TD> |
| <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> |
| <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> |
| <A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> |
| <SCRIPT type="text/javascript"> |
| <!-- |
| if(window==top) { |
| document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>'); |
| } |
| //--> |
| </SCRIPT> |
| <NOSCRIPT> |
| <A HREF="./allclasses-noframe.html"><B>All Classes</B></A> |
| </NOSCRIPT> |
| |
| |
| </FONT></TD> |
| </TR> |
| </TABLE> |
| <A NAME="skip-navbar_top"></A> |
| <!-- ========= END OF TOP NAVBAR ========= --> |
| |
| <A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_O_">O</A> <A HREF="#_S_">S</A> <A HREF="#_W_">W</A> <HR> |
| <A NAME="_A_"><!-- --></A><H2> |
| <B>A</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/web/appender/ServletAppender.html#append(org.apache.logging.log4j.core.LogEvent)"><B>append(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.web.appender.<A HREF="./org/apache/logging/log4j/web/appender/ServletAppender.html" title="class in org.apache.logging.log4j.web.appender">ServletAppender</A> |
| <DD> |
| </DL> |
| <HR> |
| <A NAME="_C_"><!-- --></A><H2> |
| <B>C</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/web/Log4jWebSupport.html#clearLoggerContext()"><B>clearLoggerContext()</B></A> - |
| Method in interface org.apache.logging.log4j.web.<A HREF="./org/apache/logging/log4j/web/Log4jWebSupport.html" title="interface in org.apache.logging.log4j.web">Log4jWebSupport</A> |
| <DD>Clears the logger context set up in <A HREF="./org/apache/logging/log4j/web/Log4jWebSupport.html#setLoggerContext()"><CODE>Log4jWebSupport.setLoggerContext()</CODE></A>. |
| <DT><A HREF="./org/apache/logging/log4j/web/Log4jWebSupport.html#CONTEXT_ATTRIBUTE"><B>CONTEXT_ATTRIBUTE</B></A> - |
| Static variable in interface org.apache.logging.log4j.web.<A HREF="./org/apache/logging/log4j/web/Log4jWebSupport.html" title="interface in org.apache.logging.log4j.web">Log4jWebSupport</A> |
| <DD>The attribute key for the <A HREF="http://docs.oracle.com/javaee/6/api/javax/servlet/ServletContext.html?is-external=true" title="class or interface in javax.servlet"><CODE>ServletContext</CODE></A> attribute that the <CODE>LoggerContext</CODE> |
| is stored in. |
| <DT><A HREF="./org/apache/logging/log4j/web/Log4jServletContextListener.html#contextDestroyed(javax.servlet.ServletContextEvent)"><B>contextDestroyed(ServletContextEvent)</B></A> - |
| Method in class org.apache.logging.log4j.web.<A HREF="./org/apache/logging/log4j/web/Log4jServletContextListener.html" title="class in org.apache.logging.log4j.web">Log4jServletContextListener</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/web/Log4jServletContextListener.html#contextInitialized(javax.servlet.ServletContextEvent)"><B>contextInitialized(ServletContextEvent)</B></A> - |
| Method in class org.apache.logging.log4j.web.<A HREF="./org/apache/logging/log4j/web/Log4jServletContextListener.html" title="class in org.apache.logging.log4j.web">Log4jServletContextListener</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/web/appender/ServletAppender.html#createAppender(org.apache.logging.log4j.core.Layout, org.apache.logging.log4j.core.Filter, java.lang.String, boolean)"><B>createAppender(Layout<? extends Serializable>, Filter, String, boolean)</B></A> - |
| Static method in class org.apache.logging.log4j.web.appender.<A HREF="./org/apache/logging/log4j/web/appender/ServletAppender.html" title="class in org.apache.logging.log4j.web.appender">ServletAppender</A> |
| <DD>Create a Servlet Appender. |
| </DL> |
| <HR> |
| <A NAME="_D_"><!-- --></A><H2> |
| <B>D</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/web/Log4jServletFilter.html#destroy()"><B>destroy()</B></A> - |
| Method in class org.apache.logging.log4j.web.<A HREF="./org/apache/logging/log4j/web/Log4jServletFilter.html" title="class in org.apache.logging.log4j.web">Log4jServletFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/web/Log4jServletFilter.html#doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)"><B>doFilter(ServletRequest, ServletResponse, FilterChain)</B></A> - |
| Method in class org.apache.logging.log4j.web.<A HREF="./org/apache/logging/log4j/web/Log4jServletFilter.html" title="class in org.apache.logging.log4j.web">Log4jServletFilter</A> |
| <DD> |
| </DL> |
| <HR> |
| <A NAME="_G_"><!-- --></A><H2> |
| <B>G</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/web/WebLoggerContextUtils.html#getRequiredWebLoggerContext(javax.servlet.ServletContext)"><B>getRequiredWebLoggerContext(ServletContext)</B></A> - |
| Static method in class org.apache.logging.log4j.web.<A HREF="./org/apache/logging/log4j/web/WebLoggerContextUtils.html" title="class in org.apache.logging.log4j.web">WebLoggerContextUtils</A> |
| <DD>Finds the main <CODE>LoggerContext</CODE> configured for the given ServletContext. |
| <DT><A HREF="./org/apache/logging/log4j/web/WebLoggerContextUtils.html#getServletContext()"><B>getServletContext()</B></A> - |
| Static method in class org.apache.logging.log4j.web.<A HREF="./org/apache/logging/log4j/web/WebLoggerContextUtils.html" title="class in org.apache.logging.log4j.web">WebLoggerContextUtils</A> |
| <DD>Gets the current <A HREF="http://docs.oracle.com/javaee/6/api/javax/servlet/ServletContext.html?is-external=true" title="class or interface in javax.servlet"><CODE>ServletContext</CODE></A> if it has already been assigned to a LoggerContext's external context. |
| <DT><A HREF="./org/apache/logging/log4j/web/WebLookup.html#getServletContext()"><B>getServletContext()</B></A> - |
| Method in class org.apache.logging.log4j.web.<A HREF="./org/apache/logging/log4j/web/WebLookup.html" title="class in org.apache.logging.log4j.web">WebLookup</A> |
| <DD><B>Deprecated.</B> <I>Use <A HREF="./org/apache/logging/log4j/web/WebLoggerContextUtils.html#getServletContext()"><CODE>WebLoggerContextUtils.getServletContext()</CODE></A>.</I> |
| <DT><A HREF="./org/apache/logging/log4j/web/WebLoggerContextUtils.html#getWebLifeCycle(javax.servlet.ServletContext)"><B>getWebLifeCycle(ServletContext)</B></A> - |
| Static method in class org.apache.logging.log4j.web.<A HREF="./org/apache/logging/log4j/web/WebLoggerContextUtils.html" title="class in org.apache.logging.log4j.web">WebLoggerContextUtils</A> |
| <DD>Finds or initializes the <CODE>Log4jWebLifeCycle</CODE> singleton for the given |
| ServletContext. |
| <DT><A HREF="./org/apache/logging/log4j/web/WebLoggerContextUtils.html#getWebLoggerContext(javax.servlet.ServletContext)"><B>getWebLoggerContext(ServletContext)</B></A> - |
| Static method in class org.apache.logging.log4j.web.<A HREF="./org/apache/logging/log4j/web/WebLoggerContextUtils.html" title="class in org.apache.logging.log4j.web">WebLoggerContextUtils</A> |
| <DD>Finds the main <CODE>LoggerContext</CODE> configured for the given ServletContext. |
| </DL> |
| <HR> |
| <A NAME="_I_"><!-- --></A><H2> |
| <B>I</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/web/Log4jServletFilter.html#init(javax.servlet.FilterConfig)"><B>init(FilterConfig)</B></A> - |
| Method in class org.apache.logging.log4j.web.<A HREF="./org/apache/logging/log4j/web/Log4jServletFilter.html" title="class in org.apache.logging.log4j.web">Log4jServletFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/web/Log4jWebSupport.html#IS_LOG4J_AUTO_INITIALIZATION_DISABLED"><B>IS_LOG4J_AUTO_INITIALIZATION_DISABLED</B></A> - |
| Static variable in interface org.apache.logging.log4j.web.<A HREF="./org/apache/logging/log4j/web/Log4jWebSupport.html" title="interface in org.apache.logging.log4j.web">Log4jWebSupport</A> |
| <DD>The <A HREF="http://docs.oracle.com/javaee/6/api/javax/servlet/ServletContext.html?is-external=true" title="class or interface in javax.servlet"><CODE>ServletContext</CODE></A> parameter name for the flag that disables Log4j's auto-initialization |
| in Servlet 3.0+ web applications. |
| <DT><A HREF="./org/apache/logging/log4j/web/Log4jWebSupport.html#IS_LOG4J_CONTEXT_SELECTOR_NAMED"><B>IS_LOG4J_CONTEXT_SELECTOR_NAMED</B></A> - |
| Static variable in interface org.apache.logging.log4j.web.<A HREF="./org/apache/logging/log4j/web/Log4jWebSupport.html" title="interface in org.apache.logging.log4j.web">Log4jWebSupport</A> |
| <DD>The <A HREF="http://docs.oracle.com/javaee/6/api/javax/servlet/ServletContext.html?is-external=true" title="class or interface in javax.servlet"><CODE>ServletContext</CODE></A> parameter name for the JNDI flag. |
| </DL> |
| <HR> |
| <A NAME="_L_"><!-- --></A><H2> |
| <B>L</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/web/Log4jWebSupport.html#LOG4J_CONFIG_LOCATION"><B>LOG4J_CONFIG_LOCATION</B></A> - |
| Static variable in interface org.apache.logging.log4j.web.<A HREF="./org/apache/logging/log4j/web/Log4jWebSupport.html" title="interface in org.apache.logging.log4j.web">Log4jWebSupport</A> |
| <DD>The <A HREF="http://docs.oracle.com/javaee/6/api/javax/servlet/ServletContext.html?is-external=true" title="class or interface in javax.servlet"><CODE>ServletContext</CODE></A> parameter name for the location of the configuration. |
| <DT><A HREF="./org/apache/logging/log4j/web/Log4jWebSupport.html#LOG4J_CONTEXT_NAME"><B>LOG4J_CONTEXT_NAME</B></A> - |
| Static variable in interface org.apache.logging.log4j.web.<A HREF="./org/apache/logging/log4j/web/Log4jWebSupport.html" title="interface in org.apache.logging.log4j.web">Log4jWebSupport</A> |
| <DD>The <A HREF="http://docs.oracle.com/javaee/6/api/javax/servlet/ServletContext.html?is-external=true" title="class or interface in javax.servlet"><CODE>ServletContext</CODE></A> parameter name for the name of the |
| <CODE>LoggerContext</CODE>. |
| <DT><A HREF="./org/apache/logging/log4j/web/Log4jServletContainerInitializer.html" title="class in org.apache.logging.log4j.web"><B>Log4jServletContainerInitializer</B></A> - Class in <A HREF="./org/apache/logging/log4j/web/package-summary.html">org.apache.logging.log4j.web</A><DD>In a Servlet 3.0 or newer environment, this initializer is responsible for starting up Log4j logging before anything |
| else happens in application initialization.<DT><A HREF="./org/apache/logging/log4j/web/Log4jServletContainerInitializer.html#Log4jServletContainerInitializer()"><B>Log4jServletContainerInitializer()</B></A> - |
| Constructor for class org.apache.logging.log4j.web.<A HREF="./org/apache/logging/log4j/web/Log4jServletContainerInitializer.html" title="class in org.apache.logging.log4j.web">Log4jServletContainerInitializer</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/web/Log4jServletContextListener.html" title="class in org.apache.logging.log4j.web"><B>Log4jServletContextListener</B></A> - Class in <A HREF="./org/apache/logging/log4j/web/package-summary.html">org.apache.logging.log4j.web</A><DD>In environments older than Servlet 3.0, this initializer is responsible for starting up Log4j logging before anything |
| else happens in application initialization.<DT><A HREF="./org/apache/logging/log4j/web/Log4jServletContextListener.html#Log4jServletContextListener()"><B>Log4jServletContextListener()</B></A> - |
| Constructor for class org.apache.logging.log4j.web.<A HREF="./org/apache/logging/log4j/web/Log4jServletContextListener.html" title="class in org.apache.logging.log4j.web">Log4jServletContextListener</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/web/Log4jServletFilter.html" title="class in org.apache.logging.log4j.web"><B>Log4jServletFilter</B></A> - Class in <A HREF="./org/apache/logging/log4j/web/package-summary.html">org.apache.logging.log4j.web</A><DD>This is responsible for the following: |
| |
| Clearing the logger context when the application has finished starting up. |
| Setting the logger context before processing a request and clearing it after processing a request. |
| Setting the logger context when the application is starting to shut down. |
| |
| This filter is a once-per-request filter.<DT><A HREF="./org/apache/logging/log4j/web/Log4jServletFilter.html#Log4jServletFilter()"><B>Log4jServletFilter()</B></A> - |
| Constructor for class org.apache.logging.log4j.web.<A HREF="./org/apache/logging/log4j/web/Log4jServletFilter.html" title="class in org.apache.logging.log4j.web">Log4jServletFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/web/Log4jWebSupport.html" title="interface in org.apache.logging.log4j.web"><B>Log4jWebSupport</B></A> - Interface in <A HREF="./org/apache/logging/log4j/web/package-summary.html">org.apache.logging.log4j.web</A><DD>Specifies an interface for setting and clearing a thread-bound <CODE>LoggerContext</CODE> in a Java EE web application.<DT><A HREF="./org/apache/logging/log4j/web/WebLookup.html#lookup(org.apache.logging.log4j.core.LogEvent, java.lang.String)"><B>lookup(LogEvent, String)</B></A> - |
| Method in class org.apache.logging.log4j.web.<A HREF="./org/apache/logging/log4j/web/WebLookup.html" title="class in org.apache.logging.log4j.web">WebLookup</A> |
| <DD> |
| </DL> |
| <HR> |
| <A NAME="_O_"><!-- --></A><H2> |
| <B>O</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/web/Log4jServletContainerInitializer.html#onStartup(java.util.Set, javax.servlet.ServletContext)"><B>onStartup(Set<Class<?>>, ServletContext)</B></A> - |
| Method in class org.apache.logging.log4j.web.<A HREF="./org/apache/logging/log4j/web/Log4jServletContainerInitializer.html" title="class in org.apache.logging.log4j.web">Log4jServletContainerInitializer</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/web/package-summary.html"><B>org.apache.logging.log4j.web</B></A> - package org.apache.logging.log4j.web<DD>The classes in this package are responsible for properly initializing and deinitializing Log4j in a Java EE web |
| application.<DT><A HREF="./org/apache/logging/log4j/web/appender/package-summary.html"><B>org.apache.logging.log4j.web.appender</B></A> - package org.apache.logging.log4j.web.appender<DD> </DL> |
| <HR> |
| <A NAME="_S_"><!-- --></A><H2> |
| <B>S</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/web/appender/ServletAppender.html" title="class in org.apache.logging.log4j.web.appender"><B>ServletAppender</B></A> - Class in <A HREF="./org/apache/logging/log4j/web/appender/package-summary.html">org.apache.logging.log4j.web.appender</A><DD>Logs using the ServletContext's log method<DT><A HREF="./org/apache/logging/log4j/web/Log4jWebSupport.html#setLoggerContext()"><B>setLoggerContext()</B></A> - |
| Method in interface org.apache.logging.log4j.web.<A HREF="./org/apache/logging/log4j/web/Log4jWebSupport.html" title="interface in org.apache.logging.log4j.web">Log4jWebSupport</A> |
| <DD>Sets the logger context so that code executing afterwards can easily and quickly access loggers via |
| <CODE>LogManager.getLogger()</CODE>. |
| <DT><A HREF="./org/apache/logging/log4j/web/Log4jWebSupport.html#SUPPORT_ATTRIBUTE"><B>SUPPORT_ATTRIBUTE</B></A> - |
| Static variable in interface org.apache.logging.log4j.web.<A HREF="./org/apache/logging/log4j/web/Log4jWebSupport.html" title="interface in org.apache.logging.log4j.web">Log4jWebSupport</A> |
| <DD>The attribute key for the <A HREF="http://docs.oracle.com/javaee/6/api/javax/servlet/ServletContext.html?is-external=true" title="class or interface in javax.servlet"><CODE>ServletContext</CODE></A> attribute that the singleton support instance |
| is stored in. |
| </DL> |
| <HR> |
| <A NAME="_W_"><!-- --></A><H2> |
| <B>W</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/web/WebLoggerContextUtils.html" title="class in org.apache.logging.log4j.web"><B>WebLoggerContextUtils</B></A> - Class in <A HREF="./org/apache/logging/log4j/web/package-summary.html">org.apache.logging.log4j.web</A><DD>Convenience methods for retrieving the <CODE>LoggerContext</CODE> associated with a |
| particular ServletContext.<DT><A HREF="./org/apache/logging/log4j/web/WebLookup.html" title="class in org.apache.logging.log4j.web"><B>WebLookup</B></A> - Class in <A HREF="./org/apache/logging/log4j/web/package-summary.html">org.apache.logging.log4j.web</A><DD> <DT><A HREF="./org/apache/logging/log4j/web/WebLookup.html#WebLookup()"><B>WebLookup()</B></A> - |
| Constructor for class org.apache.logging.log4j.web.<A HREF="./org/apache/logging/log4j/web/WebLookup.html" title="class in org.apache.logging.log4j.web">WebLookup</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/web/Log4jWebSupport.html#wrapExecution(java.lang.Runnable)"><B>wrapExecution(Runnable)</B></A> - |
| Method in interface org.apache.logging.log4j.web.<A HREF="./org/apache/logging/log4j/web/Log4jWebSupport.html" title="interface in org.apache.logging.log4j.web">Log4jWebSupport</A> |
| <DD>Sets the logger context by calling <A HREF="./org/apache/logging/log4j/web/Log4jWebSupport.html#setLoggerContext()"><CODE>Log4jWebSupport.setLoggerContext()</CODE></A>, executes the runnable argument, then clears the |
| logger context by calling <A HREF="./org/apache/logging/log4j/web/Log4jWebSupport.html#clearLoggerContext()"><CODE>Log4jWebSupport.clearLoggerContext()</CODE></A>. |
| <DT><A HREF="./org/apache/logging/log4j/web/WebLoggerContextUtils.html#wrapExecutionContext(javax.servlet.ServletContext, java.lang.Runnable)"><B>wrapExecutionContext(ServletContext, Runnable)</B></A> - |
| Static method in class org.apache.logging.log4j.web.<A HREF="./org/apache/logging/log4j/web/WebLoggerContextUtils.html" title="class in org.apache.logging.log4j.web">WebLoggerContextUtils</A> |
| <DD>Wraps a Runnable instance by setting its thread context <CODE>LoggerContext</CODE> |
| before execution and clearing it after execution. |
| </DL> |
| <HR> |
| <A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_O_">O</A> <A HREF="#_S_">S</A> <A HREF="#_W_">W</A> |
| |
| <!-- ======= START OF BOTTOM NAVBAR ====== --> |
| <A NAME="navbar_bottom"><!-- --></A> |
| <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> |
| <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> |
| <TR> |
| <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> |
| <A NAME="navbar_bottom_firstrow"><!-- --></A> |
| <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> |
| <TR ALIGN="center" VALIGN="top"> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> |
| <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> |
| </TR> |
| </TABLE> |
| </TD> |
| <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> |
| </EM> |
| </TD> |
| </TR> |
| |
| <TR> |
| <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> |
| PREV |
| NEXT</FONT></TD> |
| <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> |
| <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> |
| <A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> |
| <SCRIPT type="text/javascript"> |
| <!-- |
| if(window==top) { |
| document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>'); |
| } |
| //--> |
| </SCRIPT> |
| <NOSCRIPT> |
| <A HREF="./allclasses-noframe.html"><B>All Classes</B></A> |
| </NOSCRIPT> |
| |
| |
| </FONT></TD> |
| </TR> |
| </TABLE> |
| <A NAME="skip-navbar_bottom"></A> |
| <!-- ======== END OF BOTTOM NAVBAR ======= --> |
| |
| <HR> |
| <p align="center">Copyright © 1999-2015 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.<br /> Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.</p> |
| </BODY> |
| </HTML> |