org.jostraca
Interface TemplateScript

All Known Implementing Classes:
BasicTemplateScript

public interface TemplateScript

Interface to template script object. Handles template script identification.


Method Summary
 java.lang.String getCanonicalScriptName(PropertySet pPropertySet)
          Reference name for template script.
 java.lang.String getOriginalScriptName()
          As specified in template or template file name.
 void setByName(java.lang.String pScriptName)
           
 void setByPath(java.lang.String pPath)
           
 void setByProperty(PropertySet pPropertySet)
           
 

Method Detail

setByPath

public void setByPath(java.lang.String pPath)
               throws TemplateScriptException
Throws:
TemplateScriptException

setByProperty

public void setByProperty(PropertySet pPropertySet)
                   throws TemplateScriptException
Throws:
TemplateScriptException

setByName

public void setByName(java.lang.String pScriptName)
               throws TemplateScriptException
Throws:
TemplateScriptException

getOriginalScriptName

public java.lang.String getOriginalScriptName()
As specified in template or template file name. Example: pl. @see #getCanonicalScriptName


getCanonicalScriptName

public java.lang.String getCanonicalScriptName(PropertySet pPropertySet)
Reference name for template script. Used to access template script resources. Example: perl. @see #getOriginalScriptName



Copyright © 2000-2002 Richard Rodger