Class DelegateResteasyDeployment

java.lang.Object
org.jboss.resteasy.spi.DelegateResteasyDeployment
All Implemented Interfaces:
ResteasyDeployment

public class DelegateResteasyDeployment extends Object implements ResteasyDeployment
A simple delegating ResteasyDeployment.

All the delegate methods uses getDelegate() to determine the delegate. This allows sub-classes to override the method without requiring the delegating to be known at construction time.

Author:
James R. Perkins