|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
javax.portlet.PortletSessionUtil
public class PortletSessionUtil
The PortletSessionUtil
class helps identify and decode attributes in the PORTLET_SCOPE
scope of the PortletSession when accessed through the HttpSession an from within calls to methods of the HttpSessionBindingListener interface.
Constructor Summary | |
---|---|
PortletSessionUtil() |
Method Summary | |
---|---|
static String |
decodeAttributeName(String name) Returns the attribute name of an attribute in the PORTLET_SCOPE . |
static int |
decodeScope(String name) Returns the portlet attribute scope from an encoded portlet attribute. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortletSessionUtil()
Method Detail |
---|
public static String decodeAttributeName(String name)
PORTLET_SCOPE
. If the attribute is in the APPLICATION_SCOPE
it returns the attribute name unchanged.name
- a string specifying the name of the encoded portlet attributepublic static int decodeScope(String name)
PortletSession.APPLICATION_SCOPE
PortletSession.PORTLET_SCOPE
name
- a string specifying the name of the encoded portlet attributePortletSession
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2010, Oracle. All rights reserved.