⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 iwebcontextopenable.java

📁 esri的ArcGIS Server超级学习模板程序(for java)
💻 JAVA
字号:
package com.esri.solutions.jitk.common.templates.map;

import com.esri.adf.web.data.WebContext;

/**
 * Loads attributes and/or resources into a WebContext.  Possible implementations include:
 * 
 * <ul>
 * 	<li>Loading a set of GIS Resources into a Web Context
 *  <li>Loading a Map Template into a Web Context.
 * </ul>
 */
public interface IWebContextOpenable {

	/**
	 * Loads attributes and/or resources into the specified
	 * {@link WebContext}.
	 * 
	 * @param ctx	Web Context object.
	 */
	public void open (WebContext ctx);
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -