public class AbstractPortalContext extends Object implements PortalContext
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_INFO
The default info returned by the Portal.
|
| Constructor and Description |
|---|
AbstractPortalContext() |
AbstractPortalContext(Map<String,String> props) |
AbstractPortalContext(Set<WindowState> windowStates,
Set<Mode> modes,
Map<String,String> props) |
| Modifier and Type | Method and Description |
|---|---|
String |
getInfo() |
Set<Mode> |
getModes() |
Map<String,String> |
getProperties() |
Set<WindowState> |
getWindowStates() |
public static final String DEFAULT_INFO
public AbstractPortalContext(Set<WindowState> windowStates, Set<Mode> modes, Map<String,String> props)
public AbstractPortalContext()
public String getInfo()
getInfo in interface PortalContextpublic Set<WindowState> getWindowStates()
getWindowStates in interface PortalContextpublic Set<Mode> getModes()
getModes in interface PortalContextpublic Map<String,String> getProperties()
getProperties in interface PortalContextCopyright © 2003-2017 GateIn. All Rights Reserved.