Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c Release 1 (12.1.2.0.0)
E23185-01


oracle.adf.view.rich.render
Class OutputMode

java.lang.Object
  extended by oracle.adf.view.rich.render.OutputMode


public final class OutputMode
extends Object

List of static constants that are supported by the rich client for the rendering context output mode. Use the constants within this file to compare to the return value from the RenderingContext.getOutputMode() method to determine the current output mode for the renderers. Usage: boolean printable = OutputMode.PRINTABLE.equals(renderingContext.getOutputMode());


Field Summary
static String EMAIL
          Mode for the rendering context to put renders into a state to render emailable pages.
static String PRINTABLE
          Mode for the rendering context to put renders into a state to render printable pages.

 

Method Summary

 

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

 

Field Detail

PRINTABLE

public static final String PRINTABLE
Mode for the rendering context to put renders into a state to render printable pages.

EMAIL

public static final String EMAIL
Mode for the rendering context to put renders into a state to render emailable pages.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c Release 1 (12.1.2.0.0)
E23185-01


Copyright © 2013 Oracle Corporation. All Rights Reserved.