|
Class: MacroExpandingCSSFileService
Object
|
+--HTTPService
|
+--HTTPFileService
|
+--MacroExpandingCSSFileService
- Package:
- stx:goodies/webServer
- Category:
- Net-Communication-HTTP-Services
- Version:
- rev:
1.7
date: 2023/04/07 18:52:14
- user: stefan
- file: MacroExpandingCSSFileService.st directory: goodies/webServer
- module: stx stc-classLibrary: webServer
This is a file service, which finds and expands text-macros in the files
before serving them.
This is especially useful for css-files.
copyrightCOPYRIGHT (c) 2005 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.
defaults
-
linkName
-
return the default path (with slash)
registration
-
addToWellKnownClasses
-
request handling
-
expandMacrosInResponseData: aResponse
-
|data inStream outStream chunk|
-
process: aRequest
-
not reached
|