oracle.portal.provider.v2
Class PortalConfig
java.lang.Object
|
+--oracle.portal.provider.v2.PortalConfig
- public class PortalConfig
- extends java.lang.Object
Represents various portal configuration settings that are pertinent
to portlets.
- Author:
- Michael Freedman
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PORTALCFG_MOBILE_ENABLED
public static final long PORTALCFG_MOBILE_ENABLED
- See Also:
- Constant Field Values
PortalConfig
public PortalConfig(long ptlConfig)
- Constructor
PortalConfig
public PortalConfig(java.lang.Long ptlConfig)
isMobileEnabled
public boolean isMobileEnabled()
getValue
public long getValue()
setValue
public void setValue(long ptlConfig)
setValue
public void setValue(java.lang.Long ptlConfig)
Copyright (c) 2002,2003 Oracle Corporation. All Rights Reserved.