RenderCondition.java
346 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* javax.servlet.ServletException
*/
package com.adobe.granite.ui.components.rendercondition;
import java.io.IOException;
import javax.servlet.ServletException;
public interface RenderCondition {
public boolean check() throws ServletException, IOException;
}