com.bea.p13n.placeholder
Class PlaceholderHelper

java.lang.Object
  extended by com.bea.p13n.placeholder.PlaceholderHelper
All Implemented Interfaces
PlaceholderConstants

public class PlaceholderHelper
extends Object
implements PlaceholderConstants

Utility routines used by the placeholder service and tag.


Field Summary
 
Fields inherited from interface com.bea.p13n.placeholder.PlaceholderConstants
ADBUCKET_ENV_NAME, PLACEHOLDER_DB_NAME, PLACEHOLDER_NAME, PLACEHOLDER_PREVIEW_DB_NAME
 
Constructor Summary
PlaceholderHelper()
           
 
Method Summary
static String cleanupNamespaces(String src)
          Remove the namespace qualifiers from an XML string
static String getDefaultPlaceholderServiceName()
          Get the default JNDI name for the a current application's PlaceholderService.
static PlaceholderService getPlaceholderService()
          Deprecated Use the <ejb-ref> instead
static PlaceholderService getPlaceholderService(String name)
           
static String getPreviewXML(Connection con, long id)
          Deprecated Use PlaceholderService.getPreviewSlot(long) instead.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlaceholderHelper

public PlaceholderHelper()
Method Detail

getPlaceholderService

public static PlaceholderService getPlaceholderService()
                                                throws javax.ejb.CreateException
Deprecated Use the <ejb-ref> instead

This will return the default PlaceholderService EJB.

Returns
the PlaceholderService EJB
Throws
javax.ejb.CreateException - when we fail to create the PlaceholderService

getPlaceholderService

public static PlaceholderService getPlaceholderService(String name)
                                                throws javax.ejb.CreateException
Throws
javax.ejb.CreateException

getDefaultPlaceholderServiceName

public static String getDefaultPlaceholderServiceName()
Get the default JNDI name for the a current application's PlaceholderService.

Returns
null if not in an application.

getPreviewXML

public static String getPreviewXML(Connection con,
                                   long id)
                            throws SQLException
Deprecated Use PlaceholderService.getPreviewSlot(long) instead.

Return the XML string for the query for the given id

Parameters
id - the id of the preview
Throws
SQLException

cleanupNamespaces

public static String cleanupNamespaces(String src)
Remove the namespace qualifiers from an XML string



Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.