org.jboss.services.xml
Class JBossEntityResolverMgr
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JBossEntityResolverMgr
public JBossEntityResolverMgr()
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 mapingfile
- - the dtd/xsd schema file name
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.