WebSphere Portal, Express Beta Version 6.1
Operating systems: i5/OS, Linux,Windows


Setting internal content URLs

Learn how to set URLs that point to portal internal content (InternalContentURL).

To set a URL that point to portal internal content (InternalContentURL), proceed by the following steps:
  1. Obtain a modifiable instance of an internal content URL.
  2. Identify the content node to which you want to assign the URL.
  3. Obtain the markup for which you want to set the URL.
  4. Set the required URL for the modifiable instance of the internal content URL.
Example - Setting an internal content URL:
// obtain modifiable instance of an existing InternalContentURL
final Modifiable modifiable = cmController.getModifiableNode(internalContentUrl);

// identify target of url
final Identifiable identifiable = ...

// identify markup
final Markup markup = ...

// set URL
((ModifiableInternalContentURL) modifiable).setTarget(identifiable, markup);
Related information
Setting external content URLs

Library | Support | Terms of use |

Last updated: Wednesday, February 20, 2008 10:51am EST

Copyright IBM Corporation 2000, 2008. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)