Skip navigation links

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


oracle.adf.view.rich.util
Class BuildInfo

java.lang.Object
  extended by oracle.adf.view.rich.util.BuildInfo


public class BuildInfo
extends java.lang.Object

The BuildInfo provides information pertaining to the version of dependancies in use. Detailed build information is logged for all the dependencies listed in the file "build-info.properties". The information provided by this class is used in stamping the build version information at the bottom of every page (provided context param "oracle.adf.view.rich.versionString.HIDDEN" is false)


Constructor Summary
BuildInfo()
           

 

Method Summary
static java.lang.String getVersionInformation()
          Returns a String containing the api and version information, if present.
static java.lang.String getVersionInformation(org.apache.myfaces.trinidad.context.RequestContext trinContext)
          Returns a String containing the api and implementation version information, if present.

 

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

 

Constructor Detail

BuildInfo

public BuildInfo()

Method Detail

getVersionInformation

public static java.lang.String getVersionInformation()
Returns a String containing the api and version information, if present. This version of the class will first check to see if there is an active RequestContext. If there is then it is used to try to retrieve the version information. If it is not present, the version information is created from scratch.
Returns:
String Detailed version information of dependencies

getVersionInformation

public static java.lang.String getVersionInformation(org.apache.myfaces.trinidad.context.RequestContext trinContext)
Returns a String containing the api and implementation version information, if present.
Parameters:
trinContext - RequestContext
Returns:
String Detailed version information of dependencies

Skip navigation links

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


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