org.geotools.xml.impl
Class HandlerImpl

java.lang.Object
  extended by org.geotools.xml.impl.HandlerImpl
All Implemented Interfaces:
Handler
Direct Known Subclasses:
DocumentHandlerImpl, ElementHandlerImpl

public abstract class HandlerImpl
extends java.lang.Object
implements Handler


Constructor Summary
HandlerImpl()
           
 
Method Summary
 org.picocontainer.MutablePicoContainer getContext()
           
 void setContext(org.picocontainer.MutablePicoContainer context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.geotools.xml.impl.Handler
createChildHandler, endChildHandler, getComponent, getParentHandler, getParseNode, getSchemaContent, startChildHandler
 

Constructor Detail

HandlerImpl

public HandlerImpl()
Method Detail

getContext

public org.picocontainer.MutablePicoContainer getContext()
Specified by:
getContext in interface Handler
Returns:
The context or container in which the instance is to be parsed in.

setContext

public void setContext(org.picocontainer.MutablePicoContainer context)
Specified by:
setContext in interface Handler
Parameters:
context - The context in which the the instance is to be parsed in.


Copyright © 1996-2010 Geotools. All Rights Reserved.