Weitere Bereinigungen, Formatierungen, Ergänzung von Dokumentation.
git-svn-id: https://svn.libreccm.org/ccm/trunk@2069 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
526c5fa1d4
commit
74eaab17dc
|
|
@ -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.
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<p>
|
||||
Classes to compose the PortalWorkspaceuser interface for
|
||||
their visitors .
|
||||
their visitors.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
@ -26,14 +26,17 @@
|
|||
<p>
|
||||
The class WorkspaceViewer is the jsp's entry point in view
|
||||
mode for readers.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The class WorkspaceEditor is the jsp's entry point for users
|
||||
permitted to style the portal page (add, delete, and modify
|
||||
portlets).
|
||||
</p>
|
||||
|
||||
<p>
|
||||
In either mode a subclass of WorkspaceSelectionAbstractModel
|
||||
determines which workspace (instance of type portalworkspace)
|
||||
is displayed.
|
||||
</p>
|
||||
<p>
|
||||
Package <code>com/arsdigita/portalworkspace/ui/admin</code>
|
||||
contains classes for additional administrative tasks (add and
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
<define:component name="categoryMenu"
|
||||
classname="com.arsdigita.navigation.ui.category.Menu"/>
|
||||
<define:component name="portalWorkspace"
|
||||
classname="com.arsdigita.portalworkspace.ui.jsp.WorkspaceViewer"/>
|
||||
classname="com.arsdigita.portalworkspace.ui.WorkspaceViewer"/>
|
||||
<jsp:scriptlet>
|
||||
((com.arsdigita.portalworkspace.ui.WorkspaceViewer) portalWorkspace).setWorkspaceModel(new CategoryPortalSelectionModel());
|
||||
</jsp:scriptlet>
|
||||
|
|
|
|||
Loading…
Reference in New Issue