|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.server.model.ResourceConstructor
public class ResourceConstructor
Abstraction for a resource class constructor
| Constructor Summary | |
|---|---|
ResourceConstructor(Constructor constructor)
Creates a new instance of ResourceConstructor |
|
| Method Summary | |
|---|---|
void |
accept(ResourceModelVisitor visitor)
A component should call the visitor back with an appropriate visitor interface method to give it a chance to process. |
List<ResourceModelComponent> |
getComponents()
Should return all existing resource model sub-components. |
Constructor |
getCtor()
|
List<Parameter> |
getParameters()
Provides access to all parameters associated with given Parameterized instance. |
boolean |
hasEntity()
Provides information on presence of an entity parameter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceConstructor(Constructor constructor)
| Method Detail |
|---|
public List<Parameter> getParameters()
Parameterized
getParameters in interface Parameterizedpublic boolean hasEntity()
Parameterized
hasEntity in interface Parameterizedpublic Constructor getCtor()
public void accept(ResourceModelVisitor visitor)
ResourceModelComponent
accept in interface ResourceModelComponentvisitor - resource model visitor.public List<ResourceModelComponent> getComponents()
ResourceModelComponent
getComponents in interface ResourceModelComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||