Uses of Class
org.apache.abdera.protocol.server.RequestContext.Property

Packages that use RequestContext.Property
org.apache.abdera.protocol.server   
org.apache.abdera.protocol.server.context   
org.apache.abdera.protocol.server.servlet   
 

Uses of RequestContext.Property in org.apache.abdera.protocol.server
 

Methods in org.apache.abdera.protocol.server that return RequestContext.Property
static RequestContext.Property RequestContext.Property.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RequestContext.Property[] RequestContext.Property.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.abdera.protocol.server with parameters of type RequestContext.Property
 Object RequestContext.getProperty(RequestContext.Property property)
          Get the specified system property
 

Uses of RequestContext.Property in org.apache.abdera.protocol.server.context
 

Methods in org.apache.abdera.protocol.server.context with parameters of type RequestContext.Property
 Object RequestContextWrapper.getProperty(RequestContext.Property property)
           
 

Uses of RequestContext.Property in org.apache.abdera.protocol.server.servlet
 

Methods in org.apache.abdera.protocol.server.servlet with parameters of type RequestContext.Property
 Object ServletRequestContext.getProperty(RequestContext.Property property)
           
 



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