Application manager processes changes and paints for single
application instance.
This class handles applications running as servlets.
|
__init__(self,
application,
applicationServlet=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
handleURI(self,
window,
request,
response,
applicationServlet)
Calls the Window URI handler for a request and returns the DownloadStream returned by the handler. |
source code
|
|
|
|
|
|
|
|
Inherited from abstract_communication_manager.AbstractCommunicationManager :
changeVariables ,
closeJsonMessage ,
convertArray ,
convertMap ,
convertStringArray ,
convertVariableValue ,
decodeVariableValue ,
doGetApplicationWindow ,
doHandleSimpleMultipartFileUpload ,
doHandleUidlRequest ,
doHandleXhrFilePost ,
endApplication ,
generateLocale ,
getApplication ,
getDirtyVisibleComponents ,
getDragAndDropService ,
getPaintableId ,
getRequestPayload ,
getRequestTheme ,
getTagForType ,
getTheme ,
getTimeoutInterval ,
getVariableOwner ,
handleChangeVariablesError ,
handleVariableBurst ,
handleVariables ,
hasPaintableId ,
highlightPaintable ,
makeAllPaintablesDirty ,
openJsonMessage ,
paintAfterVariableChanges ,
paintablePainted ,
printHighlightedComponentHierarchy ,
printLocaleDeclarations ,
repaintRequested ,
requireLocale ,
sendUploadResponse ,
streamToReceiver ,
tryToCloseStream ,
writeUidlResponce
Inherited from paintable.IPaintable :
addCallback ,
addListener ,
getDebugId ,
paint ,
removeCallback ,
removeListener ,
requestRepaint ,
requestRepaintRequests ,
setDebugId
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|