com.sapportals.portal.prt.util
Class BrowserGuidFactory

java.lang.Object
  |
  +--com.sapportals.portal.prt.util.BrowserGuidFactory

public class BrowserGuidFactory
extends java.lang.Object

Factory that provides prefixed Guids that fits with what is expected byte the browsers Created: Mon Dec 18 10:36:27 2000

Version:
$Revision: #3 $
$File: //workplace/portal/dev/portal/src/java/core/com/sapportals/workplace/util/BrowserGuidFactory.java $ , $Revision: #1 $ Last modified on $Date: 2000/12/22 $ by $Author: d029034 $ using $Change: 3954 $ Copyright (c) SAP Portals Europe GmbH 2001

Constructor Summary
BrowserGuidFactory()
           
 
Method Summary
static java.lang.String createGuid()
          Creates a new prefixed guid.
 java.lang.String getPrefix()
          Gets the prefix used in the generation of the GUIDs.
static java.lang.String transformGuid(Guid guid)
          Converts a Guid into a String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserGuidFactory

public BrowserGuidFactory()
Method Detail

transformGuid

public static java.lang.String transformGuid(Guid guid)
Converts a Guid into a String.
Parameters:
guid - A value of type 'Guid'
Returns:
The guid value of type 'String' prefixed.

createGuid

public static java.lang.String createGuid()
Creates a new prefixed guid.
Returns:
A created guid in a string format.

getPrefix

public java.lang.String getPrefix()
Gets the prefix used in the generation of the GUIDs.
Returns:
The prefix used in the generation of the GUIDs.