ch.elca.el4j.env.xml.handlers
Interface EnvGroupHandler

All Superinterfaces:
ContentHandler
All Known Implementing Classes:
AbstractInheritablePropertyHandler, BeanOverridesHandler, PlaceholdersHandler

public interface EnvGroupHandler
extends ContentHandler

The interface that a handler has to implement to parse a group of the env.xml file.

Author:
Stefan Wismer (SWI)
File-location:
EnvGroupHandler
Last check-in date:
2009-08-04 14:25:40 +0200 (Di, 04. Aug 2009) by swismer for revision 3874

Method Summary
 void filterData(Properties properties)
           
 Object getData()
           
 void startResource(Resource resource)
          Notify which resource will be parsed next.
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 

Method Detail

startResource

void startResource(Resource resource)
Notify which resource will be parsed next.

Parameters:
resource - the resource that will be parsed next

filterData

void filterData(Properties properties)
Parameters:
properties - the evaluated variables (${variable} -> value)

getData

Object getData()
Returns:
the gathered data


Copyright © 2005-2011 ELCA. All Rights Reserved.