public class MenuEntry extends Object implements org.springframework.core.Ordered
WebFragmentsManager
.Constructor and Description |
---|
MenuEntry(String key,
String section,
WebLink link,
LocalizedMessage label,
int order,
List<Condition> conditions) |
Modifier and Type | Method and Description |
---|---|
List<Condition> |
getConditions() |
String |
getKey() |
String |
getLabel() |
WebLink |
getLink() |
String |
getLinkPath() |
LocalizedMessage |
getLocalizedLabel() |
int |
getOrder() |
String |
getSection() |
boolean |
meetsCondition() |
public boolean meetsCondition()
public String getKey()
public WebLink getLink()
public String getLinkPath()
public String getSection()
public String getLabel()
public LocalizedMessage getLocalizedLabel()
public int getOrder()
getOrder
in interface org.springframework.core.Ordered
Copyright © 2014 Suncode. All rights reserved.