Remove the given class from the register. Calling this method will allow the bean class to be re-registered by a subsequent call to registerBeanClass. This allows (for example) a bean to be reintrospected after a change to the introspection settings.
Note that deregistering a bean does not remove the Digester rules associated with that bean.
@param beanClass theClass to remove from the set of registered bean classes
@since 0.5
| |
| |
| |
| |