RichFaces Core Implementation 4.1.0.Final

org.richfaces.application.push.impl
Class MessageDataScriptString

java.lang.Object
  extended by org.ajax4jsf.javascript.ScriptStringBase
      extended by org.richfaces.application.push.impl.MessageDataScriptString
All Implemented Interfaces:
org.ajax4jsf.javascript.ScriptString

public class MessageDataScriptString
extends org.ajax4jsf.javascript.ScriptStringBase

Author:
Nick Belaevski

Field Summary
 
Fields inherited from class org.ajax4jsf.javascript.ScriptStringBase
COLON, COMMA, DOT, EMPTY_STRING, EQUALS, FUNCTION, LEFT_CURLY_BRACKET, LEFT_ROUND_BRACKET, LEFT_SQUARE_BRACKET, RIGHT_CURLY_BRACKET, RIGHT_ROUND_BRACKET, RIGHT_SQUARE_BRACKET
 
Constructor Summary
MessageDataScriptString(Iterable<org.richfaces.application.push.MessageData> messages)
           
 
Method Summary
 void appendScript(Appendable target)
           
 long getLastSequenceNumber()
           
 
Methods inherited from class org.ajax4jsf.javascript.ScriptStringBase
appendScriptToStringBuilder, toScript, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageDataScriptString

public MessageDataScriptString(Iterable<org.richfaces.application.push.MessageData> messages)
Method Detail

appendScript

public void appendScript(Appendable target)
                  throws IOException
Throws:
IOException

getLastSequenceNumber

public long getLastSequenceNumber()

RichFaces Core Implementation 4.1.0.Final

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.