abk.j2ee
Class AContextInspector

java.lang.Object
  extended by abk.j2ee.AContextInspector

public class AContextInspector
extends Object


Constructor Summary
private AContextInspector()
           
 
Method Summary
private static void append(Appendable appendable, CharSequence name, CharSequence value)
           
static void getInfo(Appendable sb, javax.servlet.ServletContext context)
           
static String getInfo(javax.servlet.ServletContext context)
           
private static String getStackTrace(Throwable e)
           
private static void showAttributes(Appendable append, javax.servlet.ServletContext context)
           
private static void showFileSystemInfo(Appendable sb, CharSequence name, String path)
           
private static void showInitParameters(Appendable appendable, javax.servlet.ServletContext context)
           
private static void showSystemProperties(Appendable sb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AContextInspector

private AContextInspector()
Method Detail

getInfo

public static final String getInfo(javax.servlet.ServletContext context)

getInfo

public static final void getInfo(Appendable sb,
                                 javax.servlet.ServletContext context)
                          throws IOException
Throws:
IOException

getStackTrace

private static final String getStackTrace(Throwable e)

append

private static final void append(Appendable appendable,
                                 CharSequence name,
                                 CharSequence value)
                          throws IOException
Throws:
IOException

showSystemProperties

private static final void showSystemProperties(Appendable sb)
                                        throws IOException
Throws:
IOException

showInitParameters

private static final void showInitParameters(Appendable appendable,
                                             javax.servlet.ServletContext context)
                                      throws IOException
Throws:
IOException

showAttributes

private static final void showAttributes(Appendable append,
                                         javax.servlet.ServletContext context)
                                  throws IOException
Throws:
IOException

showFileSystemInfo

private static final void showFileSystemInfo(Appendable sb,
                                             CharSequence name,
                                             String path)
                                      throws IOException
Throws:
IOException


Copyright © 2024. All rights reserved.