org.jboss.seam.security.external.virtualapplications.api
Interface VirtualApplication

All Known Implementing Classes:
VirtualApplicationBean

public interface VirtualApplication

This virtual application scoped bean is automatically created in the virtual application scope as soon as the virtual application is created. It can be used to get virtual application properties. For background about the virtual application scope, see VirtualApplicationScoped.

Author:
Marcel Kolsteren

Method Summary
 String getHostName()
           
 

Method Detail

getHostName

String getHostName()


Copyright © 2011 Seam Framework. All Rights Reserved.