org.jboss.seam.security.external.virtualapplications
Class VirtualApplicationContext
java.lang.Object
org.jboss.seam.security.external.virtualapplications.VirtualApplicationContext
- All Implemented Interfaces:
- Context
public class VirtualApplicationContext
- extends Object
- implements Context
- Author:
- Marcel Kolsteren
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VirtualApplicationContext
public VirtualApplicationContext()
getBeanStore
protected HashMapBeanStore getBeanStore()
initialize
public void initialize(ServletContext servletContext)
destroy
public void destroy()
create
public void create(String hostName)
remove
public void remove()
isExistingVirtualApplication
public boolean isExistingVirtualApplication(String hostName)
attach
public void attach(String hostName)
detach
public void detach()
get
public <T> T get(Contextual<T> contextual,
CreationalContext<T> creationalContext)
- Specified by:
get in interface Context
get
public <T> T get(Contextual<T> contextual)
- Specified by:
get in interface Context
getScope
public Class<? extends Annotation> getScope()
- Specified by:
getScope in interface Context
isActive
public boolean isActive()
- Specified by:
isActive in interface Context
Copyright © 2011 Seam Framework. All Rights Reserved.