AbstractWorkspaceComponent using parents
- * (SimpleContainer) default constructor.
+ * Default constructor creates a new, empty AbstractWorkspaceComponent using
+ * parents (SimpleContainer) default constructor.
*/
public AbstractWorkspaceComponent() {
this(null);
}
/**
- *
+ *
* @param workspace
*/
public AbstractWorkspaceComponent(WorkspaceSelectionAbstractModel workspace) {
@@ -63,7 +61,7 @@ public abstract class AbstractWorkspaceComponent extends SimpleContainer {
m_workspace = workspace;
m_details = new WorkspaceDetails(m_workspace);
m_portal = new DefaultPortalSelectionModel(new BigDecimalParameter(
- "portal"));
+ "portal"));
m_portalList = createPortalList(m_portal);
m_portalDisplay = createPortalDisplay(m_portal);
@@ -87,25 +85,25 @@ public abstract class AbstractWorkspaceComponent extends SimpleContainer {
}
/**
- * To be overwritten by children class with class specific logic.
- *
+ * To be overwritten by children class with class specific logic.
+ *
* @param portal
* @return
*/
protected abstract PortalList createPortalList(PortalSelectionModel portal);
/**
- * To be overwritten by children class with class specific logic.
- *
+ * To be overwritten by children class with class specific logic.
+ *
* @param portal
* @return
*/
protected abstract PersistentPortal createPortalDisplay(
- PortalSelectionModel portal);
+ PortalSelectionModel portal);
/**
- *
- */
+ *
+ */
public void register(Page page) {
super.register(page);
diff --git a/ccm-portalworkspace/web/templates/ccm-portalworkspace/index.jsp b/ccm-portalworkspace/web/templates/ccm-portalworkspace/index.jsp
index 3a6af9632..64966651f 100755
--- a/ccm-portalworkspace/web/templates/ccm-portalworkspace/index.jsp
+++ b/ccm-portalworkspace/web/templates/ccm-portalworkspace/index.jsp
@@ -1,36 +1,36 @@
a element.
+
+ Generates a HTML a element. There are some differences to the
+ a element in HTML. First, there two attribute for the URL:
+
href-property
+ href-static
+ + The third variant for providing an URL is to call the template with a href + parameter in the XSL. +
categoryMenu, which is suitable in most cases.
+ true (true) the description text for the category system from the
+ data tree XML will be used as value of the title attribute.
+ If set to false, the translated name of the category system will be used.
+ true (default) Foundry will try to translate the title of the
+ navigation/category system using the language file lang/navigation.xml.
+ If set to false the title is retrieved from the data tree XML.
+ a
+ HTML tag. The title of the navigation is printed using the navigation-title
+ tag.
+