class documentation

Web action

Method api_asset Return an asset under the given path and project
Method download Undocumented
Method file Undocumented
Method http_asset Undocumented
Method sys_asset Undocumented

Inherited from Object:

Method props Undocumented

Inherited from Node (via Object):

Method cfg Undocumented
Method closest Undocumented
Method create_child Undocumented
Method create_child_if_configured Undocumented
Method create_children Undocumented
Method find_all Undocumented
Method find_first Undocumented
Method initialize Undocumented
Instance Variable config Undocumented
Instance Variable permissions Undocumented
Method _configure_permissions 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_configure Undocumented
Method pre_configure Undocumented
Class Variable children Undocumented
Class Variable extName Undocumented
Class Variable extType Undocumented
Class Variable parent Undocumented
Class Variable root Undocumented
Class Variable uid Undocumented
@gws.ext.command.api('webAsset')
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: gws.IWebRequester, p) -> gws.ContentResponse: (source)

Undocumented

Undocumented

Undocumented

@gws.ext.command.get('webSystemAsset')
def sys_asset(self, req: gws.IWebRequester, p: AssetRequest) -> gws.ContentResponse: (source)

Undocumented