com.sun.faces.scripting.groovy
public class NavigationHandlerProxy extends javax.faces.application.NavigationHandler
Modifier and Type | Field and Description |
---|---|
private javax.faces.application.NavigationHandler |
nvDelegate |
private java.lang.String |
scriptName |
Constructor and Description |
---|
NavigationHandlerProxy(java.lang.String scriptName,
javax.faces.application.NavigationHandler nvDelegate) |
Modifier and Type | Method and Description |
---|---|
private javax.faces.application.NavigationHandler |
getGroovyDelegate() |
void |
handleNavigation(javax.faces.context.FacesContext context,
java.lang.String fromAction,
java.lang.String outcome) |
private java.lang.String scriptName
private javax.faces.application.NavigationHandler nvDelegate
public NavigationHandlerProxy(java.lang.String scriptName, javax.faces.application.NavigationHandler nvDelegate)
public void handleNavigation(javax.faces.context.FacesContext context, java.lang.String fromAction, java.lang.String outcome)
handleNavigation
in class javax.faces.application.NavigationHandler
private javax.faces.application.NavigationHandler getGroovyDelegate()
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.