lumis.portal
Enum PortalContext.RelativePathType

Package class diagram package PortalContext.RelativePathType
java.lang.Object
  extended by java.lang.Enum<PortalContext.RelativePathType>
      extended by lumis.portal.PortalContext.RelativePathType
All Implemented Interfaces:
Serializable, Comparable<PortalContext.RelativePathType>
Enclosing class:
PortalContext

Deprecated. Since 4.1.0, replaced by PortalBaseFolder.

public static enum PortalContext.RelativePathType
extends Enum<PortalContext.RelativePathType>


Enum Constant Summary
Data
          Deprecated.  
Def
          Deprecated.  
WWW
          Deprecated.  
 
Method Summary
 String getAbsolutePath(String relativePath)
          Deprecated.  
 String getRelativePath(String absolutePath)
          Deprecated.  
static PortalContext.RelativePathType valueOf(String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static PortalContext.RelativePathType[] values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

WWW

public static final PortalContext.RelativePathType WWW
Deprecated. 

Data

public static final PortalContext.RelativePathType Data
Deprecated. 

Def

public static final PortalContext.RelativePathType Def
Deprecated. 
Method Detail

values

public static PortalContext.RelativePathType[] values()
Deprecated. 
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (PortalContext.RelativePathType c : PortalContext.RelativePathType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static PortalContext.RelativePathType valueOf(String name)
Deprecated. 
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getAbsolutePath

public String getAbsolutePath(String relativePath)
Deprecated. 

getRelativePath

public String getRelativePath(String absolutePath)
Deprecated. 


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.