com.centrasite.control.ext
Class CentraSitePlugInInfo

java.lang.Object
  extended by com.softwareag.cis.plugin.extpt.util.AbstractExtensionImplementation
      extended by com.softwareag.cis.plugin.extpt.util.AbstractPlugInInfo
          extended by com.centrasite.control.ext.CentraSitePlugInInfo
All Implemented Interfaces:
com.softwareag.cis.plugin.extpt.PlugInInfo, com.softwareag.cis.plugin.registry.ExtensionImplementation

public class CentraSitePlugInInfo
extends com.softwareag.cis.plugin.extpt.util.AbstractPlugInInfo

This class is the implementation of the PlugInInfo extension for CentraSite Control


Field Summary
 
Fields inherited from class com.softwareag.cis.plugin.extpt.util.AbstractPlugInInfo
rcs_id
 
Fields inherited from interface com.softwareag.cis.plugin.extpt.PlugInInfo
LOGIN_LOGO_MAX_HEIGHT
 
Constructor Summary
CentraSitePlugInInfo()
           
 
Method Summary
 java.lang.String getImageURL()
           
 java.lang.String getLayout()
           
 java.lang.String getLoginPageURL()
          Get URL of login page
 java.lang.String getTitle()
           
 java.lang.String getVendor()
           
 java.lang.String getVersion()
           
 
Methods inherited from class com.softwareag.cis.plugin.extpt.util.AbstractPlugInInfo
getApplicationContext, setApplicationContext
 
Methods inherited from class com.softwareag.cis.plugin.extpt.util.AbstractExtensionImplementation
getExtension, getPlugIn, popContextClassLoader, pushContextClassLoader, setExtension
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.softwareag.cis.plugin.registry.ExtensionImplementation
getExtension, getPlugIn, popContextClassLoader, pushContextClassLoader, setExtension
 

Constructor Detail

CentraSitePlugInInfo

public CentraSitePlugInInfo()
Method Detail

getLoginPageURL

public java.lang.String getLoginPageURL()
Get URL of login page

Specified by:
getLoginPageURL in interface com.softwareag.cis.plugin.extpt.PlugInInfo
Overrides:
getLoginPageURL in class com.softwareag.cis.plugin.extpt.util.AbstractPlugInInfo
Returns:
URL, must not be null

getTitle

public java.lang.String getTitle()

getVendor

public java.lang.String getVendor()

getVersion

public java.lang.String getVersion()

getImageURL

public java.lang.String getImageURL()

getLayout

public java.lang.String getLayout()