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

org.ajax4jsf.framework.util.command.CommandScript Maven / Gradle / Ivy

Go to download

Ajax4jsf is an open source extension to the JavaServer Faces standard that adds AJAX capability to JSF applications without requiring the writing of any JavaScript.

The newest version!
package org.ajax4jsf.framework.util.command;

import org.ajax4jsf.framework.resource.ClientScript;

public class CommandScript extends ClientScript {

	
	public String getJavaScript() {
		return "command.js";
	}

	protected boolean isUsePrototype() {
		return true;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy