public class SmartController extends Object
| Constructor and Description |
|---|
SmartController(org.springframework.core.io.Resource controllerDir,
org.dom4j.Element element,
SmartController parent) |
| Modifier and Type | Method and Description |
|---|---|
List<SmartAction> |
getActions() |
SmartAction |
getCacheAction() |
List<SmartController> |
getChildren() |
SmartController |
getController(String ref) |
String |
getErrorRef() |
String |
getLoginRef() |
List<SmartMethod> |
getMethods() |
String |
getName() |
SmartController |
getParent() |
List<SmartController> |
getPath() |
String |
getRef() |
String |
getViewName() |
boolean |
isAjax() |
Boolean |
isAuthenticated() |
public SmartController(org.springframework.core.io.Resource controllerDir,
org.dom4j.Element element,
SmartController parent)
throws Exception
Exceptionpublic String getErrorRef()
public List<SmartAction> getActions()
public List<SmartMethod> getMethods()
public boolean isAjax()
public SmartAction getCacheAction()
public String getRef()
public Boolean isAuthenticated()
public String getLoginRef()
public SmartController getParent()
public List<SmartController> getChildren()
public List<SmartController> getPath()
public SmartController getController(String ref)
public String getName()
public String getViewName()
Copyright © 2015. All rights reserved.