org.apache.cocoon.components.repository
Class RepositoryInterceptorBase

java.lang.Object
  extended by org.apache.cocoon.components.repository.RepositoryInterceptorBase
All Implemented Interfaces:
RepositoryInterceptor

public abstract class RepositoryInterceptorBase
extends Object
implements RepositoryInterceptor

NOP implementation of RepositoryInterceptor.

Author:
Unico Hommes

Field Summary
 
Fields inherited from interface org.apache.cocoon.components.repository.RepositoryInterceptor
ROLE
 
Constructor Summary
RepositoryInterceptorBase()
           
 
Method Summary
 void postRemoveSource(Source source)
          called before a source was successfully removed
 void postStoreSource(Source source)
          called after a source was successfully stored
 void preRemoveSource(Source source)
          called before a source is removed
 void preStoreSource(Source source)
          called before a source is stored
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryInterceptorBase

public RepositoryInterceptorBase()
Method Detail

postRemoveSource

public void postRemoveSource(Source source)
                      throws SourceException
Description copied from interface: RepositoryInterceptor
called before a source was successfully removed

Specified by:
postRemoveSource in interface RepositoryInterceptor
Throws:
SourceException

postStoreSource

public void postStoreSource(Source source)
                     throws SourceException
Description copied from interface: RepositoryInterceptor
called after a source was successfully stored

Specified by:
postStoreSource in interface RepositoryInterceptor
Throws:
SourceException

preRemoveSource

public void preRemoveSource(Source source)
                     throws SourceException
Description copied from interface: RepositoryInterceptor
called before a source is removed

Specified by:
preRemoveSource in interface RepositoryInterceptor
Throws:
SourceException

preStoreSource

public void preStoreSource(Source source)
                    throws SourceException
Description copied from interface: RepositoryInterceptor
called before a source is stored

Specified by:
preStoreSource in interface RepositoryInterceptor
Throws:
SourceException


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.