com.sun.faces.mock.MockResponseStateManager Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsf-extensions-test-time Show documentation
Show all versions of jsf-extensions-test-time Show documentation
Run time jsf-extensions
mvn -Prelease-sign-artifacts -Dgpg.passphrase=PASSPHRASE deploy
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.sun.faces.mock;
import javax.faces.render.ResponseStateManager;
/**
*
* @author edburns
*/
public class MockResponseStateManager extends ResponseStateManager {
}