|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecte4s.util.E4Object
e4s.html.E4Method
e4s.html.E4MethodSilent
public class E4MethodSilent
Similar to a E4Method object, but all additional
output generated by the E4S framework is supressed. This is useful, if the servlet
requires to generate a non HTML output like XML response or other mime types
rather than text/html. See the VCARD download example in the tutorial.
Please note, that Java-Script in BODY and other HTML elements is not included when declared as silent methods.
E4Method,
e4s.html.A#A(e4s.html.E4MethodSilent)| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class e4s.html.E4Method |
|---|
E4Method.E4MethodStatistics |
| Field Summary |
|---|
| Fields inherited from class e4s.html.E4Method |
|---|
SYSTEM_ALIAS, USERDEF_ALIAS |
| Fields inherited from class e4s.util.E4Object |
|---|
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET |
| Constructor Summary | |
|---|---|
E4MethodSilent()
|
|
E4MethodSilent(boolean requires_session)
Create a E4Method object for later reference. |
|
E4MethodSilent(int alias,
java.lang.String description)
In some cases, you might need a E4Method that can be referenced from outside (e.g. a Web-Page, a menu that comes out of a database). |
|
E4MethodSilent(int external_alias,
java.lang.String description,
boolean requires_session)
In some cases, you might need a E4Method that can be referenced from outside (e.g. a Web-Page, a menu that comes out of a database). |
|
E4MethodSilent(java.lang.reflect.Method method,
int aliasUserDef,
java.lang.String description,
boolean has_class_HTML_as_parameter,
boolean has_class_E4CgiParams_as_parameter,
boolean requires_session)
Do not use this constructor, it is intended to be used by the E4S framework internally, to declare all E4Methods and set their apropriate objects. |
|
| Method Summary | |
|---|---|
static java.lang.String |
_getSVNVersionString()
Get version info string from subversion. |
IMG |
constructImg(E4ServletImplementation_Intf servlet)
Get the path for an image that can be displayed using a dynamic content creator as URL. |
boolean |
isSilent()
Check, if a E4Method is silent. |
| 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 |
| Constructor Detail |
|---|
public E4MethodSilent()
public E4MethodSilent(int alias,
java.lang.String description)
E4Method.USERDEF_ALIAS
to have room for the automaticaly incremental alias coding schema below
and some features to be built in the next release which needs codes above.
alias - the alias codedescription - the description of the function - when it shall be listed for default startup, may be null.
#see e4s.html.E4Method#USERDEF_ALIAS
public E4MethodSilent(int external_alias,
java.lang.String description,
boolean requires_session)
E4Method.USERDEF_ALIAS
to have room for the automaticaly incremental alias coding schema below
and some features to be built in the next release which needs codes above.
external_alias - the alias codedescription - the description of the function - when it shall be listed for default startup, may be null.requires_session - true: a session (login) is required
#see e4s.html.E4Method#USERDEF_ALIASpublic E4MethodSilent(boolean requires_session)
requires_session - true: a session (login) is required
public E4MethodSilent(java.lang.reflect.Method method,
int aliasUserDef,
java.lang.String description,
boolean has_class_HTML_as_parameter,
boolean has_class_E4CgiParams_as_parameter,
boolean requires_session)
| Method Detail |
|---|
public boolean isSilent()
isSilent in interface E4Method_IntfisSilent in class E4Methodpublic IMG constructImg(E4ServletImplementation_Intf servlet)
servlet - the servlet's context
E4Method.constructUrl(e4s.servlet.E4ServletImplementation_Intf)public static java.lang.String _getSVNVersionString()
E4Util.getRevisionCodeFromSVN(Class)
|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||