|
Class: ExeptReplyPresenter
Object
|
+--ReplyPresenter
|
+--ExeptReplyPresenter
|
+--ExeptReplyPresenterV2
- Package:
- stx:goodies/webServer
- Category:
- Net-Communication-HTML-ReplyPresenter
- Version:
- rev:
1.37
date: 2021/01/20 15:33:39
- user: cg
- file: ExeptReplyPresenter.st directory: goodies/webServer
- module: stx stc-classLibrary: webServer
See my superclass's doc for what a replyPresenter does.
This is an example of a wrapper for exept-colors and an
extra set of framing divs, including a site-search.
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.
accessing
-
presenterStyleSheet
-
-
presenterStyleSheet: something
-
initialization & release
-
initialize
-
exept-color
-
release
-
reset parameters for next request
required-protocol
-
present: aResponse on: aStream
-
response-div divide
-
divStyleSheet
-
-
divStyleSheetOn: aStream
-
response-parts contents
-
bottomLeftContents
-
-
bottomRightContentsFor: aResponse
-
-
middleLeftContentsFor: aResponse
-
size:15;
-
middleRightContentsFor: aResponse
-
-
topLeftContents
-
-
topRightContents
-
response-table divide
-
tableDivideDocumentFor: aResponse on: aStream
-
solution by set a temporary link at the server
-
tableStyleSheet
-
-
tableStyleSheetOn: aStream
-
style sheet handling
-
generateStyleSheetFor: aServer styleString: aString timeout: seconds
-
-
getStylePathFor: aResponse styleString: aStyleSheetString
-
-
getStyleSheetFor: aResponse styleString: aString
-
-
getStyleSheetFor: aResponse styleString: aString timeout: seconds
-
-
putStyleSheet: styleElements on: aStream
-
-
styleSheetLinkIsValidFor: aRequest
-
** This is an obsolete interface - do not use it (it may vanish in future versions) **
-
styleSheetLinkIsValidFor: aRequest styleString: aString
-
|