|
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 | ||||||||
public interface SerializableSession
An HttpSession which also serves as a ConfigurableEntity, and can be Serialized.
| Field Summary |
|---|
| Fields inherited from interface com.bea.p13n.property.ConfigurableEntity |
|---|
RESERVED_PROPERTY_SET |
| Method Summary | |
|---|---|
Object |
getProperty(String propertySet, String propertyName)Retrieve the value that was persisted for this entity for the given property, within the given property set. |
Object |
getProperty(String propertySet, String propertyName, Object defaultValue)Provided as convenience method so client code can still provide a default value |
String |
getPropertyAsString(String propertySet, String propertyName)Convenience method to return a property as a String. |
Object |
getPropertyNoDefault(String propertySet, String propertyName)Retrieve the value associated with the named key in the specified property set, but does not return a default value from the property's PropertyDefinition if a value was not persisted for this entity. |
| Methods inherited from interface javax.servlet.http.HttpSession |
|---|
getAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, getSessionContext, getValue, getValueNames, invalidate, isNew, putValue, removeAttribute, removeValue, setAttribute, setMaxInactiveInterval |
| Methods inherited from interface com.bea.p13n.property.ConfigurableEntity |
|---|
getJndiName, getPkString, getUniqueId, removeProperty, setProperty |
| Method Detail |
|---|
Object getProperty(String propertySet,
String propertyName)
ConfigurableEntitygetProperty in interface ConfigurableEntitypropertySet - The name of the property set to look inpropertyName - The name of the property to retrieve.
String getPropertyAsString(String propertySet,
String propertyName)
ConfigurableEntitygetPropertyAsString in interface ConfigurableEntitypropertySet - The name of the property set to look inpropertyName - The name of the property to retrieve.
Object getPropertyNoDefault(String propertySet,
String propertyName)
ConfigurableEntitygetPropertyNoDefault in interface ConfigurableEntitypropertySet - The name of the property setpropertyName - The name of the property to retrieve.
Object getProperty(String propertySet,
String propertyName,
Object defaultValue)
|
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.