org.jboss.weld.servlet.api
Interface ServletServices

All Superinterfaces:
Service

public interface ServletServices
extends Service

Allows the container to identify BDA in use for a request. This method will be called, in the same thread as the request, every time Weld needs to identify a request. ServletServices is a per-deployment service.

Author:
pmuir

Method Summary
 BeanDeploymentArchive getBeanDeploymentArchive(javax.servlet.ServletContext ctx)
          Get the BDA for the current request.
 
Methods inherited from interface org.jboss.weld.bootstrap.api.Service
cleanup
 

Method Detail

getBeanDeploymentArchive

BeanDeploymentArchive getBeanDeploymentArchive(javax.servlet.ServletContext ctx)
Get the BDA for the current request. The ServletContext is provided for context.

Parameters:
ctx -
Returns:


Copyright © 2008-2009 Seam Framework. All Rights Reserved.