org.ujac.print
Class DocumentTagInterceptorSupport

java.lang.Object
  extended by org.ujac.print.DocumentTagInterceptorSupport
All Implemented Interfaces:
DocumentTagInterceptor

public class DocumentTagInterceptorSupport
extends Object
implements DocumentTagInterceptor

Name: DocumentTagInterceptorSupport
Description: Empty implementation of the DocumentTagInterceptor interface for convenience.

Author:
lauerc

Constructor Summary
DocumentTagInterceptorSupport()
           
 
Method Summary
 void afterClose(BaseDocumentTag tag)
          Action to do after the close tag method is called.
 void afterOpen(BaseDocumentTag tag)
          Action to do before the open tag method is called.
 boolean beforeClose(BaseDocumentTag tag)
          Action to do after the close tag method is called.
 boolean beforeOpen(BaseDocumentTag tag)
          Action to do before the open tag method is called.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentTagInterceptorSupport

public DocumentTagInterceptorSupport()
Method Detail

beforeOpen

public boolean beforeOpen(BaseDocumentTag tag)
                   throws DocumentHandlerException
Description copied from interface: DocumentTagInterceptor
Action to do before the open tag method is called.

Specified by:
beforeOpen in interface DocumentTagInterceptor
Parameters:
tag - The tag which is been processed.
Returns:
return true to actually call the openItem method of the tag.
Throws:
DocumentHandlerException - In case something happened which needs to abort the document processing.
See Also:
DocumentTagInterceptor.beforeOpen(org.ujac.print.BaseDocumentTag)

afterOpen

public void afterOpen(BaseDocumentTag tag)
               throws DocumentHandlerException
Description copied from interface: DocumentTagInterceptor
Action to do before the open tag method is called.

Specified by:
afterOpen in interface DocumentTagInterceptor
Parameters:
tag - The tag which is been processed. s * @throws DocumentHandlerException In case something happened which needs to abort the document processing.
Throws:
DocumentHandlerException
See Also:
DocumentTagInterceptor.afterOpen(org.ujac.print.BaseDocumentTag)

beforeClose

public boolean beforeClose(BaseDocumentTag tag)
                    throws DocumentHandlerException
Description copied from interface: DocumentTagInterceptor
Action to do after the close tag method is called.

Specified by:
beforeClose in interface DocumentTagInterceptor
Parameters:
tag - The tag which is been processed.
Returns:
return true to actually call the openItem method of the tag.
Throws:
DocumentHandlerException - In case something happened which needs to abort the document processing.
See Also:
DocumentTagInterceptor.beforeClose(org.ujac.print.BaseDocumentTag)

afterClose

public void afterClose(BaseDocumentTag tag)
                throws DocumentHandlerException
Description copied from interface: DocumentTagInterceptor
Action to do after the close tag method is called.

Specified by:
afterClose in interface DocumentTagInterceptor
Parameters:
tag - The tag which is been processed.
Throws:
DocumentHandlerException - In case something happened which needs to abort the document processing.
See Also:
DocumentTagInterceptor.afterClose(org.ujac.print.BaseDocumentTag)


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