com.webmethods.caf.faces.component.events
Class OpenAjaxScript

java.lang.Object
  extended by UIOutput
      extended by com.webmethods.caf.faces.component.events.OpenAjaxScript

public class OpenAjaxScript
extends UIOutput


Field Summary
protected  String openAjaxTopic
           
protected  boolean shouldSubscribe
           
static String TYPE
           
 
Constructor Summary
OpenAjaxScript()
           
 
Method Summary
 String getOpenAjaxTopic()
           
 boolean isShouldSubscribe()
           
 void restoreState(FacesContext context, Object state)
           
 Object saveState(FacesContext context)
           
 void setOpenAjaxTopic(String openAjaxTopic)
           
 void setShouldSubscribe(boolean shouldSubscribe)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final String TYPE
See Also:
Constant Field Values

openAjaxTopic

protected String openAjaxTopic

shouldSubscribe

protected boolean shouldSubscribe
Constructor Detail

OpenAjaxScript

public OpenAjaxScript()
Method Detail

restoreState

public void restoreState(FacesContext context,
                         Object state)

saveState

public Object saveState(FacesContext context)

getOpenAjaxTopic

public String getOpenAjaxTopic()

setOpenAjaxTopic

public void setOpenAjaxTopic(String openAjaxTopic)

isShouldSubscribe

public boolean isShouldSubscribe()

setShouldSubscribe

public void setShouldSubscribe(boolean shouldSubscribe)