Uses of Class
org.apache.abdera.protocol.server.context.ResponseContextException

Packages that use ResponseContextException
org.apache.abdera.examples.appserver.custom   
org.apache.abdera.examples.appserver.employee   
org.apache.abdera.protocol.server   
org.apache.abdera.protocol.server.adapters.jcr   
org.apache.abdera.protocol.server.provider.managed   
 

Uses of ResponseContextException in org.apache.abdera.examples.appserver.custom
 

Methods in org.apache.abdera.examples.appserver.custom that throw ResponseContextException
 String SimpleAdapter.getAuthor(RequestContext request)
           
 

Uses of ResponseContextException in org.apache.abdera.examples.appserver.employee
 

Methods in org.apache.abdera.examples.appserver.employee that throw ResponseContextException
 void EmployeeCollectionAdapter.deleteEntry(String resourceName, RequestContext request)
           
 List<Person> EmployeeCollectionAdapter.getAuthors(Employee entry, RequestContext request)
           
 Employee EmployeeCollectionAdapter.getEntry(String resourceName, RequestContext request)
           
 Employee EmployeeCollectionAdapter.postEntry(String title, IRI id, String summary, Date updated, List<Person> authors, Content content, RequestContext request)
           
 void EmployeeCollectionAdapter.putEntry(Employee employee, String title, Date updated, List<Person> authors, String summary, Content content, RequestContext request)
           
 

Uses of ResponseContextException in org.apache.abdera.protocol.server
 

Methods in org.apache.abdera.protocol.server that throw ResponseContextException
 void Transactional.start(RequestContext request)
          Called by the provider before dispatching the request to the adapter
 

Uses of ResponseContextException in org.apache.abdera.protocol.server.adapters.jcr
 

Methods in org.apache.abdera.protocol.server.adapters.jcr that throw ResponseContextException
 void JcrCollectionAdapter.deleteEntry(String resourceName, RequestContext request)
           
 String JcrCollectionAdapter.getAuthor(RequestContext request)
           
 List<Person> JcrCollectionAdapter.getAuthors(javax.jcr.Node entry, RequestContext request)
           
 Object JcrCollectionAdapter.getContent(javax.jcr.Node entry, RequestContext request)
           
static Calendar JcrCollectionAdapter.getDateOrNull(javax.jcr.Node node, String propName)
           
 Iterable<javax.jcr.Node> JcrCollectionAdapter.getEntries(RequestContext request)
           
 javax.jcr.Node JcrCollectionAdapter.getEntry(String resourceName, RequestContext request)
           
 String JcrCollectionAdapter.getId(javax.jcr.Node entry)
           
 String JcrCollectionAdapter.getMediaName(javax.jcr.Node entry)
           
 InputStream JcrCollectionAdapter.getMediaStream(javax.jcr.Node entry)
           
 String JcrCollectionAdapter.getName(javax.jcr.Node entry)
           
static String JcrCollectionAdapter.getStringOrNull(javax.jcr.Node node, String propName)
           
 Text JcrCollectionAdapter.getSummary(javax.jcr.Node entry, RequestContext request)
           
 String JcrCollectionAdapter.getTitle(javax.jcr.Node entry)
           
 Date JcrCollectionAdapter.getUpdated(javax.jcr.Node entry)
           
 boolean JcrCollectionAdapter.isMediaEntry(javax.jcr.Node entry)
           
protected  javax.jcr.Node JcrCollectionAdapter.mapEntryToNode(javax.jcr.Node entry, String title, String summary, Date updated, List<Person> authors, Content content, javax.jcr.Session session)
           
 javax.jcr.Node JcrCollectionAdapter.postEntry(String title, IRI id, String summary, Date updated, List<Person> authors, Content content, RequestContext request)
           
protected  javax.jcr.Node JcrCollectionAdapter.postEntry(String title, String summary, Date updated, List<Person> authors, Content content, javax.jcr.Session session, javax.jcr.Node collectionNode, String resourceName, int num)
           
 javax.jcr.Node JcrCollectionAdapter.postMedia(javax.activation.MimeType mimeType, String slug, InputStream inputStream, RequestContext request)
           
 void JcrCollectionAdapter.putEntry(javax.jcr.Node entry, String title, Date updated, List<Person> authors, String summary, Content content, RequestContext request)
           
 void JcrCollectionAdapter.start(RequestContext request)
           
 

Uses of ResponseContextException in org.apache.abdera.protocol.server.provider.managed
 

Methods in org.apache.abdera.protocol.server.provider.managed that throw ResponseContextException
 String ManagedCollectionAdapter.getAuthor(RequestContext request)
           
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.