org.apache.myfaces.tomahawk.config
Class TomahawkConfig

java.lang.Object
  extended by org.apache.myfaces.tomahawk.config.TomahawkConfig

public class TomahawkConfig
extends Object

Author:
lu4242

Constructor Summary
TomahawkConfig()
           
 
Method Summary
static TomahawkConfig getCurrentInstance(javax.faces.context.ExternalContext extCtx)
           
static TomahawkConfig getCurrentInstance(javax.faces.context.FacesContext facesContext)
           
 boolean isPrefixCaptchaSessionKey()
           
 void setPrefixCaptchaSessionKey(boolean prefixCaptchaSessionKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TomahawkConfig

public TomahawkConfig()
Method Detail

getCurrentInstance

public static TomahawkConfig getCurrentInstance(javax.faces.context.FacesContext facesContext)

getCurrentInstance

public static TomahawkConfig getCurrentInstance(javax.faces.context.ExternalContext extCtx)

isPrefixCaptchaSessionKey

public boolean isPrefixCaptchaSessionKey()
Returns:
the prefixCaptchaSessionKey

setPrefixCaptchaSessionKey

public void setPrefixCaptchaSessionKey(boolean prefixCaptchaSessionKey)
Parameters:
prefixCaptchaSessionKey - the prefixCaptchaSessionKey to set


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