Class MessageParameterProcessor
- java.lang.Object
-
- org.alfresco.repo.action.parameter.ParameterProcessor
-
- org.alfresco.repo.action.parameter.MessageParameterProcessor
-
public class MessageParameterProcessor extends ParameterProcessor
Message parameter processor.- Since:
- 2.1
- Author:
- Roy Wetherall
-
-
Constructor Summary
Constructors Constructor Description MessageParameterProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
process(String value, NodeRef actionedUponNodeRef)
Process the parameter value.-
Methods inherited from class org.alfresco.repo.action.parameter.ParameterProcessor
getName, init, setName, setParameterProcessorComponent, stripName
-
-
-
-
Method Detail
-
process
public String process(String value, NodeRef actionedUponNodeRef)
Description copied from class:ParameterProcessor
Process the parameter value.- Specified by:
process
in classParameterProcessor
- Parameters:
value
- substitution valueactionedUponNodeRef
- actioned upon node reference- Returns:
- String processed string, original string if subs string invalid
- See Also:
ParameterProcessor.process(java.lang.String, org.alfresco.service.cmr.repository.NodeRef)
-
-