| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cocoon.components.repository.RepositoryInterceptorBase
public abstract class RepositoryInterceptorBase
NOP implementation of RepositoryInterceptor.
| 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 | 
|---|
public RepositoryInterceptorBase()
| Method Detail | 
|---|
public void postRemoveSource(Source source)
                      throws SourceException
RepositoryInterceptor
postRemoveSource in interface RepositoryInterceptorSourceException
public void postStoreSource(Source source)
                     throws SourceException
RepositoryInterceptor
postStoreSource in interface RepositoryInterceptorSourceException
public void preRemoveSource(Source source)
                     throws SourceException
RepositoryInterceptor
preRemoveSource in interface RepositoryInterceptorSourceException
public void preStoreSource(Source source)
                    throws SourceException
RepositoryInterceptor
preStoreSource in interface RepositoryInterceptorSourceException| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||