org.jboss.seam.security.external.virtualapplications
Class VirtualApplicationManager
java.lang.Object
org.jboss.seam.security.external.virtualapplications.VirtualApplicationManager
@ApplicationScoped
public class VirtualApplicationManager
- extends Object
- Author:
- Marcel Kolsteren
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VirtualApplicationManager
public VirtualApplicationManager()
servletInitialized
protected void servletInitialized(@Observes@Initialized
ServletContext context)
servletDestroyed
protected void servletDestroyed(@Observes@Destroyed
ServletContext context)
requestInitialized
protected void requestInitialized(@Observes@Initialized
ServletRequest request)
requestDestroyed
protected void requestDestroyed(@Observes@Destroyed
ServletRequest request)
attach
public void attach(String hostName)
detach
public void detach()
getHostNames
public Set<String> getHostNames()
Copyright © 2011 Seam Framework. All Rights Reserved.