| com.sun.portal.desktop.context.PropertiesContext
All known Subclasses: com.sun.portal.desktop.context.DPPropertiesContext,
PropertiesContext | interface PropertiesContext (Code) | | |
Method Summary | |
public void | copyChannel(String srcName, String dstName) | public void | createChannel(String channelName, String providerName) | public void | createContainer(String channelName, String providerName) | public boolean | existsBooleanProperty(String channel, String name) | public boolean | existsBooleanProperty(String channel, String name, List pflist) | public boolean | existsChannel(String channel) | public boolean | existsCollectionProperty(String channel, String name) | public boolean | existsCollectionProperty(String channel, String name, List pflist) | public boolean | existsIntegerProperty(String channel, String name) | public boolean | existsIntegerProperty(String channel, String name, List pflist) | public boolean | existsStringProperty(String channel, String name) | public boolean | existsStringProperty(String channel, String name, List pflist) | public List | getAvailableChannels(String channel) | public boolean | getBooleanProperty(String channel, String key) | public boolean | getBooleanProperty(String channel, String key, boolean def) | public boolean | getBooleanProperty(String channel, String key, List pflist) | public boolean | getBooleanProperty(String channel, String key, boolean def, List pflist) | public String | getClassName(String channel) | public Map | getCollectionProperty(String channel, String key) | public Map | getCollectionProperty(String channel, String key, List pflist) | public Map | getCollectionProperty(String channel, String key, Map def) | public Map | getCollectionProperty(String channel, String key, Map def, List pflist) | public int | getIntegerProperty(String channel, String key) | public int | getIntegerProperty(String channel, String key, int def) | public int | getIntegerProperty(String channel, String key, List pflist) | public int | getIntegerProperty(String channel, String key, int def, List pflist) | public Iterator | getNames(String channel) | public Object | getProperty(String channel, String key) | public Object | getProperty(String channel, String key, Object def) | public String | getProviderName(String channel) | public int | getProviderVersion(String channel) | public List | getSelectedChannels(String channel) | public String | getStringProperty(String channel, String key) | public String | getStringProperty(String channel, String key, String def) | public String | getStringProperty(String channel, String key, List pflist) | public String | getStringProperty(String channel, String key, List pflist, boolean exact) | public String | getStringProperty(String channel, String key, String def, List pflist) | public void | init(HttpServletRequest req) | public void | refresh() | public void | removeChannel(String channelName) | public void | setAvailableChannels(String channel, List avail) | public void | setBooleanProperty(String channel, String key, boolean val) | public void | setBooleanProperty(String channel, String key, boolean val, List pflist) | public void | setCollectionProperty(String channel, String key, Map val) | public void | setCollectionProperty(String channel, String key, Map val, List pflist) | public void | setCollectionProperty(String channel, String key, List val) | public void | setCollectionProperty(String channel, String key, List val, List pflist) | public void | setIntegerProperty(String channel, String key, int val) | public void | setIntegerProperty(String channel, String key, int val, List pflist) | public void | setProperty(String channel, String key, Object val) | public void | setSelectedChannels(String channel, List sel) | public void | setStringProperty(String channel, String key, String val) | public void | setStringProperty(String channel, String key, String val, List pflist) |
existsBooleanProperty | public boolean existsBooleanProperty(String channel, String name)(Code) | | |
existsChannel | public boolean existsChannel(String channel)(Code) | | |
existsCollectionProperty | public boolean existsCollectionProperty(String channel, String name)(Code) | | |
existsCollectionProperty | public boolean existsCollectionProperty(String channel, String name, List pflist)(Code) | | |
existsIntegerProperty | public boolean existsIntegerProperty(String channel, String name)(Code) | | |
existsStringProperty | public boolean existsStringProperty(String channel, String name)(Code) | | |
getBooleanProperty | public boolean getBooleanProperty(String channel, String key, boolean def)(Code) | | |
getBooleanProperty | public boolean getBooleanProperty(String channel, String key, boolean def, List pflist)(Code) | | |
getIntegerProperty | public int getIntegerProperty(String channel, String key, int def)(Code) | | |
getProviderVersion | public int getProviderVersion(String channel)(Code) | | |
refresh | public void refresh()(Code) | | |
removeChannel | public void removeChannel(String channelName)(Code) | | |
setAvailableChannels | public void setAvailableChannels(String channel, List avail)(Code) | | |
setBooleanProperty | public void setBooleanProperty(String channel, String key, boolean val)(Code) | | |
setIntegerProperty | public void setIntegerProperty(String channel, String key, int val)(Code) | | |
setSelectedChannels | public void setSelectedChannels(String channel, List sel)(Code) | | |
|
|