|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.japano.PageNode
org.japano.pagenode.MessageList
public class MessageList
Displays all messages send to the current view. The tag can either be used with or without a body. if used with a body, that body will be repeated for each message and a output tag "message" returns the current message. if there's no body, a ul-list with the messages will be printed.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.japano.PageNode |
|---|
PageNode.Output |
| Field Summary |
|---|
| Fields inherited from class org.japano.PageNode |
|---|
children, context, EMPTY, nodeId, parent |
| Constructor Summary | |
|---|---|
MessageList()
|
|
| Method Summary | |
|---|---|
void |
generate(Buffer out)
Generates this node The base implementation just calls PageNode.generateChildren(Buffer) |
java.lang.String |
getMessage()
The current message. |
void |
init()
Initializes the node. |
| Methods inherited from class org.japano.PageNode |
|---|
findChildren, findParent, findRootNode, generateChildren, getChildren, getContext, getNodeId, getParent, recInit, release, setChildren, setContext, setNodeId, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MessageList()
| Method Detail |
|---|
public void init()
PageNode
init in class PageNodepublic void generate(Buffer out)
PageNodePageNode.generateChildren(Buffer)
generate in class PageNodepublic java.lang.String getMessage()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||