public class NavItemContextImpl extends Object implements NavItemContext
Constructor and Description |
---|
NavItemContextImpl() |
NavItemContextImpl(String ctx) |
Modifier and Type | Method and Description |
---|---|
String |
getProperty(String id) |
Collection<String> |
getPropertyIds() |
boolean |
includesPropertiesOf(NavItemContext ctx)
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) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
create, get, get
public NavItemContextImpl()
public NavItemContextImpl(String ctx)
public void init(String ctx)
init
in interface NavItemContext
public Collection<String> getPropertyIds()
getPropertyIds
in interface NavItemContext
public String getProperty(String id)
getProperty
in interface NavItemContext
public String removeProperty(String id)
removeProperty
in interface NavItemContext
public NavItemContext setProperty(String id, String value)
setProperty
in interface NavItemContext
public boolean includesPropertiesOf(NavItemContext ctx)
NavItemContext
includesPropertiesOf
in interface NavItemContext
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.