org.stjs.generator
Interface ClassWithJavascript

All Known Implementing Classes:
BridgeClass, STJSClass

public interface ClassWithJavascript

this interface represents the link between a java class and corresponding Javascript file (or files). As we need the full dependencies list at compile time, they are set either during the code generation (for generated files) or during the bridge construction

Author:
acraciun

Method Summary
 String getClassName()
           
 List<ClassWithJavascript> getDirectDependencies()
           
 List<URI> getJavascriptFiles()
           
 

Method Detail

getClassName

String getClassName()

getJavascriptFiles

List<URI> getJavascriptFiles()

getDirectDependencies

List<ClassWithJavascript> getDirectDependencies()


Copyright © 2014. All Rights Reserved.