Package org.ametys.site
Class GetSiteAction
- All Implemented Interfaces:
Component
,LogEnabled
,Serviceable
,ThreadSafe
,Action
Get the site from server path, port and path.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
sub_path in the uri to indicate the edition mode, and parameter passed to backFields inherited from class org.apache.cocoon.acting.ServiceableAction
manager
Fields inherited from class org.apache.cocoon.acting.AbstractAction
EMPTY_MAP
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected SiteInformationCache
Get the site information cacheact
(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) Methods inherited from class org.apache.cocoon.acting.ServiceableAction
service
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Field Details
-
EDITION_URI
sub_path in the uri to indicate the edition mode, and parameter passed to back- See Also:
-
-
Constructor Details
-
GetSiteAction
public GetSiteAction()
-
-
Method Details
-
_getSiteInformationCache
Get the site information cache- Returns:
- the SiteInformationCache
-
act
public Map act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) throws Exception
-