public class TicketResource
extends org.restlet.resource.Resource
| Modifier and Type | Class and Description |
|---|---|
protected class |
TicketResource.RestletWebRequest |
| Constructor and Description |
|---|
TicketResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptRepresentation(org.restlet.resource.Representation entity) |
boolean |
allowGet() |
boolean |
allowPost() |
protected org.restlet.data.Status |
determineStatus()
Template method for determining which status to return on a successful ticket creation.
|
protected Credentials |
obtainCredentials() |
allowDelete, allowPut, delete, getPreferredRepresentation, getPreferredVariant, getRepresentation, getVariants, handleDelete, handleGet, handlePost, handlePut, init, isAvailable, isModifiable, isNegotiateContent, isReadable, post, put, removeRepresentations, represent, represent, setAvailable, setModifiable, setNegotiateContent, setReadable, setVariants, storeRepresentationpublic final boolean allowGet()
allowGet in class org.restlet.resource.Resourcepublic final boolean allowPost()
allowPost in class org.restlet.resource.Resourcepublic final void acceptRepresentation(org.restlet.resource.Representation entity)
throws org.restlet.resource.ResourceException
acceptRepresentation in class org.restlet.resource.Resourceorg.restlet.resource.ResourceExceptionprotected org.restlet.data.Status determineStatus()
protected Credentials obtainCredentials()
Copyright © 2004-2012 Jasig. All Rights Reserved.