org.ajax4jsf.renderkit
Class ProducerContextImpl

java.lang.Object
  extended by org.ajax4jsf.renderkit.ProducerContextImpl
All Implemented Interfaces:
org.ajax4jsf.renderkit.ProducerContext

public class ProducerContextImpl
extends java.lang.Object
implements org.ajax4jsf.renderkit.ProducerContext

Since:
3.2.2
Author:
Nick Belaevski

Constructor Summary
ProducerContextImpl(boolean processScripts, boolean processStyles)
           
 
Method Summary
 boolean isProcessScripts()
           
 boolean isProcessStyles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProducerContextImpl

public ProducerContextImpl(boolean processScripts,
                           boolean processStyles)
Method Detail

isProcessScripts

public boolean isProcessScripts()
Specified by:
isProcessScripts in interface org.ajax4jsf.renderkit.ProducerContext

isProcessStyles

public boolean isProcessStyles()
Specified by:
isProcessStyles in interface org.ajax4jsf.renderkit.ProducerContext


Copyright © 2010. All Rights Reserved.