|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.faces.bridge.servlet.BridgeRequestAttributeListener
public class BridgeRequestAttributeListener
This class is designed to support the BridgeRequestScopeAttributeAdded annotation. It has to be specified
as a listener in the WEB-INF/web.xml descriptor like this:
<listener>
<listener-class>com.liferay.faces.bridge.context.map.BridgeRequestAttributeListener</listener-class>
</listener>
http://issues.liferay.com/browse/FACES-146| Constructor Summary | |
|---|---|
BridgeRequestAttributeListener()
|
|
| Method Summary | |
|---|---|
void |
attributeAdded(javax.servlet.ServletRequestAttributeEvent servletRequestAttributeEvent)
This method is called after an attribute is added to the ServletRequest. |
void |
attributeRemoved(javax.servlet.ServletRequestAttributeEvent servletRequestAttributeEvent)
This method is called after an attribute is removed from the ServletRequest. |
void |
attributeReplaced(javax.servlet.ServletRequestAttributeEvent servletRequestAttributeEvent)
This method is called after an attribute is replaced in the ServletRequest. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BridgeRequestAttributeListener()
| Method Detail |
|---|
public void attributeAdded(javax.servlet.ServletRequestAttributeEvent servletRequestAttributeEvent)
attributeAdded in interface javax.servlet.ServletRequestAttributeListenerpublic void attributeRemoved(javax.servlet.ServletRequestAttributeEvent servletRequestAttributeEvent)
RequestAttributeMap.remove(Object) method. Note that this should only get called for remote WSRP
portlets. For more info, see: http://issues.liferay.com/browse/FACES-146
attributeRemoved in interface javax.servlet.ServletRequestAttributeListenerpublic void attributeReplaced(javax.servlet.ServletRequestAttributeEvent servletRequestAttributeEvent)
RequestAttributeMap.remove(Object) method. Note that this should only get called for remote WSRP
portlets. For more info, see: http://issues.liferay.com/browse/FACES-146
attributeReplaced in interface javax.servlet.ServletRequestAttributeListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||