lumis.portal
Interface IPortalRequestContextEntry
- All Known Subinterfaces:
- IDevice
- All Known Implementing Classes:
- Device
public interface IPortalRequestContextEntry
This interface define the basic action that one PortalRequestContextEntry must to
have. Custom contexts entries must to implement this interface for the Lumis Portal
to recognize the object as a context.
- Since:
- 6.0.0
Method Summary |
java.lang.Object |
getProperty(java.lang.String key)
Returns a specific property of the context. |
getProperty
java.lang.Object getProperty(java.lang.String key)
- Returns a specific property of the context.
- Parameters:
key
- the name of the context's property.
- Returns:
- a property of the context that match with the key.
- Since:
- 6.0.0
Lumisportal 6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.