You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by Apache Wiki <wi...@apache.org> on 2012/05/23 17:44:36 UTC

[Velocity Wiki] Update of "VelocityScriptingApi" by Dishara

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Velocity Wiki" for change notification.

The "VelocityScriptingApi" page has been changed by Dishara:
http://wiki.apache.org/velocity/VelocityScriptingApi?action=diff&rev1=3&rev2=4

  
  == Diagram ==
  
+ Following will be the inter relationship between fundamental jsr 223 API classes.
+ 
+ 
+ ScriptEngine ------ ScriptContext ------ * Namespace ------ Scope ----- * Attributes 
+                                                      ------ Reader
+                                                      ------ Writer 
+ 
+ ScriptEngineInfo ------ ScriptEngineFactory ------ * ScriptEngine 
+ 
+ HttpScriptContext  IS-A ScriptContext
+ 
+ Namespace IS-A java.util.Map
+