You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mf...@apache.org on 2011/03/07 23:22:13 UTC

svn commit: r1078986 - /myfaces/portlet-bridge/core/trunk_3.0.x/api/src/main/java/javax/portlet/faces/Bridge.java

Author: mfreedman
Date: Mon Mar  7 22:22:13 2011
New Revision: 1078986

URL: http://svn.apache.org/viewvc?rev=1078986&view=rev
Log:
Revert API back to vanilla JSR329 to satisfy JCP.

Modified:
    myfaces/portlet-bridge/core/trunk_3.0.x/api/src/main/java/javax/portlet/faces/Bridge.java

Modified: myfaces/portlet-bridge/core/trunk_3.0.x/api/src/main/java/javax/portlet/faces/Bridge.java
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk_3.0.x/api/src/main/java/javax/portlet/faces/Bridge.java?rev=1078986&r1=1078985&r2=1078986&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk_3.0.x/api/src/main/java/javax/portlet/faces/Bridge.java (original)
+++ myfaces/portlet-bridge/core/trunk_3.0.x/api/src/main/java/javax/portlet/faces/Bridge.java Mon Mar  7 22:22:13 2011
@@ -363,15 +363,6 @@ Bridge
    */
   public static final String FACES_USE_CURRENT_VIEW_PARAMETER = "_jsfBridgeCurrentView";
   
-  
-  /** Special parameter name recognized during <code>encodeActionURL</code>. When an url
-   * passed to <code>encodeActionURL</code> contains a parameter with this name and a value of true,
-   * and its during the render phase of the Faces lifecycle, it removes the parameter
-   * before encoding the url as a render url.  I.e. you end up with a Portlet render url
-   * rather than a portlet action url.
-   */
-  public static final String BOOKMARKABLE_URL = "_jsfBridgeBookmarkableUrl";
-
   /** Enumeration whose values describe the current portlet phase the bridge
    * is executing Faces within.
    */