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

java.lang.Object
  extended by org.apache.myfaces.trinidad.render.InternalView
      extended by org.apache.myfaces.trinidadinternal.renderkit.core.pages.GenericEntry

public class GenericEntry
extends org.apache.myfaces.trinidad.render.InternalView

Generic entry point for all UIX JSPs.

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/renderkit/core/pages/GenericEntry.java#0 $) $Date: 05-jan-2006.13:18:09 $
Author:
The Oracle ADF Faces Team

Field Summary
static java.lang.String CALENDAR_DIALOG_ENTRY
          Key identifying the calendar dialog entry.
static java.lang.String COLOR_PICKER_ENTRY
          Key identifying the color picker entry.
static java.lang.String INLINE_DATE_PICKER_ENTRY
          Key identifying the inline date picker entry.
static java.lang.String NEW_FRAME_REDIRECT_ENTRY
          Key identifying the "new" frame redirect entry.
 
Constructor Summary
GenericEntry()
           
 
Method Summary
 javax.faces.component.UIViewRoot createView(javax.faces.context.FacesContext context, java.lang.String viewId)
           
static java.lang.String getEntryKeyParam()
           
static java.lang.String getGenericEntryPath(javax.faces.context.FacesContext context)
           
static java.lang.String getGenericEntryURL(javax.faces.context.FacesContext context, java.lang.String jspName)
           
static javax.faces.component.UIViewRoot getGenericEntryViewRoot(javax.faces.context.FacesContext context)
           
static java.lang.String getViewId()
           
 void renderView(javax.faces.context.FacesContext context, javax.faces.component.UIViewRoot viewToRender)
           
 javax.faces.component.UIViewRoot restoreView(javax.faces.context.FacesContext context, java.lang.String viewId)
           
 
Methods inherited from class org.apache.myfaces.trinidad.render.InternalView
isStateless
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLOR_PICKER_ENTRY

public static final java.lang.String COLOR_PICKER_ENTRY
Key identifying the color picker entry.

See Also:
Constant Field Values

CALENDAR_DIALOG_ENTRY

public static final java.lang.String CALENDAR_DIALOG_ENTRY
Key identifying the calendar dialog entry.

See Also:
Constant Field Values

INLINE_DATE_PICKER_ENTRY

public static final java.lang.String INLINE_DATE_PICKER_ENTRY
Key identifying the inline date picker entry.

See Also:
Constant Field Values

NEW_FRAME_REDIRECT_ENTRY

public static final java.lang.String NEW_FRAME_REDIRECT_ENTRY
Key identifying the "new" frame redirect entry.

See Also:
Constant Field Values
Constructor Detail

GenericEntry

public GenericEntry()
Method Detail

getViewId

public static java.lang.String getViewId()

createView

public javax.faces.component.UIViewRoot createView(javax.faces.context.FacesContext context,
                                                   java.lang.String viewId)
Specified by:
createView in class org.apache.myfaces.trinidad.render.InternalView

restoreView

public javax.faces.component.UIViewRoot restoreView(javax.faces.context.FacesContext context,
                                                    java.lang.String viewId)
Specified by:
restoreView in class org.apache.myfaces.trinidad.render.InternalView

renderView

public void renderView(javax.faces.context.FacesContext context,
                       javax.faces.component.UIViewRoot viewToRender)
                throws java.io.IOException,
                       javax.faces.FacesException
Specified by:
renderView in class org.apache.myfaces.trinidad.render.InternalView
Throws:
java.io.IOException
javax.faces.FacesException

getEntryKeyParam

public static java.lang.String getEntryKeyParam()

getGenericEntryViewRoot

public static javax.faces.component.UIViewRoot getGenericEntryViewRoot(javax.faces.context.FacesContext context)

getGenericEntryURL

public static java.lang.String getGenericEntryURL(javax.faces.context.FacesContext context,
                                                  java.lang.String jspName)

getGenericEntryPath

public static java.lang.String getGenericEntryPath(javax.faces.context.FacesContext context)


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.