
com.viaoa.web.OAJspRequirementsInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of oa-web Show documentation
Show all versions of oa-web Show documentation
Object Automation Web library
package com.viaoa.web;
public interface OAJspRequirementsInterface {
/**
* names of CSS to include on page
* see OAJspDelegate#registerRequiredCss(String, String)
*/
public String[] getRequiredCssNames();
/**
* names of JS to include on page
* see OAJspDelegate#registerRequiredCss(String, String)
*/
public String[] getRequiredJsNames();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy