Actions

Actions provide a mechanism to interact with the outside world and control what path is taken within the pipeline from the results of that interaction. They take runtime parameters and utilise them in performing the action. The actions that Paloose supports are:

Component Declarations

Actions are defined in the component declaration part of the Sitemap. For example

<map:actions> <map:action name="sendmail" src="resource://lib/acting/SendMailAction"/> <map:action name="sendmail" src="resource://lib/acting/CookiesAction"/> <map:action name="auth-protect" src="resource://lib/acting/AuthAction"/> <map:action name="auth-login" src="resource://lib/acting/LoginAction"/> <map:action name="auth-logout" src="resource://lib/acting/LogoutAction"/> </map:actions>
Copyright 2006 – 2023 Hugh Field-Richards. All Rights Reserved.