Difference: TWikiUIDotPm (3 vs. 4)

Revision 42010-05-29 - TWikiContributor

Line: 1 to 1
Changed:
<
<

Package TWiki::UI

>
>

Package ==

 
Changed:
<
<
Service functions used by the UI packages
>
>

package TWiki::UI

 
Added:
>
>
Coordinator of execution flow and service functions used by the UI packages
 
Deleted:
<
<
 
Changed:
<
<

StaticMethod run (\&method,...)

>
>

StaticMethod handleRequest ($req) -> $res

Main coordinator of request-process-response cycle.

StaticMethod execute ($req,$sub,%initialContext) -> $res

Creates a TWiki session object with %initalContext and calls $sub method. Returns the TWiki::Response object generated

 
Deleted:
<
<
Entry point for execution of a UI function. The parameter is a reference to the method.
 
Changed:
<
<
... is a list of name-value pairs that define initial context identifiers that must be set during initPlugin. This set will be extended to include command_line if the script is detected as being run outside the browser.
>
>

StaticMethod logon ($session)

Handler to "logon" action.

  • $session is a TWiki session object
 
Line: 51 to 61
 
Added:
>
>

StaticMethod run ($method)

Supported for bin scripts that were written for TWiki < 5.0. The parameter is a function reference to the UI method to call, and is ignored in TWiki >= 5.0, where it should be replaced by a Config.spec entry such as:

# *PERL H* # Bin script registration - do not modify $TWiki::cfg{SwitchBoard}{publish} = [ "TWiki::Contrib::Publish", "publish", { publishing => 1 } ];

 

StaticMethod verifyCryptToken ($session,$crypt_token)

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.TWikiUIDotPm.