org.jboss.services.xml
Class JBossEntityResolverMgr

java.lang.Object
  extended by org.jboss.services.xml.JBossEntityResolverMgr
All Implemented Interfaces:
JBossEntityResolverMgrMBean

public class JBossEntityResolverMgr
extends Object
implements JBossEntityResolverMgrMBean

A simple mbean for managing the static JBossEntityResolver class entity mappings.

Version:
$Revision: 57210 $
Author:
Scott.Stark@jboss.org

Constructor Summary
JBossEntityResolverMgr()
           
 
Method Summary
 Properties getEntityMap()
           
 boolean isWarnOnNonFileURLs()
           
 void registerEntity(String id, String file)
          Register an id to schema file mapping.
 void setEntityMap(Properties map)
           
 void setWarnOnNonFileURLs(boolean flag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossEntityResolverMgr

public JBossEntityResolverMgr()
Method Detail

isWarnOnNonFileURLs

public boolean isWarnOnNonFileURLs()
Specified by:
isWarnOnNonFileURLs in interface JBossEntityResolverMgrMBean

setWarnOnNonFileURLs

public void setWarnOnNonFileURLs(boolean flag)
Specified by:
setWarnOnNonFileURLs in interface JBossEntityResolverMgrMBean

getEntityMap

public Properties getEntityMap()
Specified by:
getEntityMap in interface JBossEntityResolverMgrMBean

setEntityMap

public void setEntityMap(Properties map)
Specified by:
setEntityMap in interface JBossEntityResolverMgrMBean

registerEntity

public void registerEntity(String id,
                           String file)
Description copied from interface: JBossEntityResolverMgrMBean
Register an id to schema file mapping.

Specified by:
registerEntity in interface JBossEntityResolverMgrMBean
Parameters:
id - - the publicID/systemID for the maping
file - - the dtd/xsd schema file name


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.