All Packages Class Hierarchy This Package Previous Next Index
Class com.openly.dt.Comment
com.openly.dt.Comment
- public class Comment
- extends java.lang.Object
- implements com.openly.dt.DynamicTag
this dynamic tag returns an empty string, so that you can enter comments in JSText template like this: [[@comment(The comment goes in the param section of the dynamic tag)]] Check out Java and Linking related books at Openly.com! - See Also:
- com.openly.JSText

-
Comment() -

-
getValue(String, Params) - always returns ""
-
writeValue(String, Params, OutputStream) - calls getValue

Comment public Comment()

getValue public java.lang.String getValue(java.lang.String param, com.openly.util.Params params)
- always returns ""
- Parameters:
- param - Use the param to insert comments in JSText
writeValue public void writeValue(java.lang.String param, com.openly.util.Params params, java.io.OutputStream writer) throws java.io.IOException
- calls getValue
All Packages Class Hierarchy This Package Previous Next Index