The PDK Java API is part of the Portal Developer Kit on Portal Studio

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
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)

The PDK Java API is part of the Portal Developer Kit on Portal Studio

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