org.ops4j.pax.web.extender.whiteboard
Interface ResourceMapping

All Known Implementing Classes:
DefaultResourceMapping

public interface ResourceMapping

Resource mapping.

Since:
0.4.0, April 05, 2008
Author:
Alin Dreghiciu

Method Summary
 java.lang.String getAlias()
          Getter.
 java.lang.String getHttpContextId()
          Getter.
 java.lang.String getPath()
          Getter.
 

Method Detail

getHttpContextId

java.lang.String getHttpContextId()
Getter.

Returns:
id of the http context this resource belongs to

getAlias

java.lang.String getAlias()
Getter.

Returns:
resource alias

getPath

java.lang.String getPath()
Getter.

Returns:
local path in the bundle


Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.