com.anwrt.anycontent.extensions.page
Class AdministratorExtensionPoint

java.lang.Object
  extended bycom.anwrt.anycontent.plugin.ExtensionPoint
      extended bycom.anwrt.anycontent.extensions.page.AbstractPageExtensionPoint
          extended bycom.anwrt.anycontent.extensions.page.AdministratorExtensionPoint

public class AdministratorExtensionPoint
extends AbstractPageExtensionPoint

This implementation handles the administrator page's extensions


Constructor Summary
AdministratorExtensionPoint()
           
 
Method Summary
protected  StaticEntry createEntry()
          Create an empty static entry
protected  Logger getLogger()
          Get the logger for current implementation
protected  AbstractPageManager getManager()
          Get the page manager for current implementation
 
Methods inherited from class com.anwrt.anycontent.extensions.page.AbstractPageExtensionPoint
configureExtension, getItem, initialize, isSingle
 
Methods inherited from class com.anwrt.anycontent.plugin.ExtensionPoint
configure, getId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdministratorExtensionPoint

public AdministratorExtensionPoint()
Method Detail

getLogger

protected Logger getLogger()
Description copied from class: AbstractPageExtensionPoint
Get the logger for current implementation

Specified by:
getLogger in class AbstractPageExtensionPoint
Returns:
A logger

getManager

protected AbstractPageManager getManager()
Description copied from class: AbstractPageExtensionPoint
Get the page manager for current implementation

Specified by:
getManager in class AbstractPageExtensionPoint
Returns:
A page manager

createEntry

protected StaticEntry createEntry()
Description copied from class: AbstractPageExtensionPoint
Create an empty static entry

Specified by:
createEntry in class AbstractPageExtensionPoint
Returns:
An empty entry


Copyright © 2006 Anyware Technologies. All Rights Reserved.