org.broadleafcommerce.openadmin.client
Interface Module

All Known Subinterfaces:
HtmlEditingModule
All Known Implementing Classes:
AbstractHtmlEditingModule, AbstractModule, UserManagementModule

public interface Module

Author:
jfischer

Method Summary
 String getModuleKey()
           
 String getModuleTitle()
           
 LinkedHashMap<String,String[]> getPages()
           
 void postDraw()
           
 void preDraw()
           
 

Method Detail

getModuleTitle

String getModuleTitle()

getModuleKey

String getModuleKey()

getPages

LinkedHashMap<String,String[]> getPages()

preDraw

void preDraw()

postDraw

void postDraw()


Copyright © 2012. All Rights Reserved.