public class CmsDefaultPostCreateHandler extends java.lang.Object implements I_CmsCollectorPostCreateHandler
This default implementation does nothing.
| Constructor and Description |
|---|
CmsDefaultPostCreateHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCreate(CmsObject cms,
CmsResource createdResource,
boolean copyMode)
This is called after the new content has been created (and possibly already been filled with content).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonCreate, splitClassAndConfigpublic CmsDefaultPostCreateHandler()
public void onCreate(CmsObject cms, CmsResource createdResource, boolean copyMode)
I_CmsCollectorPostCreateHandleronCreate in interface I_CmsCollectorPostCreateHandlercms - the current user's CMS contextcreatedResource - the resource which has been createdcopyMode - true if the user chose one of the elements in the collector list as a modelI_CmsCollectorPostCreateHandler.onCreate(org.opencms.file.CmsObject, org.opencms.file.CmsResource, boolean)