Difference between revisions of "Codeunit/Pagecontent"

From TempusServa wiki
Jump to navigation Jump to search
old>Admin
m (3 revisions imported)
(No difference)

Revision as of 12:51, 10 December 2021

PageContent is activated by suuplying the name of the class in a command

Example for the codeunit MySpecialPage

   http://..../.../main?com.acme.tempusserva.MySpecialPage

Note that is is only possible invoke classes that inherits the CodeunitPagecontent class

Supported methods are

  public String execute( Command command, Security user, Hashtable parameters );

The resulting string is the inner part of the page. Wrappers, menus etc. are added to the output.