GeoPubby  Version 0.1.0.0
PubbyNegotiator Class Reference
Collaboration diagram for PubbyNegotiator:

Static Public Member Functions

static ContentTypeNegotiator getPubbyNegotiator ()
 
static ContentTypeNegotiator getDataNegotiator ()
 

Static Package Functions

 [static initializer]
 

Static Private Attributes

static final ContentTypeNegotiator pubbyNegotiator
 
static final ContentTypeNegotiator dataNegotiator
 

Member Function Documentation

◆ [static initializer]()

◆ getDataNegotiator()

static ContentTypeNegotiator getDataNegotiator ( )
static

◆ getPubbyNegotiator()

static ContentTypeNegotiator getPubbyNegotiator ( )
static
159  {
160  return pubbyNegotiator;
161  }
static final ContentTypeNegotiator pubbyNegotiator
Definition: PubbyNegotiator.java:6

References PubbyNegotiator.pubbyNegotiator.

Referenced by WebURIServlet.doGet(), and PubbyNegotiatorTest.setUp().

Member Data Documentation

◆ dataNegotiator

◆ pubbyNegotiator