oracle.portal.provider.v1
Class PortalConfig
java.lang.Object
|
+--oracle.portal.provider.v1.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
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)