com.clickntap.smart
Class SmartController

java.lang.Object
  extended by com.clickntap.smart.SmartController

public class SmartController
extends Object


Constructor Summary
SmartController(org.springframework.core.io.Resource controllerDir, org.dom4j.Element element, SmartController parent)
           
 
Method Summary
 List<SmartAction> getActions()
           
 SmartAction getCacheAction()
           
 List<SmartController> getChildren()
           
 SmartController getController(String ref)
           
 String getDemo()
           
 String getErrorRef()
           
 String getLoginRef()
           
 List<SmartMethod> getMethods()
           
 String getName()
           
 SmartController getParent()
           
 List<SmartController> getPath()
           
 String getRef()
           
 String getViewName()
           
 boolean isAjax()
           
 Boolean isAuthenticated()
           
 boolean isDemoLocked(SmartContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmartController

public SmartController(org.springframework.core.io.Resource controllerDir,
                       org.dom4j.Element element,
                       SmartController parent)
                throws Exception
Throws:
Exception
Method Detail

getErrorRef

public String getErrorRef()

getActions

public List<SmartAction> getActions()

getMethods

public List<SmartMethod> getMethods()

isAjax

public boolean isAjax()

getCacheAction

public SmartAction getCacheAction()

getRef

public String getRef()

isAuthenticated

public Boolean isAuthenticated()

getLoginRef

public String getLoginRef()

getParent

public SmartController getParent()

getChildren

public List<SmartController> getChildren()

getPath

public List<SmartController> getPath()

getController

public SmartController getController(String ref)

isDemoLocked

public boolean isDemoLocked(SmartContext ctx)

getDemo

public String getDemo()

getName

public String getName()

getViewName

public String getViewName()


Copyright © 2014. All rights reserved.