Package de.xima.fc.processing
Class ProcessingWrapperFactory
java.lang.Object
de.xima.fc.processing.ProcessingWrapperFactory
Factory for creating processing wrapper for actions
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionstatic final IProcessingWrapperGets a processing wrapper for the given actionstatic final IProcessingforLegacyAction(Aktion action) Only for use inBedingung!!!static final voidsetGlobalProcessingWrapper(Class<? extends IProcessingWrapper> processingWrapper)
-
Method Details
-
setGlobalProcessingWrapper
public static final void setGlobalProcessingWrapper(Class<? extends IProcessingWrapper> processingWrapper) throws InstantiationException, IllegalAccessException -
forAction
Gets a processing wrapper for the given action- Parameters:
action-Aktionto get processing wrapper for- Returns:
IProcessingWrapperfor action
-
forLegacyAction
Only for use inBedingung!!! To ensure compatibilty with deprecated plugins- Parameters:
action-Aktionto get processing for- Returns:
IProcessingof the action compatible with older formcycle versions
-