Return-Path: Delivered-To: apmail-portals-jetspeed-dev-archive@www.apache.org Received: (qmail 57098 invoked from network); 12 Dec 2008 13:07:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Dec 2008 13:07:30 -0000 Received: (qmail 48578 invoked by uid 500); 12 Dec 2008 13:07:26 -0000 Delivered-To: apmail-portals-jetspeed-dev-archive@portals.apache.org Received: (qmail 48541 invoked by uid 500); 12 Dec 2008 13:07:26 -0000 Mailing-List: contact jetspeed-dev-help@portals.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jetspeed Developers List" Delivered-To: mailing list jetspeed-dev@portals.apache.org Received: (qmail 48482 invoked by uid 99); 12 Dec 2008 13:07:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Dec 2008 05:07:26 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Dec 2008 13:07:04 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5377523898AC; Fri, 12 Dec 2008 05:05:53 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r725991 [28/32] - in /portals/jetspeed-2/applications/j2-admin/trunk: src/main/java/ src/main/java/org/apache/jetspeed/portlets/ src/main/java/org/apache/jetspeed/portlets/admin/ src/main/java/org/apache/jetspeed/portlets/custom/ src/main/j... Date: Fri, 12 Dec 2008 13:05:40 -0000 To: jetspeed-dev@portals.apache.org From: ate@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081212130553.5377523898AC@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/sso/sites-details.vm URL: http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/sso/sites-details.vm?rev=725991&r1=725990&r2=725991&view=diff ============================================================================== --- portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/sso/sites-details.vm (original) +++ portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/sso/sites-details.vm Fri Dec 12 05:05:25 2008 @@ -1,127 +1,127 @@ -#* +#* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with -the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*# - -#** - -@author David Sean Taylor -@version $Id: sites-details.vm 348264 2005-11-22 22:06:45Z taylor $ - -*# - -## set ($pipeline = $renderResponse.createRenderURL()) -## set ($pipeline = "$pipeline?pipeline=portlet-pipeline&entity=$chooser.Id") - - - -#set ($MESSAGES = $portletConfig.getResourceBundle($renderRequest.Locale)) - -#if ($statusMsg) -#parse ('/WEB-INF/view/status-include.vm') -#end - -#if ($currentSite) - - - - #foreach ($column in $title) - #set ($columnLink = $renderResponse.createRenderURL()) - $columnLink.setParameter("js_dbcolumn",$column) - - #end - - - - #foreach ( $principal in $table ) - - #if ($velocityCount % 2 == 0) - #set($rowstyle = "portlet-section-body") - #else - #set($rowstyle = "portlet-section-alternate") - #end - #if ($currentP == $principal) - - #else - - #end - - - - - - #end -
- $column -  
- - -   - - #set ($action = $renderResponse.createActionURL()) - $action.setParameter('ssoPrincipal', $principal.PortalPrincipalName) -
$principal.PortalPrincipalName
-
-
$principal.RemotePrincipalName
-
- - - -  
-
-
- - - - - - - - - - - - - - - -
$MESSAGES.getString('portalPrincipal')  - - - - - -
$MESSAGES.getString('remotePrincipal')  - -
$MESSAGES.getString('remoteCredential')  - -
-
- - -
-#end - +the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*# + +#** + +@author David Sean Taylor +@version $Id: sites-details.vm 348264 2005-11-22 22:06:45Z taylor $ + +*# + +## set ($pipeline = $renderResponse.createRenderURL()) +## set ($pipeline = "$pipeline?pipeline=portlet-pipeline&entity=$chooser.Id") + + + +#set ($MESSAGES = $portletConfig.getResourceBundle($renderRequest.Locale)) + +#if ($statusMsg) +#parse ('/WEB-INF/view/status-include.vm') +#end + +#if ($currentSite) + + + + #foreach ($column in $title) + #set ($columnLink = $renderResponse.createRenderURL()) + $columnLink.setParameter("js_dbcolumn",$column) + + #end + + + + #foreach ( $principal in $table ) + + #if ($velocityCount % 2 == 0) + #set($rowstyle = "portlet-section-body") + #else + #set($rowstyle = "portlet-section-alternate") + #end + #if ($currentP == $principal) + + #else + + #end + + + + + + #end +
+ $column +  
+ + +   + + #set ($action = $renderResponse.createActionURL()) + $action.setParameter('ssoPrincipal', $principal.PortalPrincipalName) +
$principal.PortalPrincipalName
+
+
$principal.RemotePrincipalName
+
+ + + +  
+
+
+ + + + + + + + + + + + + + + +
$MESSAGES.getString('portalPrincipal')  + + + + + +
$MESSAGES.getString('remotePrincipal')  + +
$MESSAGES.getString('remoteCredential')  + +
+
+ + +
+#end + Propchange: portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/sso/sites-details.vm ------------------------------------------------------------------------------ svn:eol-style = native Modified: portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/sso/sites-view.vm URL: http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/sso/sites-view.vm?rev=725991&r1=725990&r2=725991&view=diff ============================================================================== --- portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/sso/sites-view.vm (original) +++ portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/sso/sites-view.vm Fri Dec 12 05:05:25 2008 @@ -1,122 +1,122 @@ -#* +#* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with -the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*# - -#** - -@author David Sean Taylor -@version $Id: sites-view.vm 348264 2005-11-22 22:06:45Z taylor $ - -*# - - - -#set ($MESSAGES = $portletConfig.getResourceBundle($renderRequest.Locale)) - -#if ($statusMsg) -#parse ('/WEB-INF/view/status-include.vm') -#end - - - - - #set ($column = $title.get(1)) - #set ($columnLink = $renderResponse.createRenderURL()) - $columnLink.setParameter("js_dbcolumn",$column) - - - - - #foreach ( $ssoItem in $table ) - - #set ($ssoName = $ssoItem.get(1)) - #set ($ssoUrl = $ssoItem.get(0)) - #if ($velocityCount % 2 == 0) - #set($rowstyle = "portlet-section-body") - #else - #set($rowstyle = "portlet-section-alternate") - #end - - #if ($ssoName == $currentName) - - #else - - #end - - - - - - #end -
- $column -  
- - -   - - #set ($action = $renderResponse.createActionURL()) - $action.setParameter('ssoSite', $ssoUrl) - - - - - -  
-
-
- - - - - - - - - - - - - - - - - - - - - - - - -
$MESSAGES.getString('sitename')  - -
$MESSAGES.getString('siteurl')  - -
$MESSAGES.getString('realm')  - -
$MESSAGES.getString('form_authentication_info') 
$MESSAGES.getString('form_field_id')  - -
$MESSAGES.getString('form_field_PWD')  - -
-
- - - - -
- +the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*# + +#** + +@author David Sean Taylor +@version $Id: sites-view.vm 348264 2005-11-22 22:06:45Z taylor $ + +*# + + + +#set ($MESSAGES = $portletConfig.getResourceBundle($renderRequest.Locale)) + +#if ($statusMsg) +#parse ('/WEB-INF/view/status-include.vm') +#end + + + + + #set ($column = $title.get(1)) + #set ($columnLink = $renderResponse.createRenderURL()) + $columnLink.setParameter("js_dbcolumn",$column) + + + + + #foreach ( $ssoItem in $table ) + + #set ($ssoName = $ssoItem.get(1)) + #set ($ssoUrl = $ssoItem.get(0)) + #if ($velocityCount % 2 == 0) + #set($rowstyle = "portlet-section-body") + #else + #set($rowstyle = "portlet-section-alternate") + #end + + #if ($ssoName == $currentName) + + #else + + #end + + + + + + #end +
+ $column +  
+ + +   + + #set ($action = $renderResponse.createActionURL()) + $action.setParameter('ssoSite', $ssoUrl) + + + + + +  
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
$MESSAGES.getString('sitename')  + +
$MESSAGES.getString('siteurl')  + +
$MESSAGES.getString('realm')  + +
$MESSAGES.getString('form_authentication_info') 
$MESSAGES.getString('form_field_id')  + +
$MESSAGES.getString('form_field_PWD')  + +
+
+ + + + +
+ Propchange: portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/sso/sites-view.vm ------------------------------------------------------------------------------ svn:eol-style = native Modified: portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/users/group-chooser.vm URL: http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/users/group-chooser.vm?rev=725991&r1=725990&r2=725991&view=diff ============================================================================== --- portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/users/group-chooser.vm (original) +++ portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/users/group-chooser.vm Fri Dec 12 05:05:25 2008 @@ -1,70 +1,70 @@ -#* +#* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with -the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*# - -#** - -@author David Sean Taylor -@version $Id: sites-details.vm,v 1.2 2005/01/04 23:16:54 taylor Exp $ - -*# - - - - -#set ($MESSAGES = $portletConfig.getResourceBundle($renderRequest.Locale)) - - - - #foreach ($column in $title) - #set ($columnLink = $renderResponse.createRenderURL()) - $columnLink.setParameter("js_dbcolumn",$column) -## - #end - - #foreach ( $group in $table ) - - #set ($rowstyle = "jetdbOdd") - - - #end -
-
$group
-
+the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*# + +#** + +@author David Sean Taylor +@version $Id: sites-details.vm,v 1.2 2005/01/04 23:16:54 taylor Exp $ + +*# + + + + +#set ($MESSAGES = $portletConfig.getResourceBundle($renderRequest.Locale)) + + + + #foreach ($column in $title) + #set ($columnLink = $renderResponse.createRenderURL()) + $columnLink.setParameter("js_dbcolumn",$column) +## + #end + + #foreach ( $group in $table ) + + #set ($rowstyle = "jetdbOdd") + + + #end +
+
$group
+
Propchange: portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/users/group-chooser.vm ------------------------------------------------------------------------------ svn:eol-style = native Modified: portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/users/role-chooser.vm URL: http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/users/role-chooser.vm?rev=725991&r1=725990&r2=725991&view=diff ============================================================================== --- portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/users/role-chooser.vm (original) +++ portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/users/role-chooser.vm Fri Dec 12 05:05:25 2008 @@ -1,70 +1,70 @@ -#* +#* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with -the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*# - -#** - -@author David Sean Taylor -@version $Id: sites-details.vm,v 1.2 2005/01/04 23:16:54 taylor Exp $ - -*# - - - - -#set ($MESSAGES = $portletConfig.getResourceBundle($renderRequest.Locale)) - - - - #foreach ($column in $title) - #set ($columnLink = $renderResponse.createRenderURL()) - $columnLink.setParameter("js_dbcolumn",$column) -## - #end - - #foreach ( $role in $table ) - - #set ($rowstyle = "jetdbOdd") - - - #end -
-
$role
-
+the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*# + +#** + +@author David Sean Taylor +@version $Id: sites-details.vm,v 1.2 2005/01/04 23:16:54 taylor Exp $ + +*# + + + + +#set ($MESSAGES = $portletConfig.getResourceBundle($renderRequest.Locale)) + + + + #foreach ($column in $title) + #set ($columnLink = $renderResponse.createRenderURL()) + $columnLink.setParameter("js_dbcolumn",$column) +## + #end + + #foreach ( $role in $table ) + + #set ($rowstyle = "jetdbOdd") + + + #end +
+
$role
+
Propchange: portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/users/role-chooser.vm ------------------------------------------------------------------------------ svn:eol-style = native Propchange: portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/users/user-browser.jsp ------------------------------------------------------------------------------ svn:eol-style = native Propchange: portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/users/user-browser.vm ------------------------------------------------------------------------------ svn:eol-style = native Modified: portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/users/user-chooser.vm URL: http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/users/user-chooser.vm?rev=725991&r1=725990&r2=725991&view=diff ============================================================================== --- portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/users/user-chooser.vm (original) +++ portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/users/user-chooser.vm Fri Dec 12 05:05:25 2008 @@ -1,70 +1,70 @@ -#* +#* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with -the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*# - -#** - -@author David Sean Taylor -@version $Id: sites-details.vm,v 1.2 2005/01/04 23:16:54 taylor Exp $ - -*# - - - - -#set ($MESSAGES = $portletConfig.getResourceBundle($renderRequest.Locale)) - - - - #foreach ($column in $title) - #set ($columnLink = $renderResponse.createRenderURL()) - $columnLink.setParameter("js_dbcolumn",$column) -## - #end - - #foreach ( $user in $table ) - - #set ($rowstyle = "jetdbOdd") - - - #end -
-
$user
-
+the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*# + +#** + +@author David Sean Taylor +@version $Id: sites-details.vm,v 1.2 2005/01/04 23:16:54 taylor Exp $ + +*# + + + + +#set ($MESSAGES = $portletConfig.getResourceBundle($renderRequest.Locale)) + + + + #foreach ($column in $title) + #set ($columnLink = $renderResponse.createRenderURL()) + $columnLink.setParameter("js_dbcolumn",$column) +## + #end + + #foreach ( $user in $table ) + + #set ($rowstyle = "jetdbOdd") + + + #end +
+
$user
+
Propchange: portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/users/user-chooser.vm ------------------------------------------------------------------------------ svn:eol-style = native Propchange: portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/users/user-details-edit.jsp ------------------------------------------------------------------------------ svn:eol-style = native Propchange: portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/users/user-details.jsp ------------------------------------------------------------------------------ svn:eol-style = native Modified: portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/users/user-multi-chooser.vm URL: http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/users/user-multi-chooser.vm?rev=725991&r1=725990&r2=725991&view=diff ============================================================================== --- portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/users/user-multi-chooser.vm (original) +++ portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/users/user-multi-chooser.vm Fri Dec 12 05:05:25 2008 @@ -1,94 +1,94 @@ -#* +#* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with -the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*# - -#** - -@author David Sean Taylor -@version $Id: user-multi-chooser.vm 348264 2005-11-22 22:06:45Z taylor $ - -*# - - - - -#set ($MESSAGES = $portletConfig.getResourceBundle($renderRequest.Locale)) -
- - - #foreach ($column in $title) - - - #end - - #foreach ( $user in $table ) - - #if ($velocityCount % 2 == 0) - #set($rowstyle = "jetdbEven") - #else - #set($rowstyle = "jetdbOdd") - #end - - - - #end -
-
$user
-
- -
- +the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*# + +#** + +@author David Sean Taylor +@version $Id: user-multi-chooser.vm 348264 2005-11-22 22:06:45Z taylor $ + +*# + + + + +#set ($MESSAGES = $portletConfig.getResourceBundle($renderRequest.Locale)) + + + + #foreach ($column in $title) + + + #end + + #foreach ( $user in $table ) + + #if ($velocityCount % 2 == 0) + #set($rowstyle = "jetdbEven") + #else + #set($rowstyle = "jetdbOdd") + #end + + + + #end +
+
$user
+
+ +
+
\ No newline at end of file Propchange: portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/security/users/user-multi-chooser.vm ------------------------------------------------------------------------------ svn:eol-style = native Propchange: portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/springmvc/constraints.properties ------------------------------------------------------------------------------ svn:eol-style = native Modified: portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/springmvc/context/applicationContext.xml URL: http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/springmvc/context/applicationContext.xml?rev=725991&r1=725990&r2=725991&view=diff ============================================================================== --- portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/springmvc/context/applicationContext.xml (original) +++ portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/springmvc/context/applicationContext.xml Fri Dec 12 05:05:25 2008 @@ -1,4 +1,4 @@ - + - - - - - - - - - messages - - - - - - - - 0 - views - - - - /WEB-INF/view/ - - - - - - - - notAuthorized - notAvailable - - - - - + + + + + + + + + messages + + + + + + + + 0 + views + + + + /WEB-INF/view/ + + + + + + + + notAuthorized + notAvailable + + + + + Propchange: portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/springmvc/context/applicationContext.xml ------------------------------------------------------------------------------ svn:eol-style = native Modified: portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/springmvc/context/portlet/constraints.xml URL: http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/springmvc/context/portlet/constraints.xml?rev=725991&r1=725990&r2=725991&view=diff ============================================================================== --- portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/springmvc/context/portlet/constraints.xml (original) +++ portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/springmvc/context/portlet/constraints.xml Fri Dec 12 05:05:25 2008 @@ -1,4 +1,4 @@ - + - - - - - - - - - WEB-INF/springmvc/constraints.properties - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + WEB-INF/springmvc/constraints.properties + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propchange: portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/springmvc/context/portlet/constraints.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/springmvc/tags/c.tld ------------------------------------------------------------------------------ svn:eol-style = native Propchange: portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/springmvc/tags/fmt.tld ------------------------------------------------------------------------------ svn:eol-style = native Propchange: portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/springmvc/tags/fn.tld ------------------------------------------------------------------------------ svn:eol-style = native Modified: portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/springmvc/tags/html/include.jsp URL: http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/springmvc/tags/html/include.jsp?rev=725991&r1=725990&r2=725991&view=diff ============================================================================== --- portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/springmvc/tags/html/include.jsp (original) +++ portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/springmvc/tags/html/include.jsp Fri Dec 12 05:05:25 2008 @@ -14,9 +14,9 @@ See the License for the specific language governing permissions and limitations under the License. --%> -<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> -<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> -<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> -<%@ taglib prefix="portlet" uri="http://java.sun.com/portlet" %> -<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="portlet" uri="http://java.sun.com/portlet" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> <%@ taglib prefix="html" tagdir="/WEB-INF/tags/html" %> \ No newline at end of file Propchange: portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/springmvc/tags/html/include.jsp ------------------------------------------------------------------------------ svn:eol-style = native Modified: portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/springmvc/tags/portlet.tld URL: http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/springmvc/tags/portlet.tld?rev=725991&r1=725990&r2=725991&view=diff ============================================================================== --- portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/springmvc/tags/portlet.tld (original) +++ portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/springmvc/tags/portlet.tld Fri Dec 12 05:05:25 2008 @@ -1,106 +1,106 @@ - - - - - 1.0 - 1.1 - portlet - http://java.sun.com/portlet - - defineObjects - org.apache.pluto.tags.DefineObjectsTag - org.apache.pluto.tags.DefineObjectsTag$TEI - empty - - - param - org.apache.pluto.tags.ParamTag - empty - - name - true - true - - - value - true - true - - - - actionURL - org.apache.pluto.tags.ActionURLTag - org.apache.pluto.tags.BasicURLTag$TEI - JSP - - windowState - false - true - - - portletMode - false - true - - - secure - false - true - - - var - false - true - - - - renderURL - org.apache.pluto.tags.RenderURLTag - org.apache.pluto.tags.BasicURLTag$TEI - JSP - - windowState - false - true - - - portletMode - false - true - - - secure - false - true - - - var - false - true - - - - namespace - org.apache.pluto.tags.NamespaceTag - empty - +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied. + +See the License for the specific language governing permissions and +limitations under the License. +--> + + 1.0 + 1.1 + portlet + http://java.sun.com/portlet + + defineObjects + org.apache.pluto.tags.DefineObjectsTag + org.apache.pluto.tags.DefineObjectsTag$TEI + empty + + + param + org.apache.pluto.tags.ParamTag + empty + + name + true + true + + + value + true + true + + + + actionURL + org.apache.pluto.tags.ActionURLTag + org.apache.pluto.tags.BasicURLTag$TEI + JSP + + windowState + false + true + + + portletMode + false + true + + + secure + false + true + + + var + false + true + + + + renderURL + org.apache.pluto.tags.RenderURLTag + org.apache.pluto.tags.BasicURLTag$TEI + JSP + + windowState + false + true + + + portletMode + false + true + + + secure + false + true + + + var + false + true + + + + namespace + org.apache.pluto.tags.NamespaceTag + empty + \ No newline at end of file Propchange: portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/springmvc/tags/portlet.tld ------------------------------------------------------------------------------ svn:eol-style = native Modified: portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/springmvc/tags/spring.tld URL: http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/springmvc/tags/spring.tld?rev=725991&r1=725990&r2=725991&view=diff ============================================================================== --- portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/springmvc/tags/spring.tld (original) +++ portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/springmvc/tags/spring.tld Fri Dec 12 05:05:25 2008 @@ -1,4 +1,4 @@ - + - - - - - 1.1.2 - - 1.2 - - Spring - - http://www.springframework.org/tags - - Spring Framework JSP Tag Library. Authors: Rod Johnson, Juergen Hoeller - - - - - htmlEscape - org.springframework.web.servlet.tags.HtmlEscapeTag - JSP - - - Sets default HTML escape value for the current page. - Overrides a "defaultHtmlEscape" context-param in web.xml, if any. - - - - defaultHtmlEscape - true - true - - - - - - - - escapeBody - org.springframework.web.servlet.tags.EscapeBodyTag - JSP - - - Escapes its enclosed body content, applying HTML escaping and/or JavaScript escaping. - The HTML escaping flag participates in a page-wide or application-wide setting - (i.e. by HtmlEscapeTag or a "defaultHtmlEscape" context-param in web.xml). - - - - htmlEscape - false - true - - - - javaScriptEscape - false - true - - - - - - - - message - org.springframework.web.servlet.tags.MessageTag - JSP - - - Retrieves the message with the given code, or text if code isn't resolvable. - The HTML escaping flag participates in a page-wide or application-wide setting - (i.e. by HtmlEscapeTag or a "defaultHtmlEscape" context-param in web.xml). - - - - message - false - true - - - - code - false - true - - - - arguments - false - true - - - - argumentSeparator - false - true - - - - text - false - true - - - - var - false - true - - - - scope - false - true - - - - htmlEscape - false - true - - - - javaScriptEscape - false - true - - - - - - - - theme - org.springframework.web.servlet.tags.ThemeTag - JSP - - - Retrieves the theme message with the given code, or text if code isn't resolvable. - The HTML escaping flag participates in a page-wide or application-wide setting - (i.e. by HtmlEscapeTag or a "defaultHtmlEscape" context-param in web.xml). - - - - code - false - true - - - - arguments - false - true - - - - text - false - true - - - - var - false - true - - - - scope - false - true - - - - htmlEscape - false - true - - - - javaScriptEscape - false - true - - - - - - - - hasBindErrors - org.springframework.web.servlet.tags.BindErrorsTag - JSP - - - Provides Errors instance in case of bind errors. - The HTML escaping flag participates in a page-wide or application-wide setting - (i.e. by HtmlEscapeTag or a "defaultHtmlEscape" context-param in web.xml). - - - - errors - org.springframework.validation.Errors - - - - name - true - true - - - - htmlEscape - false - true - - - - - - - - nestedPath - org.springframework.web.servlet.tags.NestedPathTag - JSP - - - Sets a nested path to be used by the bind tag's path. - - - - nestedPath - java.lang.String - - - - path - true - true - - - - - - - - bind - org.springframework.web.servlet.tags.BindTag - JSP - - - Provides BindStatus object for the given bind path. - The HTML escaping flag participates in a page-wide or application-wide setting - (i.e. by HtmlEscapeTag or a "defaultHtmlEscape" context-param in web.xml). - - - - status - org.springframework.web.servlet.support.BindStatus - - - - path - true - true - - - - ignoreNestedPath - false - true - - - - htmlEscape - false - true - - - - - - - - transform - org.springframework.web.servlet.tags.TransformTag - JSP - - - Provides transformation of variables to Strings, using an appropriate - custom PropertyEditor from BindTag (can only be used inside BindTag). - The HTML escaping flag participates in a page-wide or application-wide setting - (i.e. by HtmlEscapeTag or a "defaultHtmlEscape" context-param in web.xml). - - - - value - true - true - - - - var - false - true - - - - scope - false - true - - - - htmlEscape - false - true - - - - - + + + + + 1.1.2 + + 1.2 + + Spring + + http://www.springframework.org/tags + + Spring Framework JSP Tag Library. Authors: Rod Johnson, Juergen Hoeller + + + + + htmlEscape + org.springframework.web.servlet.tags.HtmlEscapeTag + JSP + + + Sets default HTML escape value for the current page. + Overrides a "defaultHtmlEscape" context-param in web.xml, if any. + + + + defaultHtmlEscape + true + true + + + + + + + + escapeBody + org.springframework.web.servlet.tags.EscapeBodyTag + JSP + + + Escapes its enclosed body content, applying HTML escaping and/or JavaScript escaping. + The HTML escaping flag participates in a page-wide or application-wide setting + (i.e. by HtmlEscapeTag or a "defaultHtmlEscape" context-param in web.xml). + + + + htmlEscape + false + true + + + + javaScriptEscape + false + true + + + + + + + + message + org.springframework.web.servlet.tags.MessageTag + JSP + + + Retrieves the message with the given code, or text if code isn't resolvable. + The HTML escaping flag participates in a page-wide or application-wide setting + (i.e. by HtmlEscapeTag or a "defaultHtmlEscape" context-param in web.xml). + + + + message + false + true + + + + code + false + true + + + + arguments + false + true + + + + argumentSeparator + false + true + + + + text + false + true + + + + var + false + true + + + + scope + false + true + + + + htmlEscape + false + true + + + + javaScriptEscape + false + true + + + + + + + + theme + org.springframework.web.servlet.tags.ThemeTag + JSP + + + Retrieves the theme message with the given code, or text if code isn't resolvable. + The HTML escaping flag participates in a page-wide or application-wide setting + (i.e. by HtmlEscapeTag or a "defaultHtmlEscape" context-param in web.xml). + + + + code + false + true + + + + arguments + false + true + + + + text + false + true + + + + var + false + true + + + + scope + false + true + + + + htmlEscape + false + true + + + + javaScriptEscape + false + true + + + + + + + + hasBindErrors + org.springframework.web.servlet.tags.BindErrorsTag + JSP + + + Provides Errors instance in case of bind errors. + The HTML escaping flag participates in a page-wide or application-wide setting + (i.e. by HtmlEscapeTag or a "defaultHtmlEscape" context-param in web.xml). + + + + errors + org.springframework.validation.Errors + + + + name + true + true + + + + htmlEscape + false + true + + + + + + + + nestedPath + org.springframework.web.servlet.tags.NestedPathTag + JSP + + + Sets a nested path to be used by the bind tag's path. + + + + nestedPath + java.lang.String + + + + path + true + true + + + + + + + + bind + org.springframework.web.servlet.tags.BindTag + JSP + + + Provides BindStatus object for the given bind path. + The HTML escaping flag participates in a page-wide or application-wide setting + (i.e. by HtmlEscapeTag or a "defaultHtmlEscape" context-param in web.xml). + + + + status + org.springframework.web.servlet.support.BindStatus + + + + path + true + true + + + + ignoreNestedPath + false + true + + + + htmlEscape + false + true + + + + + + + + transform + org.springframework.web.servlet.tags.TransformTag + JSP + + + Provides transformation of variables to Strings, using an appropriate + custom PropertyEditor from BindTag (can only be used inside BindTag). + The HTML escaping flag participates in a page-wide or application-wide setting + (i.e. by HtmlEscapeTag or a "defaultHtmlEscape" context-param in web.xml). + + + + value + true + true + + + + var + false + true + + + + scope + false + true + + + + htmlEscape + false + true + + + + + Propchange: portals/jetspeed-2/applications/j2-admin/trunk/src/webapp/WEB-INF/springmvc/tags/spring.tld ------------------------------------------------------------------------------ svn:eol-style = native --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org For additional commands, e-mail: jetspeed-dev-help@portals.apache.org