public class LifecycleBase extends Object implements Serializable
Constructor and Description |
---|
LifecycleBase() |
Modifier and Type | Method and Description |
---|---|
protected static String |
buildGrowlScript(boolean growlMessagingEnabled)
Builds JS script that will invoke the show growl method to display a growl message when the
page is rendered.
|
static void |
performPostLifecycleProcessing(View view,
Object model,
ViewPostMetadata viewPostMetadata) |
public LifecycleBase()
public static void performPostLifecycleProcessing(View view, Object model, ViewPostMetadata viewPostMetadata)
protected static String buildGrowlScript(boolean growlMessagingEnabled)
A growl call will be created for any explicit growl messages added to the message map.
growlMessagingEnabled
- indicates whether growls have been enabled, if not any growl messages are
written as info messagesCopyright © 2005–2016 The Kuali Foundation. All rights reserved.