| java.lang.Object org.sakaiproject.util.Placement
All known Subclasses: org.sakaiproject.site.impl.BaseToolConfiguration,
m_config | protected Properties m_config(Code) | | Placement configuration Properties (mutable).
|
m_context | protected String m_context(Code) | | The placement context.
|
m_id | protected String m_id(Code) | | The well known identifier string.
|
m_toolId | protected String m_toolId(Code) | | The placed tool's id - use if the tool is null.
|
Placement | public Placement()(Code) | | Construct
|
Placement | public Placement(String id, String toolId, Tool tool, Properties config, String context, String title)(Code) | | Construct.
Parameters: id - The placement id. Parameters: toolId - The well-known tool id associated with this placement. Parameters: tool - The tool to place. Parameters: config - The particular placement config Properties to use. Parameters: context - The particular placement context to use. Parameters: title - The tool placement title. |
hashCode | public int hashCode()(Code) | | |
setContext | public void setContext(String context)(Code) | | Set the context.
Parameters: context - The context to set. |
setId | public void setId(String id)(Code) | | Set the id.
Parameters: id - The id to set. |
|
|