org.broadleafcommerce.openadmin.web.controller
Class BroadleafAdminAbstractController

java.lang.Object
  extended by org.broadleafcommerce.common.web.controller.BroadleafAbstractController
      extended by org.broadleafcommerce.openadmin.web.controller.BroadleafAdminAbstractController
Direct Known Subclasses:
BroadleafAdminAbstractEntityController

public abstract class BroadleafAdminAbstractController
extends BroadleafAbstractController

An abstract controller that provides convenience methods and resource declarations for the Admin All Admin controllers must extend this class in order to be registered with the Left-hand Navigation. Operations that are shared between all admin controllers belong here.

Author:
elbertbautista, apazzolini
See Also:
AdminNavigationHandlerMapping

Field Summary
protected  AdminNavigationService adminNavigationService
           
protected  String currentSectionKey
           
 
Constructor Summary
BroadleafAdminAbstractController()
           
 
Method Summary
 
Methods inherited from class org.broadleafcommerce.common.web.controller.BroadleafAbstractController
getContextPath, isAjaxRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentSectionKey

protected String currentSectionKey

adminNavigationService

protected AdminNavigationService adminNavigationService
Constructor Detail

BroadleafAdminAbstractController

public BroadleafAdminAbstractController()


Copyright © 2013. All Rights Reserved.