|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GDataRequest.GDataRequestType | |
|---|---|
| org.apache.lucene.gdata.server | GData-Server classes encapsulation all protocol-level interactions and underlaying GData components. |
| org.apache.lucene.gdata.servlet.handler | GData Request Handler. |
| Uses of GDataRequest.GDataRequestType in org.apache.lucene.gdata.server |
|---|
| Methods in org.apache.lucene.gdata.server that return GDataRequest.GDataRequestType | |
|---|---|
GDataRequest.GDataRequestType |
GDataRequest.getType()
GDataRequest.GDataRequestType |
static GDataRequest.GDataRequestType |
GDataRequest.GDataRequestType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GDataRequest.GDataRequestType[] |
GDataRequest.GDataRequestType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Constructors in org.apache.lucene.gdata.server with parameters of type GDataRequest.GDataRequestType | |
|---|---|
GDataRequest(HttpServletRequest requst,
GDataRequest.GDataRequestType type)
Creates a new FeedRequest |
|
| Uses of GDataRequest.GDataRequestType in org.apache.lucene.gdata.servlet.handler |
|---|
| Methods in org.apache.lucene.gdata.servlet.handler with parameters of type GDataRequest.GDataRequestType | |
|---|---|
protected void |
AbstractGdataRequestHandler.initializeRequestHandler(HttpServletRequest request,
HttpServletResponse response,
GDataRequest.GDataRequestType type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||