org.apache.myfaces.trinidadinternal.renderkit.core.pages
Class FredJSP

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.renderkit.core.pages.FredJSP

public class FredJSP
extends java.lang.Object

Entry point for the "fred" JSP.

Parameters:

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/renderkit/core/pages/FredJSP.java#0 $) $Date: 10-nov-2005.19:03:34 $

Constructor Summary
FredJSP()
           
 
Method Summary
static java.lang.String getRedirectURL(javax.faces.context.FacesContext context, javax.faces.component.UIViewRoot viewRoot, java.lang.String minWidth, java.lang.String minHeight)
          Create an URL that will point to the frame redirect page.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FredJSP

public FredJSP()
Method Detail

getRedirectURL

public static java.lang.String getRedirectURL(javax.faces.context.FacesContext context,
                                              javax.faces.component.UIViewRoot viewRoot,
                                              java.lang.String minWidth,
                                              java.lang.String minHeight)
Create an URL that will point to the frame redirect page.

Parameters:
context - the FacesContext
viewRoot - the UIViewRoot that will subsequently displayed. The viewRoot itself is not saved, but values like the locale and viewId are saved.
minWidth - the minimum width for the target page.
minHeight - the minimum height for the target page.


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.