com.ora.jsp.tags.xmp
Class MixedMessageTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.SimpleTagSupport
      extended bycom.ora.jsp.tags.xmp.MixedMessageTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag

public class MixedMessageTag
extends javax.servlet.jsp.tagext.SimpleTagSupport


Field Summary
private  java.lang.String category
           
private  MixedMessageBean mmb
           
 
Fields inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
 
Constructor Summary
MixedMessageTag()
           
 
Method Summary
 void doTag()
           
 void setCategory(java.lang.String category)
           
 
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mmb

private MixedMessageBean mmb

category

private java.lang.String category
Constructor Detail

MixedMessageTag

public MixedMessageTag()
Method Detail

setCategory

public void setCategory(java.lang.String category)

doTag

public void doTag()
           throws java.io.IOException
Throws:
java.io.IOException