OracleAS PDK for Java 9.0.4.0.2

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

Field Summary
static long PORTALCFG_MOBILE_ENABLED
           
 
Constructor Summary
PortalConfig(long ptlConfig)
          Constructor
PortalConfig(java.lang.Long ptlConfig)
           
 
Method Summary
 long getValue()
           
 boolean isMobileEnabled()
           
 void setValue(long ptlConfig)
           
 void setValue(java.lang.Long ptlConfig)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PORTALCFG_MOBILE_ENABLED

public static final long PORTALCFG_MOBILE_ENABLED
See Also:
Constant Field Values
Constructor Detail

PortalConfig

public PortalConfig(long ptlConfig)
Constructor


PortalConfig

public PortalConfig(java.lang.Long ptlConfig)
Method Detail

isMobileEnabled

public boolean isMobileEnabled()

getValue

public long getValue()

setValue

public void setValue(long ptlConfig)

setValue

public void setValue(java.lang.Long ptlConfig)

OracleAS PDK for Java 9.0.4.0.2

Copyright (c) 2002,2003 Oracle Corporation. All Rights Reserved.