com.centrasite.control.ext.imports
Class ImportXMLService

java.lang.Object
  extended by com.softwareag.cis.plugin.extpt.util.AbstractExtensionImplementation
      extended by com.centrasite.control.extpt.AbstractImport
          extended by com.centrasite.control.ext.imports.ImportXMLService
All Implemented Interfaces:
Import, com.softwareag.cis.plugin.registry.ExtensionImplementation

public class ImportXMLService
extends AbstractImport


Field Summary
 
Fields inherited from class com.softwareag.cis.plugin.extpt.util.AbstractExtensionImplementation
rcs_id
 
Fields inherited from interface com.softwareag.cis.plugin.registry.ExtensionImplementation
rcs_id
 
Constructor Summary
ImportXMLService()
           
 
Method Summary
 java.lang.String getImageURL()
           
 java.lang.String getLayout()
          Return the path to the HTML page
 java.lang.String getName()
          Return the name
 java.lang.String getPageDescription()
          Return the Description
 
Methods inherited from class com.centrasite.control.extpt.AbstractImport
getLocale, getPageTitle, setLocale
 
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

ImportXMLService

public ImportXMLService()
Method Detail

getLayout

public java.lang.String getLayout()
Description copied from interface: Import
Return the path to the HTML page

Returns:

getName

public java.lang.String getName()
Description copied from interface: Import
Return the name

Returns:

getPageDescription

public java.lang.String getPageDescription()
Description copied from interface: Import
Return the Description

Returns:

getImageURL

public java.lang.String getImageURL()