Weitere Bereinigungen, Formatierungen, Ergänzung von Dokumentation.

git-svn-id: https://svn.libreccm.org/ccm/trunk@2069 8810af33-2d31-482b-a856-94f89814c4df
master
pb 2013-02-13 16:25:31 +00:00
parent 526c5fa1d4
commit 74eaab17dc
31 changed files with 9 additions and 4 deletions

View File

@ -0,0 +1,2 @@
Portalworkspace used to provide functionality for admins / users to modify
part of the theme. This is no longer desirable and removed with revision 2062hb.

View File

@ -7,7 +7,7 @@
<p> <p>
Classes to compose the PortalWorkspaceuser interface for Classes to compose the PortalWorkspaceuser interface for
their visitors . their visitors.
</p> </p>
<p> <p>
@ -26,14 +26,17 @@
<p> <p>
The class WorkspaceViewer is the jsp's entry point in view The class WorkspaceViewer is the jsp's entry point in view
mode for readers. mode for readers.
</p>
<p>
The class WorkspaceEditor is the jsp's entry point for users The class WorkspaceEditor is the jsp's entry point for users
permitted to style the portal page (add, delete, and modify permitted to style the portal page (add, delete, and modify
portlets). portlets).
</p> </p>
<p>
In either mode a subclass of WorkspaceSelectionAbstractModel
determines which workspace (instance of type portalworkspace)
is displayed.
</p>
<p> <p>
Package <code>com/arsdigita/portalworkspace/ui/admin</code> Package <code>com/arsdigita/portalworkspace/ui/admin</code>
contains classes for additional administrative tasks (add and contains classes for additional administrative tasks (add and

View File

@ -27,7 +27,7 @@
<define:component name="categoryMenu" <define:component name="categoryMenu"
classname="com.arsdigita.navigation.ui.category.Menu"/> classname="com.arsdigita.navigation.ui.category.Menu"/>
<define:component name="portalWorkspace" <define:component name="portalWorkspace"
classname="com.arsdigita.portalworkspace.ui.jsp.WorkspaceViewer"/> classname="com.arsdigita.portalworkspace.ui.WorkspaceViewer"/>
<jsp:scriptlet> <jsp:scriptlet>
((com.arsdigita.portalworkspace.ui.WorkspaceViewer) portalWorkspace).setWorkspaceModel(new CategoryPortalSelectionModel()); ((com.arsdigita.portalworkspace.ui.WorkspaceViewer) portalWorkspace).setWorkspaceModel(new CategoryPortalSelectionModel());
</jsp:scriptlet> </jsp:scriptlet>