net.sf.ehcache.config
final class BeanHandler extends DefaultHandler
Version: $Id: BeanHandler.java 191 2006-09-03 22:41:48Z 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. |