org.jboss.seam.security.external.virtualapplications.api
Interface AfterVirtualApplicationManagerCreation
- All Known Implementing Classes:
- AfterVirtualApplicationManagerCreationEvent
public interface AfterVirtualApplicationManagerCreation
Event that is fired after the virtual application manager has been created.
Observers to this event can add virtual applications to the environment. For
details about how to use this event, refer to
VirtualApplicationScoped.
- Author:
- Marcel Kolsteren
addVirtualApplication
void addVirtualApplication(String hostName)
Copyright © 2011 Seam Framework. All Rights Reserved.