Package org.ametys.core.util
Class DecodeBase64Action
- java.lang.Object
-
- org.apache.avalon.framework.logger.AbstractLogEnabled
-
- org.apache.cocoon.acting.AbstractAction
-
- org.ametys.core.util.DecodeBase64Action
-
- All Implemented Interfaces:
Component
,LogEnabled
,ThreadSafe
,Action
public class DecodeBase64Action extends AbstractAction implements ThreadSafe
This action decodes a Base64 encoded string passed through source
-
-
Field Summary
Fields Modifier and Type Field Description static String
DECODED_RESULT
The result key for decoded id-
Fields inherited from class org.apache.cocoon.acting.AbstractAction
EMPTY_MAP
-
-
Constructor Summary
Constructors Constructor Description DecodeBase64Action()
-
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)
-
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
-
-
-
Field Detail
-
DECODED_RESULT
public static final String DECODED_RESULT
The result key for decoded id- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DecodeBase64Action
public DecodeBase64Action()
-
-
Method Detail
-
act
public Map act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) throws Exception
-
-