| java.lang.Object com.teamkonzept.web.TKEvent
All known Subclasses: com.teamkonzept.webman.mainint.events.TKUserEvent,
TKEvent | public class TKEvent implements ErrorCodes,TemplateTypes(Code) | | Title:
Description:
Copyright: Copyright (c)
Company:
author: $Author: uli $ version: $Revision: 1.46 $ |
IMAGE_DIR | final public static String IMAGE_DIR(Code) | | noch in Properties auslagern !!
|
params | protected TKParams params(Code) | | Die entsprechend den Namenskonventionen analysierten Request-Parameter
|
analyzeEvent | String analyzeEvent(String event)(Code) | | analyzes Event, a unique string is the result
|
checkChecker | public void checkChecker() throws TKException(Code) | | Checks, if the whole request has arrived here,
throws an exception otherwise
|
consume | public void consume() throws IOException(Code) | | danach wird der Event nicht mehr weiter verarbeitet
Template wird ausgegeben
|
doEmptyPage | public void doEmptyPage()(Code) | | Liefert eine leere Seite zurueck
|
getSelectedLanguage | public String getSelectedLanguage()(Code) | | ist in TKUserEvent implementiert
|
init | public void init()(Code) | | Initializes the event.
|
isConsumed | public boolean isConsumed()(Code) | | |
printHeaders | public void printHeaders()(Code) | | |
removeEventForThread | static void removeEventForThread()(Code) | | |
toString | public String toString()(Code) | | Returns a string representation of this event.
a string representation of this event. |
|
|