Class Overview
Class that holds all the logic for the projectconfig decorator.
Summary
Nested Classes |
class |
AdminDecoratorHelper.Header |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Constants
public
static
final
String
ACTIVE_SECTION_KEY
Constant Value:
"admin.active.section"
public
static
final
String
ACTIVE_TAB_LINK_KEY
Constant Value:
"admin.active.tab"
public
static
final
String
SYSTEM_ADMIN_TOP
Constant Value:
"system.admin.top"
public
static
final
String
SYSTEM_ADMIN_TOP_NAVIGATION_BAR
Constant Value:
"system.admin.top.navigation.bar"
Public Constructors
Public Methods
public
String
getHeaderHtml
()
public
HttpServletRequest
getHttpRequest
()
public
boolean
getSectionContainsAtleastOneLink
(String parentSection, String section)
public
String
getSelectedMenuSection
()
public
boolean
isAdminMenusAllHidden
()
public
boolean
isHasHeader
()
public
boolean
isProjectAdministration
()
Protected Methods