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 java.lang.Object
implements com.atlassian.plugin.web.model.WebPanel


Constructor Summary
ScriptInclude(ContextPathHolder contextPathHolder)
           
 
Method Summary
 java.lang.String getHtml(java.util.Map<java.lang.String,java.lang.Object> context)
           
 void writeHtml(java.io.Writer writer, java.util.Map<java.lang.String,java.lang.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 java.lang.String getHtml(java.util.Map<java.lang.String,java.lang.Object> context)
Specified by:
getHtml in interface com.atlassian.plugin.web.model.WebPanel

writeHtml

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


Copyright © 2003-2013 Atlassian. All Rights Reserved.