|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portalpages.common.areyousure.AYSMessage
public class AYSMessage
| Field Summary | |
|---|---|
static int |
AYSTYPE_ACTION
|
static int |
AYSTYPE_ERROR
|
static int |
AYSTYPE_RECOMMENDATION
|
static int |
AYSTYPE_TOPLEVEL
Top level messages are printed with now title or descriptive text. |
static int |
AYSTYPE_WARNING
|
boolean |
m_bHTMLEncode
Whether or not this message should be HTMLEncoded when displayed. |
int |
m_nMessageType
The message type for this message. |
java.lang.String |
m_strMessage
The actual message text you would like to print. |
| Constructor Summary | |
|---|---|
AYSMessage(java.lang.String strMessage,
int nMessageType)
Creates a new AYSMessage object. |
|
AYSMessage(java.lang.String strMessage,
int nMessageType,
boolean bHTMLEncode)
Creates a new AYSMessage object. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int AYSTYPE_TOPLEVEL
public static final int AYSTYPE_ACTION
public static final int AYSTYPE_WARNING
public static final int AYSTYPE_RECOMMENDATION
public static final int AYSTYPE_ERROR
public java.lang.String m_strMessage
public boolean m_bHTMLEncode
public int m_nMessageType
| Constructor Detail |
|---|
public AYSMessage(java.lang.String strMessage,
int nMessageType)
strMessage - nMessageType -
public AYSMessage(java.lang.String strMessage,
int nMessageType,
boolean bHTMLEncode)
strMessage - nMessageType - bHTMLEncode -
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||