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, waitcreate, get, getpublic NavItemContextImpl()
public NavItemContextImpl(String ctx)
public void init(String ctx)
init in interface NavItemContextpublic Collection<String> getPropertyIds()
getPropertyIds in interface NavItemContextpublic String getProperty(String id)
getProperty in interface NavItemContextpublic String removeProperty(String id)
removeProperty in interface NavItemContextpublic NavItemContext setProperty(String id, String value)
setProperty in interface NavItemContextpublic boolean includesPropertiesOf(NavItemContext ctx)
NavItemContextincludesPropertiesOf in interface NavItemContextCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.