org.apache.myfaces.examples.misc
Class GlobalOptions

java.lang.Object
  extended by org.apache.myfaces.examples.misc.GlobalOptions

public class GlobalOptions
extends Object

Global (dynamically changeable) options for examples application.

Version:
$Revision: 472610 $ $Date: 2006-11-08 14:46:34 -0500 (Wed, 08 Nov 2006) $
Author:
Manfred Geiler (latest modification by $Author: grantsmith $)

Constructor Summary
GlobalOptions()
           
 
Method Summary
 long getNumeric()
           
 String getNumericAsString()
           
 String getPageLayout()
           
 void setPageLayout(String pageLayout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalOptions

public GlobalOptions()
Method Detail

getPageLayout

public String getPageLayout()

setPageLayout

public void setPageLayout(String pageLayout)

getNumericAsString

public String getNumericAsString()

getNumeric

public long getNumeric()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.