Provide a namspace for product "methods"
Methods
|
|
Destination
DestinationURL
__getattr__
__init__
manage_main
|
|
Destination
|
Destination ( self )
Return the destination for factory output
|
|
DestinationURL
|
DestinationURL ( self )
Return the URL for the destination for factory output
|
|
__getattr__
|
__getattr__ ( self, name )
|
|
__init__
|
__init__ (
self,
product,
dest,
REQUEST=None,
)
|
|
manage_main
|
manage_main (
trueself,
self,
REQUEST,
update_menu=0,
)
Implement a contents view by redirecting to the true view
Provide a replacement for manage_main that does a redirection:
|
|