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

All Known Implementing Classes:
DefaultJspMapping

public interface JspMapping

Jsp mapping.

Since:
0.4.0, March 15, 2008
Author:
Alin Dreghiciu

Method Summary
 java.lang.String getHttpContextId()
          Getter.
 java.lang.String[] getUrlPatterns()
          Getter.
 

Method Detail

getHttpContextId

java.lang.String getHttpContextId()
Getter.

Returns:
id of the http context this jsp belongs to

getUrlPatterns

java.lang.String[] getUrlPatterns()
Getter.

Returns:
an array of url patterns this jsp support maps to. If null, a default "*.jsp" will be used.


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