|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.context.ExternalContext
com.liferay.faces.bridge.context.IncongruityContext
com.liferay.faces.bridge.context.IncongruityContextBaseImpl
com.liferay.faces.bridge.context.IncongruityContextCompatImpl
com.liferay.faces.bridge.context.IncongruityContextImpl
public class IncongruityContextImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.liferay.faces.bridge.context.IncongruityContextBaseImpl |
|---|
IncongruityContextBaseImpl.IncongruousAction |
| Field Summary |
|---|
| Fields inherited from class com.liferay.faces.bridge.context.IncongruityContextBaseImpl |
|---|
attributeMap |
| Fields inherited from class javax.faces.context.ExternalContext |
|---|
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH |
| Constructor Summary | |
|---|---|
IncongruityContextImpl()
|
|
| Method Summary | |
|---|---|
void |
makeCongruous(javax.faces.context.FacesContext facesContext)
This method is designed to be called during the RENDER_PHASE of the portlet lifecycle, and will execute ExternalContext methods that were inappropriately called during the ACTION_PHASE or EVENT_PHASE. |
| Methods inherited from class javax.faces.context.ExternalContext |
|---|
getSessionMaxInactiveInterval, isSecure, setSessionMaxInactiveInterval |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IncongruityContextImpl()
| Method Detail |
|---|
public void makeCongruous(javax.faces.context.FacesContext facesContext)
throws IOException
IncongruityContextExternalContext methods that were inappropriately called during the ACTION_PHASE or EVENT_PHASE.
makeCongruous in class IncongruityContextfacesContext - The current FacesContext.
IOException - If an error occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||