uPortal 2.4.1
API Documentation

org.jasig.portal.tools.chanpub
Class ChannelDefDtdResolver

java.lang.Object
  extended byorg.jasig.portal.tools.chanpub.ChannelDefDtdResolver
All Implemented Interfaces:
org.xml.sax.EntityResolver

public class ChannelDefDtdResolver
extends java.lang.Object
implements org.xml.sax.EntityResolver

Resolves the channelDefinition.dtd

Version:
$Revision: 1.4 $
Author:
Ken Weiner, kweiner@unicon.net

Constructor Summary
ChannelDefDtdResolver()
           
 
Method Summary
 org.xml.sax.InputSource resolveEntity(java.lang.String publicId, java.lang.String systemId)
          Sets the input source to the channel definition dtd.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelDefDtdResolver

public ChannelDefDtdResolver()
Method Detail

resolveEntity

public org.xml.sax.InputSource resolveEntity(java.lang.String publicId,
                                             java.lang.String systemId)
Sets the input source to the channel definition dtd.

Specified by:
resolveEntity in interface org.xml.sax.EntityResolver
Parameters:
publicId - the public ID
systemId - the system ID
Returns:
an input source based on the channel definition dtd

uPortal 2.4.1
API Documentation