public interface NavItemContext
NavItem.getContext()
as it was a collection of attribute/value pairs.Modifier and Type | Method and Description |
---|---|
static NavItemContext |
create() |
static NavItemContext |
get(NavItem navItem) |
static NavItemContext |
get(String ctx) |
String |
getProperty(String id) |
Collection<String> |
getPropertyIds() |
boolean |
includesPropertiesOf(NavItemContext cxt)
Check if this context contains all property-value pairs of some other context.
|
void |
init(String ctx) |
String |
removeProperty(String id) |
NavItemContext |
setProperty(String id,
String value) |
static NavItemContext create()
static NavItemContext get(String ctx)
static NavItemContext get(NavItem navItem)
void init(String ctx)
Collection<String> getPropertyIds()
NavItemContext setProperty(String id, String value)
boolean includesPropertiesOf(NavItemContext cxt)
cxt
- Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.