BEA Systems, Inc.

com.beasys.commerce.content.tags
Class PrintDocTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.beasys.commerce.content.tags.BaseTag
              |
              +--com.beasys.commerce.content.tags.PrintDocTag

public class PrintDocTag
extends BaseTag

Tag extension to inline the bytes of a Document into the page context's output.

See Also:
Serialized Form

Constructor Summary
PrintDocTag()
           
 
Method Summary
 int doStartTag()
          Called when the tag starts.
 java.lang.String encode(java.lang.String in)
          Encode a string with the current encode type.
 java.lang.String getBlockSize()
          Get the value of blockSize.
 java.lang.String getEncode()
          Get the value of encode.
 java.lang.String getEnd()
          Get the value of end.
 java.lang.String getStart()
          Get the value of start.
 void release()
          Release the tag by setting everything to the default.
 void setBlockSize(java.lang.String v)
          Set the value of blockSize.
 void setEncode(java.lang.String v)
          Set the value of encode.
 void setEnd(java.lang.String v)
          Set the value of end.
 void setStart(java.lang.String v)
          Set the value of start.
 
Methods inherited from class com.beasys.commerce.content.tags.BaseTag
getCacheId, getCacheTimeout, getFailOnError, getHttpSession, getReadOnly, getUseCache, setCacheId, setCacheTimeout, setCacheTimeout, setFailOnError, setFailOnError, setReadOnly, setReadOnly, setUseCache, setUseCache
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintDocTag

public PrintDocTag()
Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Called when the tag starts.
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport

release

public void release()
Description copied from class: BaseTag
Release the tag by setting everything to the default.
Overrides:
release in class BaseTag

getBlockSize

public java.lang.String getBlockSize()
Get the value of blockSize.
Returns:
Value of blockSize.

setBlockSize

public void setBlockSize(java.lang.String v)
Set the value of blockSize.
Parameters:
v - Value to assign to blockSize.

getStart

public java.lang.String getStart()
Get the value of start.
Returns:
Value of start.

setStart

public void setStart(java.lang.String v)
Set the value of start.
Parameters:
v - Value to assign to start.

getEnd

public java.lang.String getEnd()
Get the value of end.
Returns:
Value of end.

setEnd

public void setEnd(java.lang.String v)
Set the value of end.
Parameters:
v - Value to assign to end.

getEncode

public java.lang.String getEncode()
Get the value of encode.
Returns:
Value of encode.

setEncode

public void setEncode(java.lang.String v)
Set the value of encode.
Parameters:
v - Value to assign to encode.

encode

public java.lang.String encode(java.lang.String in)
Encode a string with the current encode type.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved