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
FieldsModifier and TypeFieldDescriptionstatic final Stringsub_path in the uri to indicate the edition mode, and parameter passed to backFields inherited from class org.apache.cocoon.acting.ServiceableAction
managerFields inherited from class org.apache.cocoon.acting.AbstractAction
EMPTY_MAP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SiteInformationCacheGet the site information cacheact(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) Methods inherited from class org.apache.cocoon.acting.ServiceableAction
serviceMethods 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
-