| java.lang.Object com.sun.portal.desktop.context.DPPropertiesContext
All known Subclasses: com.sun.portal.wsrp.producer.portletmanagement.impl.DPWSRPRoleContext,
Method Summary | |
protected void | cloneIfNecessary() | public void | copyChannel(String srcName, String destName) | 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) | protected boolean | existsCachedProperty(String channel, String key, List pflist) | public synchronized 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 container) | public boolean | getBooleanProperty(String channel, String key) | public boolean | getBooleanProperty(String channel, String key, List pflist) | public boolean | getBooleanProperty(String channel, String key, boolean def) | public boolean | getBooleanProperty(String channel, String key, boolean def, List pflist) | protected Boolean | getBooleanPropertyNE(String channel, String key, List pflist, boolean exact) | protected List | getCachedChannelList(String channel, String type) | protected Object | getCachedProperty(String channel, String key, 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) | protected Map | getCollectionPropertyNE(String channel, String key, List pflist, boolean exact) | protected DPChannel | getDPChannel(String name) | protected DPContainerChannel | getDPContainerChannel(String name) | protected DesktopContext | getDesktopContext() | public int | getIntegerProperty(String channel, String key) | public int | getIntegerProperty(String channel, String key, List pflist) | public int | getIntegerProperty(String channel, String key, int def) | public int | getIntegerProperty(String channel, String key, int def, List pflist) | protected Integer | getIntegerPropertyNE(String channel, String key, List pflist, boolean exact) | public Iterator | getNames(String channel) | public Object | getProperty(String channel, String key) | public Object | getProperty(String channel, String key, Object def) | protected Object | getPropertyNE(String channel, String key) | public String | getProviderName(String channel) | public int | getProviderVersion(String channel) | public List | getSelectedChannels(String container) | 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, String def, List pflist) | public String | getStringProperty(String channel, String key, List pflist, boolean exact) This method will return value for the property for a given locale
If the value is not available it will return null. | protected String | getStringPropertyNE(String channel, String key, List pflist, boolean exact) | public synchronized void | init(HttpServletRequest req) | protected void | putCachedChannelList(String channel, String type, List l) | protected void | putCachedProperty(String channel, String key, List pflist, Object o) | public synchronized void | refresh() | protected Object | removeCachedProperty(String channel, String key, List pflist) | public void | removeChannel(String channelName) | public void | setAvailableChannels(String container, 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 container, List sel) | public void | setStringProperty(String channel, String key, String val) | public void | setStringProperty(String channel, String key, String val, List pflist) |
cloneIfNecessary | protected void cloneIfNecessary()(Code) | | |
existsBooleanProperty | public boolean existsBooleanProperty(String channel, String name)(Code) | | |
existsChannel | public synchronized 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) | | |
getStringProperty | public String getStringProperty(String channel, String key, List pflist, boolean exact)(Code) | | This method will return value for the property for a given locale
If the value is not available it will return null. Used for l10n of portlet titles.
Parameters: channel - Channel name Parameters: key - Property key Parameters: pflist - Locale filter(s) Parameters: exact - Boolean flag true - for exact value false - default if exact value is not available. Property value as a string |
refresh | public synchronized void refresh()(Code) | | |
removeChannel | public void removeChannel(String channelName)(Code) | | |
setAvailableChannels | public void setAvailableChannels(String container, 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 container, List sel)(Code) | | |
|
|