RichFaces Core API 4.1.0.20110805-M1

org.richfaces.application.push
Interface PushContext


public interface PushContext

Author:
Nick Belaevski

Field Summary
static String INSTANCE_KEY_NAME
           
 
Method Summary
 void destroy()
           
 String getPushHandlerUrl()
           
 SessionFactory getSessionFactory()
           
 SessionManager getSessionManager()
           
 TopicsContext getTopicsContext()
           
 void init(javax.faces.context.FacesContext facesContext)
           
 

Field Detail

INSTANCE_KEY_NAME

static final String INSTANCE_KEY_NAME
Method Detail

getTopicsContext

TopicsContext getTopicsContext()

getSessionFactory

SessionFactory getSessionFactory()

getSessionManager

SessionManager getSessionManager()

getPushHandlerUrl

String getPushHandlerUrl()

init

void init(javax.faces.context.FacesContext facesContext)

destroy

void destroy()

RichFaces Core API 4.1.0.20110805-M1

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