class documentation
class Object(gws.base.action.Object): (source)
Web action
Method | api |
Return an asset under the given path and project |
Method | download |
Undocumented |
Method | file |
Undocumented |
Method | http |
Undocumented |
Method | sys |
Undocumented |
Inherited from Object
:
Method | props |
Undocumented |
Inherited from Node
(via Object
):
Method | cfg |
Undocumented |
Method | closest |
Undocumented |
Method | create |
Undocumented |
Method | create |
Undocumented |
Method | create |
Undocumented |
Method | find |
Undocumented |
Method | find |
Undocumented |
Method | initialize |
Undocumented |
Instance Variable | config |
Undocumented |
Instance Variable | permissions |
Undocumented |
Method | _configure |
Undocumented |
Inherited from Object
(via Object
, Node
):
Method | __repr__ |
Undocumented |
Inherited from INode
(via Object
, Node
, Object
, IAction
):
Method | activate |
Undocumented |
Method | configure |
Undocumented |
Method | post |
Undocumented |
Method | pre |
Undocumented |
Class Variable | children |
Undocumented |
Class Variable | ext |
Undocumented |
Class Variable | ext |
Undocumented |
Class Variable | parent |
Undocumented |
Class Variable | root |
Undocumented |
Class Variable | uid |
Undocumented |
@gws.ext.command.api( 'webAsset')
def api_asset(self, req:
def api_asset(self, req:
gws.IWebRequester
, p: AssetRequest
) -> AssetResponse
:
(source)
¶
Return an asset under the given path and project
@gws.ext.command.get( 'webDownload')
def download(self, req:
def download(self, req:
gws.IWebRequester
, p) -> gws.ContentResponse
:
(source)
¶
Undocumented
@gws.ext.command.get( 'webFile')
def file(self, req:
def file(self, req:
gws.IWebRequester
, p: FileRequest
) -> gws.ContentResponse
:
(source)
¶
Undocumented
@gws.ext.command.get( 'webAsset')
def http_asset(self, req:
def http_asset(self, req:
gws.IWebRequester
, p: AssetRequest
) -> gws.ContentResponse
:
(source)
¶
Undocumented
@gws.ext.command.get( 'webSystemAsset')
def sys_asset(self, req:
def sys_asset(self, req:
gws.IWebRequester
, p: AssetRequest
) -> gws.ContentResponse
:
(source)
¶
Undocumented