org.apache.myfaces.orchestra.viewController
Interface ViewControllerNameMapper

All Known Implementing Classes:
CompositeViewControllerNameMapper, DefaultViewControllerNameMapper

public interface ViewControllerNameMapper

The interface for the name mapper.

A mapper is responsible for converting a viewId to a managed bean name


Method Summary
 java.lang.String mapViewId(java.lang.String viewId)
           
 

Method Detail

mapViewId

java.lang.String mapViewId(java.lang.String viewId)


Copyright 2007 The Apache Software Foundation. All Rights Reserved.