com.google.code.rees.scope.container.ScopeContainerProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of struts2-conversation-scope-plugin Show documentation
Show all versions of struts2-conversation-scope-plugin Show documentation
A Struts2 plugin for leveraging conversation scopes in Struts2
package com.google.code.rees.scope.container;
import java.io.Serializable;
public interface ScopeContainerProvider extends Serializable {
ScopeContainer getScopeContainer();
}