org.ujac.print
Interface DocumentDataAccessor


public interface DocumentDataAccessor

Name: DocumentDataAccessor
Description: Interface allowing custom access to external data from self implemented tags.

Author:
lauerc

Method Summary
 void shutdown()
          Shuts down the document content handler.
 void startup()
          Starts up the document content handler.
 

Method Detail

startup

void startup()
             throws DocumentHandlerException
Starts up the document content handler.

Throws:
DocumentHandlerException - In case something went wrong.

shutdown

void shutdown()
              throws DocumentHandlerException
Shuts down the document content handler.

Throws:
DocumentHandlerException - In case something went wrong.


Copyright © 2003-2004 UJAC.org. All Rights Reserved.