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

Constructor Index

 o Comment()

Method Index

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

Constructors

 o Comment
 public Comment()

Methods

 o 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
 o 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