|
register_portlet(self,
sourcepath,
id='',
title='',
description='',
preview='',
permission=ZEN_COMMON)
Registers a new source file and creates an associated Portlet to
store the metadata and provide access methods. |
source code
|
|
|
|
|
get_portlets(self)
Looks up in the registry and returns all portlet objects to which
the current user has access. |
source code
|
|
|
find(self,
id='',
sourcepath='')
Look for a registered portlet with an id or source path. |
source code
|
|
|
update_source(self,
REQUEST=None)
Reread the source files for all portlets. |
source code
|
|
|
get_source(self,
REQUEST=None)
Return the source of the portlets permitted to this user as a
javascript file. |
source code
|
|
|
edit_portlet_perms(self,
REQUEST=None)
blargh |
source code
|
|