Package org.ametys.site
Class GetSiteAction
-
- All Implemented Interfaces:
Component
,LogEnabled
,Serviceable
,ThreadSafe
,Action
public class GetSiteAction extends ServiceableAction implements ThreadSafe
Get the site from server path, port and path.
-
-
Field Summary
Fields Modifier and Type Field Description static String
EDITION_URI
sub_path in the uri to indicate the edition mode, and parameter passed to back-
Fields inherited from class org.apache.cocoon.acting.ServiceableAction
manager
-
Fields inherited from class org.apache.cocoon.acting.AbstractAction
EMPTY_MAP
-
-
Constructor Summary
Constructors Constructor Description GetSiteAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SiteInformationCache
_getSiteInformationCache()
Get the site information cacheMap
act(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 Detail
-
EDITION_URI
public static final String EDITION_URI
sub_path in the uri to indicate the edition mode, and parameter passed to back- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GetSiteAction
public GetSiteAction()
-
-
Method Detail
-
_getSiteInformationCache
protected SiteInformationCache _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
-
-