org.cruxframework.crux.core.client.controller
Interface RegisteredControllers


public interface RegisteredControllers

CRUX INTERNAL INTERFACE. DO NOT USE IT DIRECTLY.

It is used to inform Crux about the list of controllers used by a view.

Author:
Thiago da Rosa de Bustamante

Method Summary
<T> T
getController(String controller)
          Retrieve a controller using its name as key.
 

Method Detail

getController

<T> T getController(String controller)
Retrieve a controller using its name as key.

Parameters:
controller - controller name
Returns:
controller class


Copyright © 2014. All rights reserved.