|
Seam Core JSF2 2.3.1.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.seam.core.Manager
org.jboss.seam.faces.FacesManager
@Scope(value=EVENT) @Name(value="org.jboss.seam.core.manager") @Install(precedence=10, classDependencies="javax.faces.context.FacesContext") @BypassInterceptors public class FacesManager
An extended conversation manager for the JSF environment.
Field Summary |
---|
Fields inherited from class org.jboss.seam.core.Manager |
---|
EVENT_CONVERSATION_BEGIN, EVENT_CONVERSATION_DESTROYED, EVENT_CONVERSATION_END, EVENT_CONVERSATION_TIMEOUT, REDIRECT_FROM_MANAGER |
Constructor Summary | |
---|---|
FacesManager()
|
Method Summary | |
---|---|
String |
appendConversationIdFromRedirectFilter(String url,
String viewId)
Called by the Seam Redirect Filter when a redirect is called. |
void |
beforeRedirect(String viewId)
Temporarily promote a temporary conversation to a long running conversation for the duration of a browser redirect. |
protected String |
generateInitialConversationId()
|
static FacesManager |
instance()
|
void |
interpolateAndRedirect(String url)
|
void |
prepareBackswitch(javax.faces.context.FacesContext facesContext)
If a page description is defined, remember the description and view id for the current page, to support conversation switching. |
void |
redirect(String viewId)
Redirect to the given view id, encoding the conversation id into the request URL. |
void |
redirect(String viewId,
Map<String,Object> parameters,
boolean includeConversationId)
|
void |
redirect(String viewId,
Map<String,Object> parameters,
boolean includeConversationId,
boolean includePageParams)
Redirect to the given view id, after encoding parameters and conversation id into the request URL. |
void |
redirect(String viewId,
String conversationId)
Redirect to the given view id, after encoding the given conversation id into the request URL. |
void |
redirectToExternalURL(String url)
|
protected void |
storeConversationToViewRootIfNecessary()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FacesManager()
Method Detail |
---|
public void beforeRedirect(String viewId)
public void interpolateAndRedirect(String url)
protected void storeConversationToViewRootIfNecessary()
storeConversationToViewRootIfNecessary
in class Manager
protected String generateInitialConversationId()
generateInitialConversationId
in class Manager
public void redirectToExternalURL(String url)
public void redirect(String viewId)
redirect
in class Manager
viewId
- the JSF view idpublic void redirect(String viewId, Map<String,Object> parameters, boolean includeConversationId)
public void redirect(String viewId, Map<String,Object> parameters, boolean includeConversationId, boolean includePageParams)
viewId
- the JSF view idparameters
- request parameters to be encoded (possibly null)includeConversationId
- determines if the conversation id is to be encodedpublic void redirect(String viewId, String conversationId)
redirect
in class Manager
viewId
- the JSF view idconversationId
- an id of a long-running conversationpublic String appendConversationIdFromRedirectFilter(String url, String viewId)
url
- the requested URL
public void prepareBackswitch(javax.faces.context.FacesContext facesContext)
public static FacesManager instance()
|
Seam Core JSF2 2.3.1.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |