|
63 | 63 | <!ENTITY jee6.javadoc.path "http://docs.oracle.com/javaee/6/api"> |
64 | 64 | <!ENTITY jdk6.javadoc.path "http://docs.oracle.com/javase/6/docs/api"> |
65 | 65 | <!ENTITY jdk7.javadoc.path "http://docs.oracle.com/javase/7/docs/api"> |
| 66 | +<!ENTITY jdk6.javadoc.httpserver "http://docs.oracle.com/javase/6/docs/jre/api/net/httpserver/spec"> |
| 67 | +<!ENTITY jsr.path "http://jcp.org/en/jsr/detail?id="> |
| 68 | +<!ENTITY maven.java.net.releases.link "https://maven.java.net/content/repositories/releases/"> |
66 | 69 |
|
67 | 70 | <!ENTITY hk2.javadoc.path "https://hk2.java.net/apidocs"> |
68 | 71 |
|
69 | 72 | <!ENTITY wadl.project.link "<link xlink:href='http://wadl.java.net/'>WADL</link>"> |
70 | 73 | <!ENTITY sse.spec.link "<link xlink:href='http://www.w3.org/TR/2009/WD-eventsource-20091029/'>SSE API specification</link>"> |
71 | 74 | <!ENTITY grizzly.link "<link xlink:href='http://grizzly.java.net/'>Grizzly</link>"> |
| 75 | +<!ENTITY simple.link "<link xlink:href='http://www.simpleframework.org/'>Simple</link>"> |
72 | 76 | <!ENTITY hk2.link "<link xlink:href='http://hk2.java.net/'>HK2</link>"> |
73 | 77 | <!ENTITY maven.link "<link xlink:href='http://maven.apache.org/'>Apache Maven</link>"> |
74 | 78 | <!ENTITY maven.central.repo.link "<link xlink:href='http://search.maven.org/'>Central Maven Repository</link>"> |
|
86 | 90 | <!ENTITY bv11.javadoc.path "http://docs.jboss.org/hibernate/beanvalidation/spec/1.1/api"> |
87 | 91 |
|
88 | 92 | <!ENTITY wikipedia.path "http://en.wikipedia.org/wiki"> |
| 93 | +<!ENTITY osgi.wiki.path "http://wiki.osgi.org/wiki"> |
| 94 | +<!ENTITY osgi.path "<link xlink:href='http://www.osgi.org/Download/Release4V42'>here</link>"> |
| 95 | +<!ENTITY felix.path "<link xlink:href='http://felix.apache.org/site/index.html'>Apache Felix</link>"> |
| 96 | +<!ENTITY pax.path "<link xlink:href='http://ops4j1.jira.com/wiki/display/PAXEXAM3/Pax+Exam'>PAX Exam</link>"> |
89 | 97 |
|
90 | | - |
| 98 | +<!ENTITY jsr311.path "<link xlink:href='&jsr.path;311'>JSR 311</link>"> |
| 99 | +<!ENTITY jsr315.path "<link xlink:href='&jsr.path;315'>JSR 315</link>"> |
| 100 | +<!ENTITY weblogic.guide "<link xlink:href='http://docs.oracle.com/middleware/1212/wls/RESTF/version-restful-service.htm'>guide</link>"> |
| 101 | +<!ENTITY cloud.guide "<link xlink:href='http://docs.oracle.com/cloud/131/developer_services/CSJSU/java-develop.htm#BABHDAJH'>guide</link>"> |
91 | 102 |
|
92 | 103 | <!-- Common Literals --> |
93 | 104 | <!ENTITY lit.null "<literal>null</literal>"> |
|
123 | 134 | <!ENTITY jdk6.ParameterizedType "<link xlink:href='&jdk6.javadoc.path;/java/lang/reflect/ParameterizedType.html'>ParameterizedType</link>"> |
124 | 135 | <!ENTITY jdk6.DynamicMBean "<link xlink:href='&jdk6.javadoc.path;/javax/management/DynamicMBean.html'>DynamicMBean</link>"> |
125 | 136 | <!ENTITY jdk6.ObjectName "<link xlink:href='&jdk6.javadoc.path;/javax/management/ObjectName.html'>ObjectName</link>"> |
| 137 | +<!ENTITY jdk6.HttpServer "<link xlink:href='&jdk6.javadoc.httpserver;/com/sun/net/httpserver/HttpServer.html'>HttpServer</link>"> |
| 138 | +<!ENTITY jdk6.NIO "<link xlink:href='&jdk6.javadoc.path;/java/nio/package-summary.html'>NIO</link>"> |
126 | 139 |
|
127 | 140 | <!ENTITY jdk7.org.w3c.dom.Document "<link xlink:href='&jdk7.javadoc.path;/org/w3c/dom/Document.html'>Document</link>"> |
128 | 141 | <!ENTITY jdk7.StreamSource "<link xlink:href='&jdk7.javadoc.path;/javax/xml/transform/stream/StreamSource.html'>StreamSource</link>"> |
|
258 | 271 | <!ENTITY jersey.apache.ApacheConnector "<link xlink:href='&jersey.javadoc.path;/apache/connector/ApacheConnector.html'>ApacheConnector</link>"> |
259 | 272 | <!ENTITY jersey.grizzly.GrizzlyConnector "<link xlink:href='&jersey.javadoc.path;/grizzly/connector/GrizzlyConnector.html'>GrizzlyConnector</link>"> |
260 | 273 | <!ENTITY jersey.jetty.JettyConnector "<link xlink:href='&jersey.javadoc.path;/jetty/connector/JettyConnector.html'>JettyConnector</link>"> |
| 274 | +<!ENTITY jersey.grizzly.JdkHttpServerFactory "<link xlink:href='&jersey.javadoc.path;/jdkhttp/JdkHttpServerFactory.html'>JdkHttpServerFactory</link>"> |
261 | 275 | <!ENTITY jersey.client.HttpUrlConnector "<link xlink:href='&jersey.javadoc.path;/client/HttpUrlConnector.html'>HttpUrlConnector</link>"> |
262 | 276 | <!ENTITY jersey.client.ClientConfig "<link xlink:href='&jersey.javadoc.path;/client/ClientConfig.html'>ClientConfig</link>"> |
263 | 277 | <!ENTITY jersey.client.ClientProperties "<link xlink:href='&jersey.javadoc.path;/client/ClientProperties.html'>ClientProperties</link>"> |
|
298 | 312 | <!ENTITY jersey.sse.OutboundEventWriter "<link xlink:href='&jersey.javadoc.path;/media/sse/OutboundEventWriter.html'>OutboundEventWriter</link>"> |
299 | 313 | <!ENTITY jersey.sse.SseBroadcaster "<link xlink:href='&jersey.javadoc.path;/media/sse/SseBroadcaster.html'>SseBroadcaster</link>"> |
300 | 314 | <!ENTITY jersey.sse.SseFeature "<link xlink:href='&jersey.javadoc.path;/media/sse/SseFeature.html'>SseFeature</link>"> |
| 315 | +<!ENTITY jersey.containers.ServletContainer "<link xlink:href='&jersey.javadoc.path;/servlet/ServletContainer.html'>ServletContainer</link>"> |
301 | 316 |
|
302 | 317 | <!ENTITY jersey.common.Beta "<link xlink:href='&jersey.javadoc.path;/Beta.html'>Beta</link>"> |
303 | 318 | <!ENTITY jersey.common.CommonProperties "<link xlink:href='&jersey.javadoc.path;/CommonProperties.html'>CommonProperties</link>"> |
|
415 | 430 | <!ENTITY jersey.server.monitoring.TimeWindowStatistics "<link xlink:href='&jersey.javadoc.path;/server/monitoring/TimeWindowStatistics.html'>TimeWindowStatistics</link>"> |
416 | 431 |
|
417 | 432 | <!ENTITY jersey.server.spi.ComponentProvider "<link xlink:href='&jersey.javadoc.path;/server/spi/ComponentProvider.html'>ComponentProvider</link>"> |
| 433 | +<!ENTITY jersey.server.spi.ContainerProvider "<link xlink:href='&jersey.javadoc.path;/server/spi/ContainerProvider.html'>ContainerProvider</link>"> |
418 | 434 |
|
419 | 435 |
|
420 | 436 | <!ENTITY jersey.client.oauth1.AccessToken "<link xlink:href='&jersey.javadoc.path;/client/oauth1/AccessToken.html'>AccessToken</link>"> |
|
466 | 482 | <!ENTITY jersey.github.spring.example.path "<link xlink:href='&jersey.github.examples.path;/helloworld-spring-webapp'>Spring DI example</link>"> |
467 | 483 | <!ENTITY jersey.github.oauth1.twitter.client "<link xlink:href='&jersey.github.examples.path;/oauth-client-twitter'>OAuth 1 Twitter Client example</link>"> |
468 | 484 | <!ENTITY jersey.github.oauth2.google.client "<link xlink:href='&jersey.github.examples.path;/oauth2-client-google-webapp'>OAuth 2 Google Client WebApp example</link>"> |
| 485 | +<!ENTITY jersey.github.osgi.webapp "<link xlink:href='&jersey.github.examples.path;/osgi-helloworld-webapp'>WAB Example</link>"> |
| 486 | +<!ENTITY jersey.github.osgi.httpservice "<link xlink:href='&jersey.github.examples.path;/osgi-http-service'>HTTP Service example</link>"> |
| 487 | + |
| 488 | +<!-- Jersey maven repo links --> |
| 489 | +<!ENTITY repo.osgi.httpservice.bundle "<link xlink:href='&maven.java.net.releases.link;org/glassfish/jersey/examples/osgi-http-service/bundle/&version;'>repository</link>"> |
469 | 490 |
|
470 | 491 | <!-- JEE links --> |
471 | 492 | <!ENTITY jee6.annotations.RolesAllowed "<link xlink:href='&jee6.javadoc.path;/javax/annotation/security/RolesAllowed.html'>@RolesAllowed</link>"> |
|
509 | 530 | <!ENTITY wiki.Multipart "<link xlink:href='&wikipedia.path;/MIME#Multipart_messages'>MIME multipart message</link>"> |
510 | 531 | <!ENTITY wiki.MultipartMixed "<link xlink:href='&wikipedia.path;/MIME#Mixed'>multipart/mixed</link>"> |
511 | 532 | <!ENTITY wiki.JavaMemoryModel "<link xlink:href='&wikipedia.path;/Java_Memory_Model'>Java Memory Model</link>"> |
| 533 | +<!ENTITY localhost.example.osgi.http "<link xlink:href='http://localhost:8080/osgi/jersey-http-service/status'>http://localhost:8080/osgi/jersey-http-service/status</link>"> |
| 534 | +<!ENTITY osgi.wiki.headers "<link xlink:href='&osgi.wiki.path;/Category:Manifest_Header'>OSGi WIKI</link>"> |
512 | 535 |
|
513 | 536 | <!-- API Literals --> |
514 | 537 | <!ENTITY lit.jaxrs.ApplicationPath "<literal>@ApplicationPath</literal>"> |
|
723 | 746 | <!ENTITY lit.jersey.server.monitoring.TimeWindowStatistics "<literal>TimeWindowStatistics</literal>"> |
724 | 747 |
|
725 | 748 | <!ENTITY lit.jersey.server.spi.ComponentProvider "<literal>ComponentProvider</literal>"> |
| 749 | +<!ENTITY lit.jersey.server.spi.ContainerProvider "<literal>ContainerProvider</literal>"> |
726 | 750 |
|
727 | 751 | <!ENTITY lit.jersey.client.oauth1.AccessToken "<literal>AccessToken</literal>"> |
728 | 752 | <!ENTITY lit.jersey.client.oauth1.ConsumerCredentials "<literal>ConsumerCredentials</literal>"> |
|
0 commit comments