www.element4solution.com

e4s.html
Class E4DocumentBase

java.lang.Object
  extended by e4s.util.E4Object
      extended by e4s.html.E4DocumentBase

public class E4DocumentBase
extends E4Object

Definition for Document-Base.

Since:
JDK 1.4
See Also:
IMG, E4ServletImplementation_Intf.defaultE4DocumentBase(), E4PersistantBase

Field Summary
static E4DocumentBase E4S
          This is the default document base for images that are within the e4s environment directly.
static E4DocumentBase EMPTY
          This is an empty document base, useful when images are generated by the servlet.
 
Fields inherited from class e4s.util.E4Object
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET
 
Constructor Summary
E4DocumentBase(E4DocumentBase root, java.lang.String docbase)
           
E4DocumentBase(java.lang.String docbase)
           
 
Method Summary
static java.lang.String _getSVNVersionString()
           
 java.lang.String getDocumentBase()
           
 java.lang.String toString()
           
 
Methods inherited from class e4s.util.E4Object
Calendar, CName, CName, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelSys, E4LabelSys, e4sCopyright, e4sVersion, encode, encode, encode, encodeHtml, encodeHtml, encodeHtml, encodeURL, encodeURL, encodeURL, finalize, getLINE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTraceMemory, HtmlEncode, HtmlEncode, HtmlEncode, isdecimal, isdigit, isnotok, isnotok, isnumeric, isok, isok, isok, isok, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingStack, mkdirs, null2nbsp, null2nbsp, null2nbsp, ok, ok, ok, ok, outPrintln, setLogFile4Trace, setTraceMemory, STACKTRACE, toDebug, toDouble, toFloat, toFloat, TRACE_CALLS, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, wait
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

E4S

public static final E4DocumentBase E4S
This is the default document base for images that are within the e4s environment directly.


EMPTY

public static final E4DocumentBase EMPTY
This is an empty document base, useful when images are generated by the servlet.

Constructor Detail

E4DocumentBase

public E4DocumentBase(java.lang.String docbase)

E4DocumentBase

public E4DocumentBase(E4DocumentBase root,
                      java.lang.String docbase)
Method Detail

getDocumentBase

public java.lang.String getDocumentBase()

toString

public java.lang.String toString()
Overrides:
toString in class E4Object

_getSVNVersionString

public static java.lang.String _getSVNVersionString()

www.element4solution.com