net.sf.ehcache.config
final class BeanHandler extends DefaultHandler
Version: $Id: BeanHandler.java 53 2006-04-25 08:56:21Z gregluck $
Constructor Summary | |
---|---|
BeanHandler(Object bean)
Constructor. |
Method Summary | |
---|---|
void | endElement(String uri, String localName, String qName)
Receive notification of the end of an element. |
void | setDocumentLocator(Locator locator)
Receive a Locator object for document events. |
void | startElement(String uri, String localName, String qName, Attributes attributes)
Receive notification of the start of an element. |