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
public class ApplyJobOfferAction extends ServiceableAction
Action to apply to a job offer
-
-
Field Summary
Fields Modifier and Type Field Description protected ContentTypeExtensionPoint
_cTypeEP
The content type extension pointprotected FOContentCreationHelper
_foContentCreationHelper
Helper for FO content creationprotected JSONUtils
_jsonUtils
The JSON Utilsprotected PageHelper
_pageHelper
The page helperprotected AmetysObjectResolver
_resolver
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
Constructors Constructor Description ApplyJobOfferAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map
act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters)
protected String
getTitle(Request request)
Get title from requestvoid
service(ServiceManager serviceManager)
-
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
-
-
-
Field Detail
-
_resolver
protected AmetysObjectResolver _resolver
Ametys object resolver.
-
_cTypeEP
protected ContentTypeExtensionPoint _cTypeEP
The content type extension point
-
_jsonUtils
protected JSONUtils _jsonUtils
The JSON Utils
-
_foContentCreationHelper
protected FOContentCreationHelper _foContentCreationHelper
Helper for FO content creation
-
_pageHelper
protected PageHelper _pageHelper
The page helper
-
-
Constructor Detail
-
ApplyJobOfferAction
public ApplyJobOfferAction()
-
-
Method Detail
-
service
public void service(ServiceManager serviceManager) throws ServiceException
- 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
-
-