portletactionconstants.java

来自「struts 2 核心包 的源码 有错误是难免的」· Java 代码 · 共 32 行

JAVA
32
字号
// Decompiled by Jad v1.5.8e2. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://kpdus.tripod.com/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi space 
// Source File Name:   PortletActionConstants.java

package org.apache.struts2.portlet;


public interface PortletActionConstants
{

	public static final String DEFAULT_ACTION_NAME = "default";
	public static final String ACTION_PARAM = "struts.portlet.action";
	public static final String MODE_PARAM = "struts.portlet.mode";
	public static final String PHASE = "struts.portlet.phase";
	public static final Integer RENDER_PHASE = new Integer(1);
	public static final Integer EVENT_PHASE = new Integer(2);
	public static final String REQUEST = "struts.portlet.request";
	public static final String RESPONSE = "struts.portlet.response";
	public static final String EVENT_ACTION = "struts.portlet.eventAction";
	public static final String PORTLET_CONFIG = "struts.portlet.config";
	public static final String ERROR_ACTION = "errorHandler";
	public static final String PORTLET_NAMESPACE = "struts.portlet.portletNamespace";
	public static final String MODE_NAMESPACE_MAP = "struts.portlet.modeNamespaceMap";
	public static final String DEFAULT_ACTION_FOR_MODE = "struts.portlet.defaultActionForMode";
	public static final String ACTION_RESET = "struts.portlet.actionReset";
	public static final String RENDER_DIRECT_LOCATION = "struts.portlet.renderDirectLocation";
	public static final String STACK_FROM_EVENT_PHASE = "struts.portlet.valueStackFromEventPhase";
	public static final String DEFAULT_DISPATCHER_SERVLET_NAME = "Struts2PortletDispatcherServlet";

}

⌨️ 快捷键说明

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