Interface IPluginFormResource
- All Superinterfaces:
IFCPlugin,INamedUiElement,INameProviding,ITransferable,Serializable
Interface for plugins to integrate form resources like CSS or JavaScript
- Author:
- XIMA MEDIA GmbH
-
Field Summary
Fields inherited from interface de.xima.fc.plugin.interfaces.IFCPlugin
CONFIG_FILENAMEFields inherited from interface de.xima.fc.interfaces.INamedUiElement
ATTR_DISPLAY_NAMEFields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME -
Method Summary
Modifier and TypeMethodDescriptiondefault byte[]Deprecated.default byte[]default EFormResourceTypedefault EFormResourceTypeDeprecated.UsegetResourceType().default EPluginFormResourceTypegetType()Deprecated.ImplementgetRespourceType()insteadMethods inherited from interface de.xima.fc.plugin.interfaces.IFCPlugin
getDescription, getDescription, getDisplayName, getName, initialize, initPlugin, install, shutdown, shutdown, uninstall, validateConfigurationData
-
Method Details
-
getType
Deprecated.ImplementgetRespourceType()instead- Returns:
- The
EFormResourceType, i.e. whether the resource is a JavaScript or CSS file.
-
getResourceType
- Returns:
- The
EFormResourceType, i.e. whether the resource is a JavaScript or CSS file.
-
getRespourceType
Deprecated.UsegetResourceType().- Returns:
- The
EFormResourceType, i.e. whether the resource is a JavaScript or CSS file.
-
getResourceName
String getResourceName()- Returns:
- The name of the form resource, with the correct file extension that corresponds to
getRespourceType().
-
getResourceData
Deprecated.Use / implementgetResourceData(IPluginFormResourceGetDataParams).- Returns:
- The binary data of the form resource.
-
getResourceData
- Parameters:
params- Parameters that can be used by this method, such as whether the form is rendered inline.- Returns:
- The binary data of the form resource.
-
getResourceData(IPluginFormResourceGetDataParams).