www.element4solution.com

e4s.html.ajax
Class E4AjaxData

java.lang.Object
  extended by e4s.util.E4Object
      extended by e4s.html.ajax.E4AjaxData
Direct Known Subclasses:
E4AjaxTable

public abstract class E4AjaxData
extends E4Object

Empty base implementation for E4AjaxData_Intf.


Field Summary
 
Fields inherited from class e4s.util.E4Object
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET
 
Constructor Summary
E4AjaxData()
           
 
Method Summary
static java.lang.String _getSVNVersionString()
          Get version info string from subversion.
 void collectScripts(E4ScriptsVec scripts, E4ServletImplementation_Intf servlet)
          This is an empty implementation.
 void collectStylesForEditing(E4StylesHash v, E4ServletImplementation_Intf servlet)
          This is an empty implementation.
 void collectTranslationsForEditing(E4TranslationsVec v, E4ServletImplementation_Intf servlet)
          This is an empty implementation.
 void finalize()
           
 E4JavaScript getSendReqScript()
           
 E4JavaScript getSendReqScriptGeneric()
           
 int getTrace()
          if true => ajax html requests are dumped to ajaxtrace directory httproot\e4s\kepc20\client\kawasaki\temp\ajaxtrace
 boolean removeRemarksInHtml()
           
 boolean runWithoutLogin()
           
 void setAjaxElement(E4AjaxElementGeneral element)
           
 boolean validate(E4CgiParams params, E4ServletImplementation_Intf servlet)
          Default implementation for validation.
 
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, 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, toString, 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
 

Constructor Detail

E4AjaxData

public E4AjaxData()
Method Detail

collectTranslationsForEditing

public void collectTranslationsForEditing(E4TranslationsVec v,
                                          E4ServletImplementation_Intf servlet)
This is an empty implementation.


collectScripts

public void collectScripts(E4ScriptsVec scripts,
                           E4ServletImplementation_Intf servlet)
This is an empty implementation.


collectStylesForEditing

public void collectStylesForEditing(E4StylesHash v,
                                    E4ServletImplementation_Intf servlet)
This is an empty implementation.


setAjaxElement

public void setAjaxElement(E4AjaxElementGeneral element)

getSendReqScriptGeneric

public E4JavaScript getSendReqScriptGeneric()

getSendReqScript

public E4JavaScript getSendReqScript()

getTrace

public int getTrace()
if true => ajax html requests are dumped to ajaxtrace directory httproot\e4s\kepc20\client\kawasaki\temp\ajaxtrace

Returns:
false

validate

public boolean validate(E4CgiParams params,
                        E4ServletImplementation_Intf servlet)
                 throws java.lang.Exception
Default implementation for validation.

Returns:
true
Throws:
java.lang.Exception

runWithoutLogin

public boolean runWithoutLogin()

finalize

public void finalize()
Overrides:
finalize in class E4Object

removeRemarksInHtml

public boolean removeRemarksInHtml()

_getSVNVersionString

public static java.lang.String _getSVNVersionString()
Get version info string from subversion.

Returns:
the version info string.
See Also:
E4Util.getRevisionCodeFromSVN(Class)

www.element4solution.com