org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
Class DefaultWindowContextQuotaHandler
java.lang.Object
org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowContextQuotaHandler
- All Implemented Interfaces:
- Serializable, WindowContextQuotaHandler
@ApplicationScoped
public class DefaultWindowContextQuotaHandler
- extends Object
- implements WindowContextQuotaHandler
- Author:
- Gerhard Petracek
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultWindowContextQuotaHandler
public DefaultWindowContextQuotaHandler()
DefaultWindowContextQuotaHandler
@Inject
public DefaultWindowContextQuotaHandler(WindowContextConfig windowContextConfig)
checkQuota
public boolean checkQuota(int activeWindowContextCount)
- Specified by:
checkQuota
in interface WindowContextQuotaHandler
handleQuotaViolation
public void handleQuotaViolation()
- Specified by:
handleQuotaViolation
in interface WindowContextQuotaHandler
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.