Class ScopedRunner

java.lang.Object
com.sun.faces.util.ScopedRunner

public class ScopedRunner extends Object
This class helps in letting code run within its own scope. Such scope is defined by specific variables being available to EL within it. The request scope is used to store the variables.