|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.p13n.placeholder.PlaceholderHelper
Utility routines used by the placeholder service and tag.
Constructor Summary | |
PlaceholderHelper()
|
Method Summary | |
static java.lang.String |
cleanupNamespaces(java.lang.String src)
Remove the namespace qualifiers from an XML string |
static PlaceholderService |
getPlaceholderService()
Deprecated. Use the <ejb-ref> instead |
static PlaceholderService |
getPlaceholderService(java.lang.String name)
|
static java.lang.String |
getPreviewXML(java.sql.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 PlaceholderService getPlaceholderService() throws javax.ejb.CreateException
public static PlaceholderService getPlaceholderService(java.lang.String name) throws javax.ejb.CreateException
public static java.lang.String getPreviewXML(java.sql.Connection con, long id) throws java.sql.SQLException
PlaceholderService.getPreviewSlot(long)
instead.
id
- the id of the previewpublic static java.lang.String cleanupNamespaces(java.lang.String src)
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |