com.atlassian.confluence.studio.experiments
Class ScriptInclude

java.lang.Object
  extended by com.atlassian.confluence.studio.experiments.ScriptInclude
All Implemented Interfaces:
com.atlassian.plugin.web.model.WebPanel

public class ScriptInclude
extends Object
implements com.atlassian.plugin.web.model.WebPanel


Constructor Summary
ScriptInclude(ContextPathHolder contextPathHolder)
           
 
Method Summary
 String getHtml(Map<String,Object> context)
           
 void writeHtml(Writer writer, Map<String,Object> context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptInclude

public ScriptInclude(ContextPathHolder contextPathHolder)
Method Detail

getHtml

public String getHtml(Map<String,Object> context)
Specified by:
getHtml in interface com.atlassian.plugin.web.model.WebPanel

writeHtml

public void writeHtml(Writer writer,
                      Map<String,Object> context)
               throws IOException
Specified by:
writeHtml in interface com.atlassian.plugin.web.model.WebPanel
Throws:
IOException


Copyright © 2003-2013 Atlassian. All Rights Reserved.