|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface ApplicationPath
Identifies the application path that serves as the base URI
for all resource URIs provided by Path
. May only be
applied to a subclass of Application
.
When published in a Servlet container, the value of the application path may be overridden using a servlet-mapping element in the web.xml.
Application
,
Path
Required Element Summary | |
---|---|
java.lang.String |
value
Defines the base URI for all resource URIs. |
Element Detail |
---|
public abstract java.lang.String value
The supplied value is automatically percent
encoded to conform to the path
production of
RFC 3986 section 3.3.
Note that percent encoded values are allowed in the value, an
implementation will recognize such values and will not double
encode the '%' character.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41