Class A_CmsResourceWrapper

java.lang.Object
org.opencms.file.wrapper.A_CmsResourceWrapper
All Implemented Interfaces:
I_CmsResourceWrapper
Direct Known Subclasses:
A_CmsResourceExtensionWrapper, CmsResourceWrapperModules, CmsResourceWrapperModulesNonLazy, CmsResourceWrapperPreventCreateNameCI, CmsResourceWrapperPreventCreateNameRegex, CmsResourceWrapperPropertyFile, CmsResourceWrapperReplaceDeleted, CmsResourceWrapperSystemFolder, CmsResourceWrapperXmlPage

public abstract class A_CmsResourceWrapper extends Object implements I_CmsResourceWrapper
Default abstract implementation of the interface I_CmsResourceWrapper.

This class returns for all methods that the action is not handled by the resource wrapper.

Subclasses can only implement those methods where they want to change the default behaviour.

Since:
6.5.6