public class ControllerScanner extends Object
| Constructor and Description |
|---|
ControllerScanner(JClassScanner jClassScanner) |
| Modifier and Type | Method and Description |
|---|---|
String |
getController(String name,
DeviceAdaptive.Device device) |
Class<?> |
getControllerClass(String controller,
DeviceAdaptive.Device device) |
boolean |
hasController(String name) |
protected void |
initializeControllers() |
Iterator<String> |
iterateControllers() |
Iterator<String> |
iterateGlobalControllers() |
Iterator<String> |
iterateWidgetControllers(String widgetType) |
public ControllerScanner(JClassScanner jClassScanner)
public String getController(String name, DeviceAdaptive.Device device) throws ResourceNotFoundException
name - ResourceNotFoundExceptionpublic Class<?> getControllerClass(String controller, DeviceAdaptive.Device device) throws ResourceNotFoundException
controller - ResourceNotFoundExceptionpublic boolean hasController(String name)
name - public Iterator<String> iterateWidgetControllers(String widgetType)
widgetClass - protected void initializeControllers()
Copyright © 2015. All rights reserved.