Class ApplyJobOfferAction
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.acting.AbstractAction
org.apache.cocoon.acting.ServiceableAction
org.ametys.plugins.joboffer.action.ApplyJobOfferAction
- All Implemented Interfaces:
Component
,LogEnabled
,Serviceable
,Action
Action to apply to a job offer
-
Field Summary
Modifier and TypeFieldDescriptionprotected ContentTypeExtensionPoint
The content type extension pointprotected FOContentCreationHelper
Helper for FO content creationprotected JSONUtils
The JSON Utilsprotected PageHelper
The page helperprotected AmetysObjectResolver
Ametys object resolver.Fields 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 TypeMethodDescriptionact
(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) protected String
Get title from requestvoid
service
(ServiceManager serviceManager) Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Field Details
-
_resolver
Ametys object resolver. -
_cTypeEP
The content type extension point -
_jsonUtils
The JSON Utils -
_foContentCreationHelper
Helper for FO content creation -
_pageHelper
The page helper
-
-
Constructor Details
-
ApplyJobOfferAction
public ApplyJobOfferAction()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Overrides:
service
in classServiceableAction
- Throws:
ServiceException
-
act
public Map act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) throws Exception - Throws:
Exception
-
getTitle
Get title from request- Parameters:
request
- the request- Returns:
- the computed title
-