Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-05


oracle.adf.view.rich.render
Class OutputMode

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


public final class OutputMode
extends java.lang.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 java.lang.String EMAIL
          Mode for the rendering context to put renders into a state to render emailable pages.
static java.lang.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 java.lang.String PRINTABLE
Mode for the rendering context to put renders into a state to render printable pages.
See Also:
Constant Field Values

EMAIL

public static final java.lang.String EMAIL
Mode for the rendering context to put renders into a state to render emailable pages.
See Also:
Constant Field Values

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-05


Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.