net.sf.morph.context
Interface DelegatingContext

All Superinterfaces:
Context
All Known Implementing Classes:
HttpServletContext, JspContext, MapContext, ReflectorHierarchicalContext

public interface DelegatingContext
extends Context

A context that retrieves and sets information on a delegate rather than holding the information itself.

Since:
Nov 29, 2004
Author:
Matt Sgarlata

Method Summary
 java.lang.Object getDelegate()
           
 void setDelegate(java.lang.Object delegate)
           
 
Methods inherited from interface net.sf.morph.context.Context
get, getPropertyNames, set
 

Method Detail

getDelegate

java.lang.Object getDelegate()

setDelegate

void setDelegate(java.lang.Object delegate)


Copyright © 2004-2008.