当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
UTS1 - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.test.framework.portlet.universal
Class UTS1
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.jboss.portal.test.framework.portlet.components.AbstractUniversalTestServlet
org.jboss.portal.test.framework.portlet.universal.UTS1
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public class UTS1
- extends AbstractUniversalTestServlet
- Version:
- $Revision: 5448 $
- Author:
- Boleslaw Dawidowicz
- See Also:
- Serialized Form
Fields inherited from class javax.servlet.http.HttpServlet |
|
Fields inherited from class javax.servlet.GenericServlet |
|
Constructor Summary |
UTS1()
|
Method Summary |
protected java.lang.String |
createComponentId(java.lang.Class clazz)
Get the componentId from the class name. |
void |
reset()
|
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- The serialVersionUID
- See Also:
- Constant Field Values
local
public static java.lang.ThreadLocal local
NAME
public static java.lang.String NAME
SERVICE_JOINPOINT
public static final Joinpoint SERVICE_JOINPOINT
UTS1
public UTS1()
createComponentId
protected java.lang.String createComponentId(java.lang.Class clazz)
- Description copied from class:
AbstractUniversalTestServlet
- Get the componentId from the class name.
- Overrides:
createComponentId
in class AbstractUniversalTestServlet
reset
public void reset()
- Specified by:
reset
in class AbstractUniversalTestServlet