com.clickntap.tool.types
Class AbstractComponent

java.lang.Object
  extended by com.clickntap.tool.types.AbstractComponent
All Implemented Interfaces:
Component
Direct Known Subclasses:
SmartApp, VelocityScriptEngine

public abstract class AbstractComponent
extends Object
implements Component


Constructor Summary
AbstractComponent()
           
 
Method Summary
 org.springframework.core.io.Resource getConfResource()
           
 void restart()
           
 void setConfResource(org.springframework.core.io.Resource confResource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.clickntap.tool.types.Component
start
 

Constructor Detail

AbstractComponent

public AbstractComponent()
Method Detail

getConfResource

public org.springframework.core.io.Resource getConfResource()

setConfResource

public void setConfResource(org.springframework.core.io.Resource confResource)

restart

public void restart()
             throws Exception
Specified by:
restart in interface Component
Throws:
Exception


Copyright © 2014. All rights reserved.