Class IntegrationResourcesPortalPlugin
- java.lang.Object
-
- de.xima.fc.e2e.containerplugin.plugin.IntegrationResourcesPortalPlugin
-
- All Implemented Interfaces:
INameProviding
,ITransferable
,INamedUiElement
,IFCPlugin
,IPluginPortal
,Serializable
public class IntegrationResourcesPortalPlugin extends Object implements IPluginPortal
Portal plugin for running E2E tests against a FORMCYCLE app.- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface de.xima.fc.plugin.interfaces.IFCPlugin
CONFIG_FILENAME
-
Fields inherited from interface de.xima.fc.interfaces.INamedUiElement
ATTR_DISPLAY_NAME
-
Fields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME
-
-
Constructor Summary
Constructors Constructor Description IntegrationResourcesPortalPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContextName()
Getter for the context-name of the portal.String
getDisplayName(Locale locale)
String
getName()
Getter for the name of this plugin.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.xima.fc.plugin.interfaces.IFCPlugin
getDescription, getDescription, initialize, initPlugin, install, shutdown, shutdown, uninstall
-
-
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:IFCPlugin
Getter for the name of this plugin. This name may appear on the user interface.- Specified by:
getName
in interfaceIFCPlugin
- Specified by:
getName
in interfaceINameProviding
- Returns:
String
The name of this plugin.
-
getDisplayName
public String getDisplayName(Locale locale)
- Specified by:
getDisplayName
in interfaceIFCPlugin
- Specified by:
getDisplayName
in interfaceINamedUiElement
- Returns:
- Wert, der das entsprechende Objekt an Oberfläche repräsentiert (wird i.A. zur Laufzeit ermittelt).
-
getContextName
public String getContextName()
Description copied from interface:IPluginPortal
Getter for the context-name of the portal. This defines the URL to access the portal. I.e.:http://<server>/<formcycle>/<contextName>
- Specified by:
getContextName
in interfaceIPluginPortal
- Returns:
String
the portal-context
-
-