|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.cocoon.components.notification.SimpleNotifyingBean
A simple bean implementation of Notifying.
| Field Summary |
| Fields inherited from interface org.apache.cocoon.components.notification.Notifying |
DEBUG_NOTIFICATION, ERROR_NOTIFICATION, EXTRA_CAUSE, EXTRA_COLUMN, EXTRA_FULLTRACE, EXTRA_LINE, EXTRA_LOCATION, EXTRA_REQUESTURI, EXTRA_STACKTRACE, FATAL_NOTIFICATION, INFO_NOTIFICATION, UNKNOWN_NOTIFICATION, WARN_NOTIFICATION |
| Constructor Summary | |
SimpleNotifyingBean()
|
|
SimpleNotifyingBean(Object sender)
|
|
| Method Summary | |
void |
addExtraDescription(String extraDescriptionDescription,
String extraDescription)
Adds the ExtraDescription to the SimpleNotifyingBean object |
protected void |
addExtraDescriptions(Map extraDescriptions)
Adds the ExtraDescriptions to the SimpleNotifyingBean object |
String |
getDescription()
Gets the Description of the SimpleNotifyingBean object |
Map |
getExtraDescriptions()
Gets the ExtraDescriptions of the SimpleNotifyingBean object |
String |
getMessage()
Gets the Message of the SimpleNotifyingBean object |
String |
getSender()
Gets the Sender of the SimpleNotifyingBean object |
String |
getSource()
Gets the Source of the SimpleNotifyingBean object |
String |
getTitle()
Gets the Title of the SimpleNotifyingBean object |
String |
getType()
Gets the Type of the SimpleNotifyingBean object |
protected void |
replaceExtraDescriptions(Map extraDescriptions)
Replaces the ExtraDescriptions of the SimpleNotifyingBean object |
void |
setDescription(String description)
Sets the Description of the SimpleNotifyingBean object |
void |
setMessage(String message)
Sets the Message of the SimpleNotifyingBean object |
void |
setSource(String source)
Sets the Source of the SimpleNotifyingBean object |
void |
setTitle(String title)
Sets the Title of the SimpleNotifyingBean object |
void |
setType(String type)
Sets the Type of the SimpleNotifyingBean object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SimpleNotifyingBean()
public SimpleNotifyingBean(Object sender)
| Method Detail |
public void setType(String type)
type - The new Type valuepublic void setTitle(String title)
title - The new Title valuepublic void setSource(String source)
source - The new Source valuepublic void setMessage(String message)
message - The new Message valuepublic void setDescription(String description)
description - The new Description value
public void addExtraDescription(String extraDescriptionDescription,
String extraDescription)
extraDescriptionDescription - The additional ExtraDescription nameextraDescription - The additional ExtraDescription valueprotected void replaceExtraDescriptions(Map extraDescriptions)
protected void addExtraDescriptions(Map extraDescriptions)
public String getType()
getType in interface org.apache.cocoon.components.notification.Notifyingpublic String getTitle()
getTitle in interface org.apache.cocoon.components.notification.Notifyingpublic String getSource()
getSource in interface org.apache.cocoon.components.notification.Notifyingpublic String getSender()
getSender in interface org.apache.cocoon.components.notification.Notifyingpublic String getMessage()
getMessage in interface org.apache.cocoon.components.notification.Notifyingpublic String getDescription()
getDescription in interface org.apache.cocoon.components.notification.Notifyingpublic Map getExtraDescriptions()
getExtraDescriptions in interface org.apache.cocoon.components.notification.Notifying
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||