All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.opensymphony.xwork.config.ExternalReferenceResolver Maven / Gradle / Ivy

There is a newer version: 2.2.5
Show newest version
/*
 * Copyright (c) 2002-2006 by OpenSymphony
 * All rights reserved.
 */
package com.opensymphony.xwork.config;

import com.opensymphony.xwork.ActionInvocation;


/**
 * Resolves references declared in the action configuration from an external source
 */
public interface ExternalReferenceResolver {

    public void resolveReferences(ActionInvocation invocation) throws ReferenceResolverException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy