1 4 package com.opensymphony.webwork.portlet; 5 6 7 11 public interface WebWorkPortletStatics { 12 13 public static final String PORTLET_REQUEST = "com.opensymphony.webwork.portlet.PortletRequest"; 14 public static final String PORTLET_RESPONSE = "com.opensymphony.webwork.portlet.PortletResponse"; 15 public static final String PORTLET_CONTEXT = "com.opensymphony.webwork.portlet.context.PortletContext"; 16 public static final String APPLICATION_SCOPE_SESSION = "com.opensymphony.webwork.portlet.ApplicationScopeSession"; 17 public static final String RENDER_TEMPLATE = "com.opensymphony.webwork.portlet.RenderTemplate"; 18 public static final String VALUE_STACK = "com.opensymphony.webwork.portlet.ValueStack"; 19 public static final String WEBWORK_VALUESTACK_KEY = "com.opensymphony.webwork.portlet.WebworkValueStackKey"; 20 public static final String PORTLET_DISPATCHER = "com.opensymphony.webwork.portlet.PortletDispatcher"; 21 public static final String PORTLET_RESULT = "com.opensymphony.webwork.portlet.PortletResult"; 22 public static final String PORTLET_DEFAULT_RESULT = "com.opensymphony.webwork.portlet.PortletDefaultResult"; 23 public static final String PORTLET_CONTENT_TYPE = "com.opensymphony.webwork.portlet.PortletContentType"; 24 public static final String PORTLET_DEFAULT_CONTENT_TYPE = "com.opensymphony.webwork.portlet.PortletDefalutContentType"; 25 public static final String PORTLET_ACTION_URL = "com.opensymphony.webwork.portlet.PortletActionURL"; 26 public static final String PORTLET_SESSION = "com.opensymphony.webwork.portlet.PortletSession"; 27 public static final String ACTION_CONTEXT_MAP = "com.opensymphony.webwork.portlet.ActionContextMap"; 28 public static final String NAME_ACTION = "com.opensymphony.webwork.portlet.NameAction"; 29 public static final String PORTLET_RUN_TAG = "com.opensymphony.webwork.portlet.PortletRunTag"; 30 public static final String USER_UID = "com.opensymphony.webwork.portlet.UserUID"; 31 public static final String PORTLET_INSTANCE_UID = "com.opensymphony.webwork.portlet.PortletInstanceUID"; 32 public static final String PORTLET_MODE = "com.opensymphony.webwork.portlet.PortletMode"; 33 public static final String SITEMESH_FACTORY = "com.opensymphony.webwork.portlet.SitemeshFactory"; 34 public static final String SERVLET_CONFIG = "com.opensymphony.webwork.portlet.ServletConfig"; 35 public static final String ACTION_EXECUTED = "com.opensymphony.webwork.portlet.ActionExecuted"; 36 37 public static final String SERVLET_CONTEXT = "com.opensymphony.webwork.portlet.ServletContext"; 39 40 41 } 42 | Popular Tags |