org.tagnetic.tagneto.tags.control
Class Function
java.lang.Object
org.tagnetic.core.framework.Tag
org.tagnetic.tagneto.tags.control.JavaScriptTag
org.tagnetic.tagneto.tags.control.Function
- public class Function
- extends JavaScriptTag
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Function
public Function()
setName
public void setName(java.lang.String value)
setParameters
public void setParameters(java.lang.String value)
onEndTag
public BodyInstruction onEndTag()
throws TagneticException
- Overrides:
onEndTag in class Tag
- Throws:
TagneticException
writeEscapedText
public void writeEscapedText(java.lang.String value)
throws TagneticException
- Throws:
TagneticException
writeJavaScript
public void writeJavaScript(java.lang.String value)
throws TagneticException
- Throws:
TagneticException
makeJsAppendStatement
public static java.lang.String makeJsAppendStatement(java.lang.CharSequence value)
throws TagneticException
- Throws:
TagneticException
makeEscapedJsAppendStatement
public static java.lang.String makeEscapedJsAppendStatement(java.lang.CharSequence value)
throws TagneticException
- Throws:
TagneticException
getParentFunctionTag
public static Function getParentFunctionTag(Tag currentTag)
throws TagneticException
- Throws:
TagneticException
Copyright © 2005 tagnetic.org. All Rights Reserved.