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

com.github.panhongan.util.web.page.AbstractOutputWriter Maven / Gradle / Ivy

There is a newer version: 0.1.8
Show newest version
package com.github.panhongan.util.web.page;


import com.github.panhongan.util.control.workflow.WorkflowNode;

public abstract class AbstractOutputWriter extends WorkflowNode {
	
	public AbstractOutputWriter(String node_name) {
		super(node_name);
	}

	public abstract Object processData(Object input);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy