|
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.navigation.Pages
@Scope(value=APPLICATION) @BypassInterceptors @Name(value="org.jboss.seam.navigation.pages") @Install(precedence=0, classDependencies="javax.faces.context.FacesContext") @Startup public class Pages
Holds metadata for pages defined in pages.xml, including page actions and page descriptions.
Constructor Summary | |
---|---|
Pages()
|
Method Summary | |
---|---|
void |
create()
|
String |
encodePageParameters(javax.faces.context.FacesContext facesContext,
String url,
String viewId)
Encode page parameters into a URL |
String |
encodePageParameters(javax.faces.context.FacesContext facesContext,
String url,
String viewId,
Set<String> overridden)
Encode page parameters into a URL |
String |
encodeScheme(String viewId,
javax.faces.context.FacesContext context,
String url)
|
Integer |
getConcurrentRequestTimeout(String viewId)
Search for a defined concurrent request timeout, beginning with the most specific view id, then wildcarded view ids, and finally the global setting from Manager |
ConversationIdParameter |
getConversationIdParameter(String conversationName)
|
static String |
getCurrentBaseName()
|
static String |
getCurrentViewId()
|
String |
getDescription(String viewId)
|
static Map<String,javax.faces.application.FacesMessage.Severity> |
getFacesMessageValuesMap()
|
Integer |
getHttpPort()
|
Integer |
getHttpsPort()
|
Collection<String> |
getKnownViewIds()
|
String |
getLoginViewId()
The global setting for login-viewid. |
Expressions.ValueExpression<String> |
getNoConversationViewId()
The global setting for no-conversation-viewid. |
String |
getNoConversationViewId(String viewId)
Search for a defined no-conversation-view-id, beginning with the most specific view id, then wildcarded view ids, and finally the global setting |
Page |
getPage(String viewId)
Get the Page object for the given view id. |
protected List<Page> |
getPageStack(String viewId)
Get the stack of Page objects, from least specific to most specific, that match the given view id. |
String |
getRequestScheme(javax.faces.context.FacesContext facesContext)
|
List<ResourceBundle> |
getResourceBundles(String viewId)
Build a list of page-scoped resource bundles, from most specific view id, to most general. |
String[] |
getResources()
|
String |
getScheme(String viewId)
|
Map<String,Object> |
getStringValuesFromModel(javax.faces.context.FacesContext facesContext,
String viewId,
Set<String> overridden)
Get the values of any page parameters by evaluating the value bindings against the model and converting to String. |
Map<String,Object> |
getStringValuesFromPageContext(javax.faces.context.FacesContext facesContext)
Get the page parameter values that were passed in the original request from the PAGE context |
static String |
getSuffix()
|
Integer |
getTimeout(String viewId)
Search for a defined conversation timeout, beginning with the most specific view id, then wildcarded view ids, and finally the global setting from Manager |
static String |
getViewId(javax.faces.context.FacesContext facesContext)
|
static void |
handleOutcome(javax.faces.context.FacesContext facesContext,
String outcome,
String fromAction)
Call the JSF navigation handler |
boolean |
hasDescription(String viewId)
|
void |
initialize()
|
void |
initialize(Set<FileDescriptor> fileNames)
|
static Pages |
instance()
|
static boolean |
isDebugPage()
|
boolean |
isLoginRedirectRequired(javax.faces.context.FacesContext facesContext)
Check if a login redirect is required for the current FacesContext |
boolean |
navigate(javax.faces.context.FacesContext context,
String actionExpression,
String actionOutcomeValue)
Run any navigation rule defined in pages.xml |
protected void |
noConversation()
|
protected void |
notLoggedIn()
|
void |
postRestore(javax.faces.context.FacesContext facesContext)
Check permissions and validate the existence of a conversation for pages which require a long-running conversation, starting with the most general view id, ending at the most specific. |
boolean |
preRender(javax.faces.context.FacesContext facesContext)
Call page actions, check permissions and validate the existence of a conversation for pages which require a long-running conversation, starting with the most general view id, ending at the most specific. |
void |
redirectToLoginView()
|
void |
redirectToNoConversationView()
|
String |
renderDescription(String viewId)
|
protected void |
selectDataModelRow(javax.faces.context.FacesContext facesContext)
Look for a DataModel row selection in the request parameters, and apply it to the DataModel. |
void |
setHttpPort(Integer httpPort)
|
void |
setHttpsPort(Integer httpsPort)
|
void |
setLoginViewId(String loginViewId)
|
void |
setNoConversationViewId(Expressions.ValueExpression<String> noConversationViewId)
|
void |
setResources(String[] resources)
|
static String |
toString(Object returnValue)
|
void |
updateStringValuesInPageContextUsingModel(javax.faces.context.FacesContext facesContext)
Update the page parameter values stored in the PAGE context with the current values of the mapped attributes of the model |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Pages()
Method Detail |
---|
@Create public void create()
public void initialize()
public void initialize(Set<FileDescriptor> fileNames)
public boolean navigate(javax.faces.context.FacesContext context, String actionExpression, String actionOutcomeValue)
actionExpression
- the action method binding expressionactionOutcomeValue
- the outcome of the action method
public Page getPage(String viewId)
viewId
- a JSF view idprotected List<Page> getPageStack(String viewId)
viewId
- a JSF view idpublic boolean preRender(javax.faces.context.FacesContext facesContext)
protected void selectDataModelRow(javax.faces.context.FacesContext facesContext)
public void postRestore(javax.faces.context.FacesContext facesContext)
public boolean isLoginRedirectRequired(javax.faces.context.FacesContext facesContext)
facesContext
- The faces context containing the view ID
public String getRequestScheme(javax.faces.context.FacesContext facesContext)
public String encodeScheme(String viewId, javax.faces.context.FacesContext context, String url)
public void redirectToLoginView()
public void redirectToNoConversationView()
public String getScheme(String viewId)
public boolean hasDescription(String viewId)
public String getDescription(String viewId)
public String renderDescription(String viewId)
protected void noConversation()
protected void notLoggedIn()
public static String toString(Object returnValue)
public static void handleOutcome(javax.faces.context.FacesContext facesContext, String outcome, String fromAction)
public static Pages instance()
public List<ResourceBundle> getResourceBundles(String viewId)
public Map<String,Object> getStringValuesFromModel(javax.faces.context.FacesContext facesContext, String viewId, Set<String> overridden)
viewId
- the JSF view idoverridden
- excluded parameters
public Map<String,Object> getStringValuesFromPageContext(javax.faces.context.FacesContext facesContext)
public void updateStringValuesInPageContextUsingModel(javax.faces.context.FacesContext facesContext)
public String encodePageParameters(javax.faces.context.FacesContext facesContext, String url, String viewId)
url
- the base URLviewId
- the JSF view id of the page
public String encodePageParameters(javax.faces.context.FacesContext facesContext, String url, String viewId, Set<String> overridden)
url
- the base URLviewId
- the JSF view id of the pageoverridden
- excluded parameters
public String getNoConversationViewId(String viewId)
public Integer getTimeout(String viewId)
public Integer getConcurrentRequestTimeout(String viewId)
public static String getSuffix()
public ConversationIdParameter getConversationIdParameter(String conversationName)
public static Map<String,javax.faces.application.FacesMessage.Severity> getFacesMessageValuesMap()
public Expressions.ValueExpression<String> getNoConversationViewId()
public void setNoConversationViewId(Expressions.ValueExpression<String> noConversationViewId)
public String getLoginViewId()
public void setLoginViewId(String loginViewId)
public static String getCurrentViewId()
public static String getCurrentBaseName()
public static String getViewId(javax.faces.context.FacesContext facesContext)
public Integer getHttpPort()
public void setHttpPort(Integer httpPort)
public Integer getHttpsPort()
public void setHttpsPort(Integer httpsPort)
public String[] getResources()
public void setResources(String[] resources)
public static boolean isDebugPage()
public Collection<String> getKnownViewIds()
|
Seam Core JSF2 2.3.1.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |