|
Class: HTTPAccessLogger
Object
|
+--HTTPAccessLogger
|
+--HTTPFileAccessLogger
- Package:
- stx:goodies/webServer
- Category:
- Net-Communication-HTTP-Server
- Version:
- rev:
1.7
date: 2021/01/20 15:01:21
- user: cg
- file: HTTPAccessLogger.st directory: goodies/webServer
- module: stx stc-classLibrary: webServer
Abstract superclass for HTTP-Server loggers.
copyrightCOPYRIGHT (c) 2003 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
queries
-
accessLoggerList
-
-
isAbstract
-
(comment from inherited method)
Return if this class is an abstract class.
True is returned for Object here; false for subclasses.
Abstract subclasses must redefine this again.
-
settingsApplication
-
actions
-
logAccessFrom: aRequest
-
-
logAccessFrom: aRequest to: aStreamOrFilename
-
** This method must be redefined in concrete classes (subclassResponsibility) **
html presentation
-
changeFromRequest: aRequest
-
** This method must be redefined in concrete classes (subclassResponsibility) **
-
inputFieldsForRequest: aRequest
-
** This method must be redefined in concrete classes (subclassResponsibility) **
|