Framework Professional Edition Package


com.prosyst.mbs.services.http
Interface AliasProperties


public interface AliasProperties

To each alias registered by the HttpService an AliasProperties object is assigned to keep information about its basics. All AliasProperties objects hosted by the HttpService can be listed using com.prosyst.mbs.services.http.HttpHelper's getAliases method.

Author:
Maria Ivanova
See Also:
HttpHelper

Method Summary
 java.lang.String getAlias()
          Gets the alias to which this registration corresponds.
 long getBundleId()
          Gets the id of the bundle which has registered the resource (servlet).
 java.lang.String getResourcePath()
          ResourceRegistrations return the resource name which has been registered.
 

Method Detail

getBundleId

long getBundleId()
Gets the id of the bundle which has registered the resource (servlet).

Returns:
The bundle Id.

getAlias

java.lang.String getAlias()
Gets the alias to which this registration corresponds.

Returns:
Alias name.

getResourcePath

java.lang.String getResourcePath()
ResourceRegistrations return the resource name which has been registered. Servlet registrations return null.

Returns:
path name of this resource registration, null, in case of servlet registration.

Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved