|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bea.p13n.placeholder.PlaceholderHelper
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 |
public PlaceholderHelper()
| Method Detail |
public static String cleanupNamespaces(String src)
public static String getDefaultPlaceholderServiceName()
public static PlaceholderService getPlaceholderService()
throws CreateException
CreateException - when we fail to create the PlaceholderService
public static PlaceholderService getPlaceholderService(String name)
throws CreateException
CreateException
public static String getPreviewXML(Connection con,
long id)
throws SQLException
PlaceholderService.getPreviewSlot(long) instead.
id - the id of the preview
SQLException
|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||