| |
|
| java.lang.Object org.sakaiproject.portal.service.PortletTool
m_categories | protected Set m_categories(Code) | | The set of categories.
|
m_description | protected String m_description(Code) | | The description string.
|
m_finalConfig | protected Properties m_finalConfig(Code) | | The configuration properties that are set by registration and may not be
changed by confguration.
|
m_id | protected String m_id(Code) | | The well known identifier string.
|
m_keywords | protected Set m_keywords(Code) | | The set of keywords.
|
m_mutableConfig | protected Properties m_mutableConfig(Code) | | The configuration properties that may be changed by configuration.
|
m_tool | protected Tool m_tool(Code) | | The parsed tool registration (if any) *
|
PortletTool | public PortletTool(PortletDD pdd, InternalPortletContext portlet, ServletContext portalContext)(Code) | | |
getCategories | public Set getCategories()(Code) | | |
hashCode | public int hashCode()(Code) | | |
setAccessSecurity | public void setAccessSecurity(PortletTool.AccessSecurity access)(Code) | | Set the access security.
Parameters: access - The new access security setting. |
setCategories | public void setCategories(Set categories)(Code) | | Set the categories.
Parameters: categories - The new categories set (Strings). |
setDescription | public void setDescription(String description)(Code) | | Set the description.
Parameters: description - The description to set. |
setId | public void setId(String id)(Code) | | Set the id.
Parameters: m_id - The m_id to set. |
setKeywords | public void setKeywords(Set keywords)(Code) | | Set the keywords.
Parameters: keywords - The new keywords set (Strings). |
setRegisteredConfig | public void setRegisteredConfig(Properties finalConfig, Properties mutableConfig)(Code) | | Set the registered configuration.
Parameters: config - The new registered configuration Properties. |
setTitle | public void setTitle(String title)(Code) | | Set the title.
Parameters: title - The title to set. |
|
|
|