Difference:
TWikiUIDotPm
(5 vs. 6)
Revision 6
2013-10-14 -
TWikiContributor
Line: 1 to 1
Changed:
<
<
Package ==
On this page:
StaticMethod handleRequest
($req) -> $res
StaticMethod execute
($req,$sub,%initialContext) -> $res
StaticMethod logon
($session)
StaticMethod checkWebExists
($session,$web,$topic,$op)
StaticMethod topicExists
($session,$web,$topic,$op)=>boolean
StaticMethod checkWebWritable
($session)
StaticMethod checkAccess
($web,$topic,$mode,$user)
StaticMethod readTemplateTopic
($session,$theTopicName) -> ($meta,$text)
StaticMethod run
($method)
StaticMethod verifyCryptToken
($session,$crypt_token)
package TWiki::UI
>
>
Package
TWiki::UI
Coordinator of execution flow and service functions used by the UI packages
Added:
>
>
On this page:
StaticMethod handleRequest
($req) -> $res
StaticMethod execute
($req,$sub,%initialContext) -> $res
StaticMethod logon
($session)
StaticMethod checkWebExists
($session,$web,$topic,$op)
StaticMethod topicExists
($session,$web,$topic,$op)=>boolean
StaticMethod checkWebWritable
($session)
StaticMethod checkAccess
($web,$topic,$mode,$user)
StaticMethod readTemplateTopic
($session,$theTopicName) -> ($meta,$text)
StaticMethod run
($method)
StaticMethod verifyCryptToken
($session,$crypt_token)
StaticMethod
handleRequest
($req) -> $res
Main coordinator of request-process-response cycle.
Line: 40 to 39
Changed:
<
<
StaticMethod
checkMirror
($session,$web,$topic)
>
>
StaticMethod
checkWebWritable
($session)
Changed:
<
<
Checks if this web is a mirror web, throwing an
OopsException
if it is.
>
>
Checks if this web is writable on this site, Throwing an exception if it is not.
View topic
|
H
istory
:
r6
<
r5
<
r4
<
r3
|
More topic actions...
Copyright © 1999-2025 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
.