org.jasig.portal.tools.chanpub
Class ChannelDefDtdResolver
java.lang.Object
org.jasig.portal.tools.chanpub.ChannelDefDtdResolver
- All Implemented Interfaces:
- EntityResolver
Deprecated. See the deprecation message on ChannelPublisher.
@Deprecated
public class ChannelDefDtdResolver
- extends Object
- implements EntityResolver
Resolves the channelDefinition.dtd
- Version:
- $Revision: 19776 $
- Author:
- Ken Weiner, kweiner@unicon.net
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChannelDefDtdResolver
public ChannelDefDtdResolver()
- Deprecated.
resolveEntity
public InputSource resolveEntity(String publicId,
String systemId)
- Deprecated.
- Sets the input source to the channel definition dtd.
- Specified by:
resolveEntity in interface EntityResolver
- Parameters:
publicId - the public IDsystemId - the system ID
- Returns:
- an input source based on the channel definition dtd
Copyright © 2010 Jasig. All Rights Reserved.