Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


oracle.webcenter.page.model
Class PageServiceUtils

java.lang.Object
  extended by oracle.webcenter.page.model.PageServiceUtils


public class PageServiceUtils
extends java.lang.Object
Since:
release specific (what release of product did this appear in)

Field Summary
static java.lang.String PAGE_OBJECT_TYPE
           
static java.lang.String PAGE_SERVICE_ID
           

 

Constructor Summary
PageServiceUtils()
           

 

Method Summary
static java.lang.String escapeForOutputFormatted(java.lang.String text)
          Returns an encoded version of the specified text suitable for direct use in an ADF Faces OutputFormatted component.
static java.lang.String getPagesMetadataTitleString(java.lang.String pageName, java.lang.String scopeGuid)
          Retrieves the value for the title key for a page.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

PAGE_SERVICE_ID

public static final java.lang.String PAGE_SERVICE_ID
See Also:
Constant Field Values

PAGE_OBJECT_TYPE

public static final java.lang.String PAGE_OBJECT_TYPE
See Also:
Constant Field Values

Constructor Detail

PageServiceUtils

public PageServiceUtils()

Method Detail

getPagesMetadataTitleString

public static final java.lang.String getPagesMetadataTitleString(java.lang.String pageName,
                                                                 java.lang.String scopeGuid)
Retrieves the value for the title key for a page.
Returns:
a string

escapeForOutputFormatted

public static java.lang.String escapeForOutputFormatted(java.lang.String text)
Returns an encoded version of the specified text suitable for direct use in an ADF Faces OutputFormatted component.

All '&' characters are replaced with "&amp;", '<' with "&lt;", and '>' with "&gt;" in the specified text to result in the encoded string.

Parameters:
text - any text.
Returns:
an encoded version of the specified text suitable for being directly used in an ADF Faces OutputFormatted component.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.