All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.viaoa.web.OAJspRequirementsInterface Maven / Gradle / Ivy

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