kimptoc 02/01/10 00:32:51
Modified: src/java/org/apache/jetspeed/portal/service
PersistenceService.java
src/java/org/apache/jetspeed/xml/api package.html
src/java/org/apache/jetspeed/xml/peer package.html
webapp/WEB-INF/conf JetspeedResources.properties
Added: src/java/org/apache/jetspeed/cache/disk package.html
src/java/org/apache/jetspeed/capability package.html
src/java/org/apache/jetspeed/om/profile package.html
src/java/org/apache/jetspeed/portal package.html
src/java/org/apache/jetspeed/services/portaltoolkit
package.html
src/java/org/apache/jetspeed/services/portletfactory
package.html
src/java/org/apache/jetspeed/xml/api/jcm package.html
src/java/org/apache/jetspeed/xml/api/portletmarkup
package.html
src/java/org/apache/jetspeed/xml/peer/rss package.html
Log:
some javadoc tweaks - as part of my search for the link from Portlet to Entry
Revision Changes Path
1.1
jakarta-jetspeed/src/java/org/apache/jetspeed/cache/disk/package.html
Index: package.html
===================================================================
<body>
<p>
A way to store remote documents locally. This can increase performance by
eliminating TCP connection latency.
</p>
</body>
1.1
jakarta-jetspeed/src/java/org/apache/jetspeed/capability/package.html
Index: package.html
===================================================================
<body>
<p>
Facilities for handling various browser types and their respective capabilities.
</p>
</body>
1.1
jakarta-jetspeed/src/java/org/apache/jetspeed/om/profile/package.html
Index: package.html
===================================================================
<body>
<p>
Represents the options available for displaying the portlet.
This includes the general/anonymous layout and user specific
customized views of the portlet.
The Profile class is the main object in this package, with
utility classes like ProfileLocator providing means of
looking up Profile's.
The Entry class represents a Portlet, but within a profile
document.
</p>
</body>
1.1
jakarta-jetspeed/src/java/org/apache/jetspeed/portal/package.html
Index: package.html
===================================================================
<body>
<p>
Represents core classes for working with Portlets.
This includes the definition of a Portlet itself along with
classes like PortletController that help with layout
and rendering of the overall portal.
</p>
</body>
1.4 +0 -2
jakarta-jetspeed/src/java/org/apache/jetspeed/portal/service/PersistenceService.java
Index: PersistenceService.java
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/portal/service/PersistenceService.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PersistenceService.java 4 Dec 2001 18:35:51 -0000 1.3
+++ PersistenceService.java 10 Jan 2002 08:32:50 -0000 1.4
@@ -150,8 +150,6 @@
** Resets the persistence service to forget about all attributes
** previously collected.
**
- ** @exception ServiceException
- ** if resetting the pages fails
**/
public void reset ();
1.1
jakarta-jetspeed/src/java/org/apache/jetspeed/services/portaltoolkit/package.html
Index: package.html
===================================================================
<body>
<p>
Services for creating new Portal objects from named Registry entries or PSML
configuration entries.
It handles all the portal specific objects except Portlet which are handled by a
separate PortletFactory service
</p>
</body>
1.1
jakarta-jetspeed/src/java/org/apache/jetspeed/services/portletfactory/package.html
Index: package.html
===================================================================
<body>
<p>
Helper classes for handling the creation of Portlet objects.
</p>
</body>
1.2 +5 -1
jakarta-jetspeed/src/java/org/apache/jetspeed/xml/api/package.html
Index: package.html
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/xml/api/package.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- package.html 6 Apr 2000 23:13:32 -0000 1.1
+++ package.html 10 Jan 2002 08:32:50 -0000 1.2
@@ -1,4 +1,8 @@
+<html>
+<body>
<p>
Includes all Castor generated APIs from Jetspeed. All sub packages are
-automatically genarated and you should take care not to modify them.
+automatically generated and you should take care not to modify them.
</p>
+</body>
+</html>
1.1
jakarta-jetspeed/src/java/org/apache/jetspeed/xml/api/jcm/package.html
Index: package.html
===================================================================
<html>
<body>
<p>
Includes all Castor generated APIs from Jetspeed. All sub packages are
automatically generated and you should take care not to modify them.
</p>
</body>
</html>
1.1
jakarta-jetspeed/src/java/org/apache/jetspeed/xml/api/portletmarkup/package.html
Index: package.html
===================================================================
<html>
<body>
<p>
Includes all Castor generated APIs from Jetspeed. All sub packages are
automatically generated and you should take care not to modify them.
</p>
</body>
</html>
1.2 +2 -0
jakarta-jetspeed/src/java/org/apache/jetspeed/xml/peer/package.html
Index: package.html
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/xml/peer/package.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- package.html 12 May 2000 23:54:45 -0000 1.1
+++ package.html 10 Jan 2002 08:32:51 -0000 1.2
@@ -1,5 +1,7 @@
+<body>
<p>
Provides Peer classes for Castor generated APIs
</p>
+</body>
1.1
jakarta-jetspeed/src/java/org/apache/jetspeed/xml/peer/rss/package.html
Index: package.html
===================================================================
<body>
<p>
Provides Peer classes for Castor generated APIs
</p>
</body>
1.56 +3 -3
jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedResources.properties
Index: JetspeedResources.properties
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedResources.properties,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- JetspeedResources.properties 9 Jan 2002 12:14:20 -0000 1.55
+++ JetspeedResources.properties 10 Jan 2002 08:32:51 -0000 1.56
@@ -1,7 +1,7 @@
################################################################################
# Jetspeed Configuration
# Author: Kevin A. Burton ([EMAIL PROTECTED])
-# $Id: JetspeedResources.properties,v 1.55 2002/01/09 12:14:20 kimptoc Exp $
+# $Id: JetspeedResources.properties,v 1.56 2002/01/10 08:32:51 kimptoc Exp $
################################################################################
# This is the main file you will need to configuration Jetspeed. If there are
# any secondary files they will be pointed to from this file.
@@ -425,11 +425,11 @@
newuser.approval.reject.template=new-user-reject.vm
# Password reminder options
-password.reminder.enable=false
+password.reminder.enable=true
password.reminder.template=password-reminder.vm
# Remember me/auto-logon facility
-automatic.logon.enable=false
+automatic.logon.enable=true
# number of seconds until logon expires (2592000 = 1 month, 30*24*60*60)
automatic.logon.cookie.maxage=2592000
automatic.logon.cookie.comment=Jetspeed automatic logon cookie
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>