portal.dictionary.file
Class PortalFileDictionaryXFormReader

java.lang.Object
  extended byportal.dictionary.A_PortalDictionaryObjectReader
      extended byportal.dictionary.file.A_PortalFileDictionaryObjectReader
          extended byportal.dictionary.file.PortalFileDictionaryXFormReader
All Implemented Interfaces:
I_PortalDictionaryObjectReader

public class PortalFileDictionaryXFormReader
extends A_PortalFileDictionaryObjectReader

A dictionary object reader to read W3C XForms from the local filesystem.

Version:
$Revision: 1.12 $
Author:
Thomas Weckert

Constructor Summary
PortalFileDictionaryXFormReader()
           
 
Method Summary
 I_PortalDictionaryObjectType getSupportedType()
           
 I_PortalDictionaryObject readObject(java.lang.String processName, java.lang.String objectName)
           
 
Methods inherited from class portal.dictionary.file.A_PortalFileDictionaryObjectReader
destroy, init
 
Methods inherited from class portal.dictionary.A_PortalDictionaryObjectReader
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalFileDictionaryXFormReader

public PortalFileDictionaryXFormReader()
Method Detail

getSupportedType

public I_PortalDictionaryObjectType getSupportedType()
See Also:
I_PortalDictionaryObjectReader.getSupportedType()

readObject

public I_PortalDictionaryObject readObject(java.lang.String processName,
                                           java.lang.String objectName)
                                    throws PortalException
Throws:
PortalException
See Also:
I_PortalDictionaryObjectReader.readObject(java.lang.String, java.lang.String)