com.opensymphony.xwork.config
Interface ExternalReferenceResolver


public interface ExternalReferenceResolver

Resolves references declared in the action configuration from an external source


Method Summary
 void resolveReferences(ActionInvocation invocation)
           
 

Method Detail

resolveReferences

public void resolveReferences(ActionInvocation invocation)
                       throws ReferenceResolverException
Throws:
ReferenceResolverException

XWork Project Page