org.glassfish.jersey.server.model
Interface Parameterized

All Known Implementing Classes:
HandlerConstructor, Invocable

public interface Parameterized

Used in the resource model to capture information on method parameters.

Author:
Marc Hadley, Jakub Podlesak (jakub.podlesak at oracle.com)
See Also:
Parameter

Method Summary
 java.util.List<Parameter> getParameters()
          Provides access to all parameters associated with given Parameterized instance.
 boolean requiresEntity()
          Provides information on presence of an entity parameter.
 

Method Detail

getParameters

java.util.List<Parameter> getParameters()
Provides access to all parameters associated with given Parameterized instance.

Returns:
list of actual parameters

requiresEntity

boolean requiresEntity()
Provides information on presence of an entity parameter.

Returns:
true if entity parameter is present, false otherwise


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.