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

org.nutz.plugins.view.MultiViewResover Maven / Gradle / Ivy

There is a newer version: 1.r.69.v20220215
Show newest version
package org.nutz.plugins.view;

import java.util.LinkedHashMap;

/**
 * 用于注入的多视图
 * @author denghuafeng ([email protected])
 *
 */
public class MultiViewResover {
	private LinkedHashMap resolvers;

	public LinkedHashMap getResolvers() {
		return resolvers;
	}

	public void setResolvers(LinkedHashMap resolvers) {
		this.resolvers = resolvers;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy