Skip navigation links


com.bea.p13n.content.internal
Class RenderableContentFactory

java.lang.Object
  extended by com.bea.p13n.content.internal.RenderableContentFactory


public class RenderableContentFactory
extends Object

Constructor Summary
RenderableContentFactory()
           

 

Method Summary
static RenderableContent getRenderableContent(Object content)
          Retrieves RenderableContent
static RenderableContent getRenderableContent(Object content, ContentContext contentContext)
          Retrieves RenderableContent.

 

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

 

Constructor Detail

RenderableContentFactory

public RenderableContentFactory()

Method Detail

getRenderableContent

public static RenderableContent getRenderableContent(Object content)
Retrieves RenderableContent
Parameters
content -
Returns

getRenderableContent

public static RenderableContent getRenderableContent(Object content,
                                                     ContentContext contentContext)
Retrieves RenderableContent. Use this factory method if you need to provide a specific ContentContext to retrieve Version information for example with DA privileges.
Parameters
content -
contentContext -
Returns

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.