org.apache.myfaces.extensions.cdi.core.api.navigation
Interface ViewNavigationHandler


public interface ViewNavigationHandler

Allows to trigger navigation via the type-safe ViewConfig approach.

Author:
Gerhard Petracek

Method Summary
 void navigateTo(Class<? extends ViewConfig> targetView)
          Triggers navigation to the given view.
 

Method Detail

navigateTo

void navigateTo(Class<? extends ViewConfig> targetView)
Triggers navigation to the given view.

Parameters:
targetView - the view which is the navigation target


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