org.tynamo.components
Class Flash
java.lang.Object
org.tynamo.components.Flash
public class Flash
- extends Object
Displays message based on the message parameter
Based on code from tapestry5-appfuse http://code.google.com/p/tapestry5-appfuse/ by Serge Eby
- Author:
- Serge Eby
|
Constructor Summary |
Flash()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Flash
public Flash()
addFlashByKey
public void addFlashByKey(String key,
FlashMessage.MessageType type,
Object... args)
addFlash
public void addFlash(String message,
FlashMessage.MessageType type)
Copyright © 2004-2009. All Rights Reserved.