LCFormsAdminService.java
625 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* aQute.bnd.annotation.ProviderType
* org.apache.sling.api.SlingHttpServletRequest
*/
package com.adobe.forms.admin;
import aQute.bnd.annotation.ProviderType;
import org.apache.sling.api.SlingHttpServletRequest;
@ProviderType
public interface LCFormsAdminService {
public void setupLogging(SlingHttpServletRequest var1);
public String getOriginalVersion();
public boolean isKeepDataDescription();
public boolean isEmbedHttpImages();
public boolean isAllowDebugParameters();
public boolean isProtectedMode();
}