Uses of Interface
de.xima.fc.interfaces.plugin.retval.servlet.IPluginServletActionRetVal
-
Packages that use IPluginServletActionRetVal Package Description de.xima.fc.api.system Package for API access to system configuration.de.xima.fc.handler.interfaces.system de.xima.fc.handler.system de.xima.fc.plugin de.xima.fc.plugin.interfaces.servlet de.xima.fc.plugin.models.retval.servlet de.xima.fc.servlet.resource -
-
Uses of IPluginServletActionRetVal in de.xima.fc.api.system
Methods in de.xima.fc.api.system that return IPluginServletActionRetVal Modifier and Type Method Description IPluginServletActionRetValPluginAPI. executeServletActionPlugin(UserContext uc, String pluginName, Mandant mandant, IPluginServletActionParams params) -
Uses of IPluginServletActionRetVal in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system that return IPluginServletActionRetVal Modifier and Type Method Description IPluginServletActionRetValIPluginHandler. executeServletActionPlugin(UserContext uc, String pluginName, Mandant mandant, IPluginServletActionParams params) -
Uses of IPluginServletActionRetVal in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that return IPluginServletActionRetVal Modifier and Type Method Description IPluginServletActionRetValPluginHandler. executeServletActionPlugin(UserContext uc, String pluginName, Mandant mandant, IPluginServletActionParams params) -
Uses of IPluginServletActionRetVal in de.xima.fc.plugin
Methods in de.xima.fc.plugin that return IPluginServletActionRetVal Modifier and Type Method Description static IPluginServletActionRetValPluginExecutor. executeServletActionPlugin(IPluginServletAction plugin, IPluginServletActionParams params)Executes a single servlet action plugin.static IPluginServletActionRetValPluginExecutor. executeServletActionPlugin(UserContext uc, String pluginName, Mandant mandant, IPluginServletActionParams params)Runs the servlet action plugin with the given name, and returns the result the plugin returned. -
Uses of IPluginServletActionRetVal in de.xima.fc.plugin.interfaces.servlet
Methods in de.xima.fc.plugin.interfaces.servlet that return IPluginServletActionRetVal Modifier and Type Method Description IPluginServletActionRetValIPluginServletAction. execute(IPluginServletActionParams params)The main method of this plugin. -
Uses of IPluginServletActionRetVal in de.xima.fc.plugin.models.retval.servlet
Classes in de.xima.fc.plugin.models.retval.servlet that implement IPluginServletActionRetVal Modifier and Type Class Description classPluginServletActionRetValPOJO implementation ofIPluginServletActionRetVal. -
Uses of IPluginServletActionRetVal in de.xima.fc.servlet.resource
Methods in de.xima.fc.servlet.resource that return IPluginServletActionRetVal Modifier and Type Method Description IPluginServletActionRetValAPluginStaticResourceServletAction. execute(IPluginServletActionParams args)default IPluginServletActionRetValIPluginStaticResourceServletAction. execute(IPluginServletActionParams args)default IPluginServletActionRetValIPluginStaticResourceServletAction. respondMissingPath()Creates the response for when thepath parameterswas not provided.default IPluginServletActionRetValIPluginStaticResourceServletAction. respondResourceFound(String fileName, String contentType, byte[] content)Creates the response for when the resource was found.default IPluginServletActionRetValIPluginStaticResourceServletAction. respondResourceNotFound()Creates the response for when the resource could not be found.default IPluginServletActionRetValIPluginStaticResourceServletAction. respondServerError()Creates the response for when an unexpected error occurred.default IPluginServletActionRetValIPluginStaticResourceServletAction. respondUnsupportedPath()Creates the response for when the requested path is not acceptable.
-