static

in portlet-tck_3.0/common/src/main/java/javax/portlet/tck/beans/JSR286SignatureTestCaseDetails.java [1607:4590]


   static {

      tcd.put(V2SIGTESTSACTION_ACTIONREQUEST_SIGACTION_FIELDACTION_NAME, "ActionRequest has String field ACTION_NAME");
      tcd.put(V2SIGTESTSACTION_ACTIONREQUEST_SIGACTION_IMPLEMENTSCLIENTDATAREQUEST,
            "ActionRequest implements ClientDataRequest");
      tcd.put(V2SIGTESTSACTION_ACTIONRESPONSE_SIGACTION_HASSENDREDIRECT,
            "ActionResponse has a sendRedirect(String) throws java.io.IOException method");
      tcd.put(V2SIGTESTSACTION_ACTIONRESPONSE_SIGACTION_HASSENDREDIRECTA,
            "ActionResponse has a sendRedirect(String, String) throws java.io.IOException method");
      tcd.put(V2SIGTESTSACTION_ACTIONRESPONSE_SIGACTION_HASSENDREDIRECTRETURNS,
            "ActionResponse method sendRedirect(String) returns void");
      tcd.put(V2SIGTESTSACTION_ACTIONRESPONSE_SIGACTION_HASSENDREDIRECTRETURNSA,
            "ActionResponse method sendRedirect(String, String) returns void");
      tcd.put(V2SIGTESTSACTION_ACTIONRESPONSE_SIGACTION_IMPLEMENTSSTATEAWARERESPONSE,
            "ActionResponse implements StateAwareResponse");
      tcd.put(V2SIGTESTSACTION_CLIENTDATAREQUEST_SIGACTION_HASGETCHARACTERENCODING,
            "ActionRequest has a getCharacterEncoding()  method");
      tcd.put(V2SIGTESTSACTION_CLIENTDATAREQUEST_SIGACTION_HASGETCHARACTERENCODINGRETURNS,
            "ActionRequest method getCharacterEncoding() returns String");
      tcd.put(V2SIGTESTSACTION_CLIENTDATAREQUEST_SIGACTION_HASGETCONTENTLENGTH,
            "ActionRequest has a getContentLength()  method");
      tcd.put(V2SIGTESTSACTION_CLIENTDATAREQUEST_SIGACTION_HASGETCONTENTLENGTHRETURNS,
            "ActionRequest method getContentLength() returns int");
      tcd.put(V2SIGTESTSACTION_CLIENTDATAREQUEST_SIGACTION_HASGETCONTENTTYPE,
            "ActionRequest has a getContentType()  method");
      tcd.put(V2SIGTESTSACTION_CLIENTDATAREQUEST_SIGACTION_HASGETCONTENTTYPERETURNS,
            "ActionRequest method getContentType() returns String");
      tcd.put(V2SIGTESTSACTION_CLIENTDATAREQUEST_SIGACTION_HASGETMETHOD, "ActionRequest has a getMethod()  method");
      tcd.put(V2SIGTESTSACTION_CLIENTDATAREQUEST_SIGACTION_HASGETMETHODRETURNS,
            "ActionRequest method getMethod() returns String");
      tcd.put(V2SIGTESTSACTION_CLIENTDATAREQUEST_SIGACTION_HASGETPORTLETINPUTSTREAM,
            "ActionRequest has a getPortletInputStream() throws java.io.IOException method");
      tcd.put(V2SIGTESTSACTION_CLIENTDATAREQUEST_SIGACTION_HASGETPORTLETINPUTSTREAMRETURNS,
            "ActionRequest method getPortletInputStream() returns java.io.InputStream");
      tcd.put(V2SIGTESTSACTION_CLIENTDATAREQUEST_SIGACTION_HASGETREADER,
            "ActionRequest has a getReader() throws java.io.UnsupportedEncodingException, java.io.IOException method");
      tcd.put(V2SIGTESTSACTION_CLIENTDATAREQUEST_SIGACTION_HASGETREADERRETURNS,
            "ActionRequest method getReader() returns java.io.BufferedReader");
      tcd.put(V2SIGTESTSACTION_CLIENTDATAREQUEST_SIGACTION_HASSETCHARACTERENCODING,
            "ActionRequest has a setCharacterEncoding(String) throws java.io.UnsupportedEncodingException method");
      tcd.put(V2SIGTESTSACTION_CLIENTDATAREQUEST_SIGACTION_HASSETCHARACTERENCODINGRETURNS,
            "ActionRequest method setCharacterEncoding(String) returns void");
      tcd.put(V2SIGTESTSACTION_CLIENTDATAREQUEST_SIGACTION_IMPLEMENTSPORTLETREQUEST,
            "ActionRequest implements PortletRequest");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_FIELDACTION_PHASE,
            "ActionRequest has String field ACTION_PHASE");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_FIELDACTION_SCOPE_ID,
            "ActionRequest has String field ACTION_SCOPE_ID");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_FIELDBASIC_AUTH, "ActionRequest has String field BASIC_AUTH");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_FIELDCCPP_PROFILE,
            "ActionRequest has String field CCPP_PROFILE");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_FIELDCLIENT_CERT_AUTH,
            "ActionRequest has String field CLIENT_CERT_AUTH");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_FIELDDIGEST_AUTH, "ActionRequest has String field DIGEST_AUTH");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_FIELDEVENT_PHASE, "ActionRequest has String field EVENT_PHASE");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_FIELDFORM_AUTH, "ActionRequest has String field FORM_AUTH");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_FIELDLIFECYCLE_PHASE,
            "ActionRequest has String field LIFECYCLE_PHASE");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_FIELDRENDER_HEADERS,
            "ActionRequest has String field RENDER_HEADERS");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_FIELDRENDER_MARKUP,
            "ActionRequest has String field RENDER_MARKUP");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_FIELDRENDER_PART, "ActionRequest has String field RENDER_PART");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_FIELDRENDER_PHASE,
            "ActionRequest has String field RENDER_PHASE");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_FIELDRESOURCE_PHASE,
            "ActionRequest has String field RESOURCE_PHASE");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_FIELDUSER_INFO, "ActionRequest has String field USER_INFO");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETATTRIBUTE,
            "ActionRequest has a getAttribute(String)  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETATTRIBUTENAMES,
            "ActionRequest has a getAttributeNames()  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETATTRIBUTENAMESRETURNS,
            "ActionRequest method getAttributeNames() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETATTRIBUTERETURNS,
            "ActionRequest method getAttribute(String) returns Object");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETAUTHTYPE, "ActionRequest has a getAuthType()  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETAUTHTYPERETURNS,
            "ActionRequest method getAuthType() returns String");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETCONTEXTPATH,
            "ActionRequest has a getContextPath()  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETCONTEXTPATHRETURNS,
            "ActionRequest method getContextPath() returns String");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETCOOKIES, "ActionRequest has a getCookies()  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETCOOKIESRETURNS,
            "ActionRequest method getCookies() returns javax.servlet.http.Cookie[] ");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETLOCALE, "ActionRequest has a getLocale()  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETLOCALERETURNS,
            "ActionRequest method getLocale() returns java.util.Locale");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETLOCALES, "ActionRequest has a getLocales()  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETLOCALESRETURNS,
            "ActionRequest method getLocales() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETPARAMETER,
            "ActionRequest has a getParameter(String)  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETPARAMETERMAP,
            "ActionRequest has a getParameterMap()  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETPARAMETERMAPRETURNS,
            "ActionRequest method getParameterMap() returns java.util.Map");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETPARAMETERNAMES,
            "ActionRequest has a getParameterNames()  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETPARAMETERNAMESRETURNS,
            "ActionRequest method getParameterNames() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETPARAMETERRETURNS,
            "ActionRequest method getParameter(String) returns String");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETPARAMETERVALUES,
            "ActionRequest has a getParameterValues(String)  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETPARAMETERVALUESRETURNS,
            "ActionRequest method getParameterValues(String) returns String[] ");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETPORTALCONTEXT,
            "ActionRequest has a getPortalContext()  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETPORTALCONTEXTRETURNS,
            "ActionRequest method getPortalContext() returns PortalContext");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETPORTLETMODE,
            "ActionRequest has a getPortletMode()  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETPORTLETMODERETURNS,
            "ActionRequest method getPortletMode() returns PortletMode");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETPORTLETSESSION,
            "ActionRequest has a getPortletSession()  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETPORTLETSESSIONA,
            "ActionRequest has a getPortletSession(boolean)  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETPORTLETSESSIONRETURNS,
            "ActionRequest method getPortletSession() returns PortletSession");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETPORTLETSESSIONRETURNSA,
            "ActionRequest method getPortletSession(boolean) returns PortletSession");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETPREFERENCES,
            "ActionRequest has a getPreferences()  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETPREFERENCESRETURNS,
            "ActionRequest method getPreferences() returns PortletPreferences");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETPRIVATEPARAMETERMAP,
            "ActionRequest has a getPrivateParameterMap()  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETPRIVATEPARAMETERMAPRETURNS,
            "ActionRequest method getPrivateParameterMap() returns java.util.Map");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETPROPERTIES,
            "ActionRequest has a getProperties(String)  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETPROPERTIESRETURNS,
            "ActionRequest method getProperties(String) returns java.util.Enumeration");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETPROPERTY,
            "ActionRequest has a getProperty(String)  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETPROPERTYNAMES,
            "ActionRequest has a getPropertyNames()  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETPROPERTYNAMESRETURNS,
            "ActionRequest method getPropertyNames() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETPROPERTYRETURNS,
            "ActionRequest method getProperty(String) returns String");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETPUBLICPARAMETERMAP,
            "ActionRequest has a getPublicParameterMap()  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETPUBLICPARAMETERMAPRETURNS,
            "ActionRequest method getPublicParameterMap() returns java.util.Map");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETREMOTEUSER,
            "ActionRequest has a getRemoteUser()  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETREMOTEUSERRETURNS,
            "ActionRequest method getRemoteUser() returns String");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETREQUESTEDSESSIONID,
            "ActionRequest has a getRequestedSessionId()  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETREQUESTEDSESSIONIDRETURNS,
            "ActionRequest method getRequestedSessionId() returns String");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETRESPONSECONTENTTYPE,
            "ActionRequest has a getResponseContentType()  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETRESPONSECONTENTTYPERETURNS,
            "ActionRequest method getResponseContentType() returns String");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETRESPONSECONTENTTYPES,
            "ActionRequest has a getResponseContentTypes()  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETRESPONSECONTENTTYPESRETURNS,
            "ActionRequest method getResponseContentTypes() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETSCHEME, "ActionRequest has a getScheme()  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETSCHEMERETURNS,
            "ActionRequest method getScheme() returns String");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETSERVERNAME,
            "ActionRequest has a getServerName()  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETSERVERNAMERETURNS,
            "ActionRequest method getServerName() returns String");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETSERVERPORT,
            "ActionRequest has a getServerPort()  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETSERVERPORTRETURNS,
            "ActionRequest method getServerPort() returns int");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETUSERPRINCIPAL,
            "ActionRequest has a getUserPrincipal()  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETUSERPRINCIPALRETURNS,
            "ActionRequest method getUserPrincipal() returns java.security.Principal");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETWINDOWID, "ActionRequest has a getWindowID()  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETWINDOWIDRETURNS,
            "ActionRequest method getWindowID() returns String");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETWINDOWSTATE,
            "ActionRequest has a getWindowState()  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASGETWINDOWSTATERETURNS,
            "ActionRequest method getWindowState() returns WindowState");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASISPORTLETMODEALLOWED,
            "ActionRequest has a isPortletModeAllowed(PortletMode)  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASISPORTLETMODEALLOWEDRETURNS,
            "ActionRequest method isPortletModeAllowed(PortletMode) returns boolean");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASISREQUESTEDSESSIONIDVALID,
            "ActionRequest has a isRequestedSessionIdValid()  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASISREQUESTEDSESSIONIDVALIDRETURNS,
            "ActionRequest method isRequestedSessionIdValid() returns boolean");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASISSECURE, "ActionRequest has a isSecure()  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASISSECURERETURNS,
            "ActionRequest method isSecure() returns boolean");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASISUSERINROLE,
            "ActionRequest has a isUserInRole(String)  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASISUSERINROLERETURNS,
            "ActionRequest method isUserInRole(String) returns boolean");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASISWINDOWSTATEALLOWED,
            "ActionRequest has a isWindowStateAllowed(WindowState)  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASISWINDOWSTATEALLOWEDRETURNS,
            "ActionRequest method isWindowStateAllowed(WindowState) returns boolean");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASREMOVEATTRIBUTE,
            "ActionRequest has a removeAttribute(String)  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASREMOVEATTRIBUTERETURNS,
            "ActionRequest method removeAttribute(String) returns void");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASSETATTRIBUTE,
            "ActionRequest has a setAttribute(String, Object)  method");
      tcd.put(V2SIGTESTSACTION_PORTLETREQUEST_SIGACTION_HASSETATTRIBUTERETURNS,
            "ActionRequest method setAttribute(String, Object) returns void");
      tcd.put(V2SIGTESTSACTION_PORTLETRESPONSE_SIGACTION_HASADDPROPERTY,
            "ActionResponse has a addProperty(String, String)  method");
      tcd.put(V2SIGTESTSACTION_PORTLETRESPONSE_SIGACTION_HASADDPROPERTYA,
            "ActionResponse has a addProperty(javax.servlet.http.Cookie)  method");
      tcd.put(V2SIGTESTSACTION_PORTLETRESPONSE_SIGACTION_HASADDPROPERTYB,
            "ActionResponse has a addProperty(String, org.w3c.dom.Element)  method");
      tcd.put(V2SIGTESTSACTION_PORTLETRESPONSE_SIGACTION_HASADDPROPERTYRETURNS,
            "ActionResponse method addProperty(String, String) returns void");
      tcd.put(V2SIGTESTSACTION_PORTLETRESPONSE_SIGACTION_HASADDPROPERTYRETURNSA,
            "ActionResponse method addProperty(javax.servlet.http.Cookie) returns void");
      tcd.put(V2SIGTESTSACTION_PORTLETRESPONSE_SIGACTION_HASADDPROPERTYRETURNSB,
            "ActionResponse method addProperty(String, org.w3c.dom.Element) returns void");
      tcd.put(V2SIGTESTSACTION_PORTLETRESPONSE_SIGACTION_HASCREATEELEMENT,
            "ActionResponse has a createElement(String) throws org.w3c.dom.DOMException method");
      tcd.put(V2SIGTESTSACTION_PORTLETRESPONSE_SIGACTION_HASCREATEELEMENTRETURNS,
            "ActionResponse method createElement(String) returns org.w3c.dom.Element");
      tcd.put(V2SIGTESTSACTION_PORTLETRESPONSE_SIGACTION_HASENCODEURL,
            "ActionResponse has a encodeURL(String)  method");
      tcd.put(V2SIGTESTSACTION_PORTLETRESPONSE_SIGACTION_HASENCODEURLRETURNS,
            "ActionResponse method encodeURL(String) returns String");
      tcd.put(V2SIGTESTSACTION_PORTLETRESPONSE_SIGACTION_HASGETNAMESPACE,
            "ActionResponse has a getNamespace()  method");
      tcd.put(V2SIGTESTSACTION_PORTLETRESPONSE_SIGACTION_HASGETNAMESPACERETURNS,
            "ActionResponse method getNamespace() returns String");
      tcd.put(V2SIGTESTSACTION_PORTLETRESPONSE_SIGACTION_HASSETPROPERTY,
            "ActionResponse has a setProperty(String, String)  method");
      tcd.put(V2SIGTESTSACTION_PORTLETRESPONSE_SIGACTION_HASSETPROPERTYRETURNS,
            "ActionResponse method setProperty(String, String) returns void");
      tcd.put(V2SIGTESTSACTION_STATEAWARERESPONSE_SIGACTION_HASGETPORTLETMODE,
            "ActionResponse has a getPortletMode()  method");
      tcd.put(V2SIGTESTSACTION_STATEAWARERESPONSE_SIGACTION_HASGETPORTLETMODERETURNS,
            "ActionResponse method getPortletMode() returns PortletMode");
      tcd.put(V2SIGTESTSACTION_STATEAWARERESPONSE_SIGACTION_HASGETRENDERPARAMETERMAP,
            "ActionResponse has a getRenderParameterMap()  method");
      tcd.put(V2SIGTESTSACTION_STATEAWARERESPONSE_SIGACTION_HASGETRENDERPARAMETERMAPRETURNS,
            "ActionResponse method getRenderParameterMap() returns java.util.Map");
      tcd.put(V2SIGTESTSACTION_STATEAWARERESPONSE_SIGACTION_HASGETWINDOWSTATE,
            "ActionResponse has a getWindowState()  method");
      tcd.put(V2SIGTESTSACTION_STATEAWARERESPONSE_SIGACTION_HASGETWINDOWSTATERETURNS,
            "ActionResponse method getWindowState() returns WindowState");
      tcd.put(V2SIGTESTSACTION_STATEAWARERESPONSE_SIGACTION_HASREMOVEPUBLICRENDERPARAMETER,
            "ActionResponse has a removePublicRenderParameter(String)  method");
      tcd.put(V2SIGTESTSACTION_STATEAWARERESPONSE_SIGACTION_HASREMOVEPUBLICRENDERPARAMETERRETURNS,
            "ActionResponse method removePublicRenderParameter(String) returns void");
      tcd.put(V2SIGTESTSACTION_STATEAWARERESPONSE_SIGACTION_HASSETEVENT,
            "ActionResponse has a setEvent(javax.xml.namespace.QName, java.io.Serializable)  method");
      tcd.put(V2SIGTESTSACTION_STATEAWARERESPONSE_SIGACTION_HASSETEVENTA,
            "ActionResponse has a setEvent(String, java.io.Serializable)  method");
      tcd.put(V2SIGTESTSACTION_STATEAWARERESPONSE_SIGACTION_HASSETEVENTRETURNS,
            "ActionResponse method setEvent(javax.xml.namespace.QName, java.io.Serializable) returns void");
      tcd.put(V2SIGTESTSACTION_STATEAWARERESPONSE_SIGACTION_HASSETEVENTRETURNSA,
            "ActionResponse method setEvent(String, java.io.Serializable) returns void");
      tcd.put(V2SIGTESTSACTION_STATEAWARERESPONSE_SIGACTION_HASSETPORTLETMODE,
            "ActionResponse has a setPortletMode(PortletMode) throws PortletModeException method");
      tcd.put(V2SIGTESTSACTION_STATEAWARERESPONSE_SIGACTION_HASSETPORTLETMODERETURNS,
            "ActionResponse method setPortletMode(PortletMode) returns void");
      tcd.put(V2SIGTESTSACTION_STATEAWARERESPONSE_SIGACTION_HASSETRENDERPARAMETER,
            "ActionResponse has a setRenderParameter(String, String)  method");
      tcd.put(V2SIGTESTSACTION_STATEAWARERESPONSE_SIGACTION_HASSETRENDERPARAMETERA,
            "ActionResponse has a setRenderParameter(String, String[])  method");
      tcd.put(V2SIGTESTSACTION_STATEAWARERESPONSE_SIGACTION_HASSETRENDERPARAMETERRETURNS,
            "ActionResponse method setRenderParameter(String, String) returns void");
      tcd.put(V2SIGTESTSACTION_STATEAWARERESPONSE_SIGACTION_HASSETRENDERPARAMETERRETURNSA,
            "ActionResponse method setRenderParameter(String, String[]) returns void");
      tcd.put(V2SIGTESTSACTION_STATEAWARERESPONSE_SIGACTION_HASSETRENDERPARAMETERS,
            "ActionResponse has a setRenderParameters(java.util.Map)  method");
      tcd.put(V2SIGTESTSACTION_STATEAWARERESPONSE_SIGACTION_HASSETRENDERPARAMETERSRETURNS,
            "ActionResponse method setRenderParameters(java.util.Map) returns void");
      tcd.put(V2SIGTESTSACTION_STATEAWARERESPONSE_SIGACTION_HASSETWINDOWSTATE,
            "ActionResponse has a setWindowState(WindowState) throws WindowStateException method");
      tcd.put(V2SIGTESTSACTION_STATEAWARERESPONSE_SIGACTION_HASSETWINDOWSTATERETURNS,
            "ActionResponse method setWindowState(WindowState) returns void");
      tcd.put(V2SIGTESTSACTION_STATEAWARERESPONSE_SIGACTION_IMPLEMENTSPORTLETRESPONSE,
            "ActionResponse implements PortletResponse");
      tcd.put(V2SIGTESTSENV_CACHECONTROL_SIGRENDER_HASGETETAG, "CacheControl has a getETag()  method");
      tcd.put(V2SIGTESTSENV_CACHECONTROL_SIGRENDER_HASGETETAGRETURNS, "CacheControl method getETag() returns String");
      tcd.put(V2SIGTESTSENV_CACHECONTROL_SIGRENDER_HASGETEXPIRATIONTIME,
            "CacheControl has a getExpirationTime()  method");
      tcd.put(V2SIGTESTSENV_CACHECONTROL_SIGRENDER_HASGETEXPIRATIONTIMERETURNS,
            "CacheControl method getExpirationTime() returns int");
      tcd.put(V2SIGTESTSENV_CACHECONTROL_SIGRENDER_HASISPUBLICSCOPE, "CacheControl has a isPublicScope()  method");
      tcd.put(V2SIGTESTSENV_CACHECONTROL_SIGRENDER_HASISPUBLICSCOPERETURNS,
            "CacheControl method isPublicScope() returns boolean");
      tcd.put(V2SIGTESTSENV_CACHECONTROL_SIGRENDER_HASSETETAG, "CacheControl has a setETag(String)  method");
      tcd.put(V2SIGTESTSENV_CACHECONTROL_SIGRENDER_HASSETETAGRETURNS,
            "CacheControl method setETag(String) returns void");
      tcd.put(V2SIGTESTSENV_CACHECONTROL_SIGRENDER_HASSETEXPIRATIONTIME,
            "CacheControl has a setExpirationTime(int)  method");
      tcd.put(V2SIGTESTSENV_CACHECONTROL_SIGRENDER_HASSETEXPIRATIONTIMERETURNS,
            "CacheControl method setExpirationTime(int) returns void");
      tcd.put(V2SIGTESTSENV_CACHECONTROL_SIGRENDER_HASSETPUBLICSCOPE,
            "CacheControl has a setPublicScope(boolean)  method");
      tcd.put(V2SIGTESTSENV_CACHECONTROL_SIGRENDER_HASSETPUBLICSCOPERETURNS,
            "CacheControl method setPublicScope(boolean) returns void");
      tcd.put(V2SIGTESTSENV_CACHECONTROL_SIGRENDER_HASSETUSECACHEDCONTENT,
            "CacheControl has a setUseCachedContent(boolean)  method");
      tcd.put(V2SIGTESTSENV_CACHECONTROL_SIGRENDER_HASSETUSECACHEDCONTENTRETURNS,
            "CacheControl method setUseCachedContent(boolean) returns void");
      tcd.put(V2SIGTESTSENV_CACHECONTROL_SIGRENDER_HASUSECACHEDCONTENT,
            "CacheControl has a useCachedContent()  method");
      tcd.put(V2SIGTESTSENV_CACHECONTROL_SIGRENDER_HASUSECACHEDCONTENTRETURNS,
            "CacheControl method useCachedContent() returns boolean");
      tcd.put(V2SIGTESTSENV_EVENTPORTLET_SIGRENDER_HASPROCESSEVENT,
            "EventPortlet has a processEvent(EventRequest, EventResponse) throws PortletException, java.io.IOException method");
      tcd.put(V2SIGTESTSENV_EVENTPORTLET_SIGRENDER_HASPROCESSEVENTRETURNS,
            "EventPortlet method processEvent(EventRequest, EventResponse) returns void");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_CONSTRUCTOR,
            "GenericPortlet provides constructor GenericPortlet() ");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASDESTROY, "GenericPortlet has a destroy()  method");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASDESTROYRETURNS, "GenericPortlet method destroy() returns void");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASDODISPATCH,
            "GenericPortlet has a doDispatch(RenderRequest, RenderResponse) throws PortletException, java.io.IOException method");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASDODISPATCHRETURNS,
            "GenericPortlet method doDispatch(RenderRequest, RenderResponse) returns void");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASDOEDIT,
            "GenericPortlet has a doEdit(RenderRequest, RenderResponse) throws PortletException, java.io.IOException method");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASDOEDITRETURNS,
            "GenericPortlet method doEdit(RenderRequest, RenderResponse) returns void");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASDOHEADERS,
            "GenericPortlet has a doHeaders(RenderRequest, RenderResponse)  method");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASDOHEADERSRETURNS,
            "GenericPortlet method doHeaders(RenderRequest, RenderResponse) returns void");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASDOHELP,
            "GenericPortlet has a doHelp(RenderRequest, RenderResponse) throws PortletException, java.io.IOException method");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASDOHELPRETURNS,
            "GenericPortlet method doHelp(RenderRequest, RenderResponse) returns void");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASDOVIEW,
            "GenericPortlet has a doView(RenderRequest, RenderResponse) throws PortletException, java.io.IOException method");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASDOVIEWRETURNS,
            "GenericPortlet method doView(RenderRequest, RenderResponse) returns void");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASGETCONTAINERRUNTIMEOPTIONS,
            "GenericPortlet has a getContainerRuntimeOptions()  method");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASGETCONTAINERRUNTIMEOPTIONSRETURNS,
            "GenericPortlet method getContainerRuntimeOptions() returns java.util.Map");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASGETDEFAULTNAMESPACE,
            "GenericPortlet has a getDefaultNamespace()  method");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASGETDEFAULTNAMESPACERETURNS,
            "GenericPortlet method getDefaultNamespace() returns String");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASGETINITPARAMETER,
            "GenericPortlet has a getInitParameter(String)  method");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASGETINITPARAMETERNAMES,
            "GenericPortlet has a getInitParameterNames()  method");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASGETINITPARAMETERNAMESRETURNS,
            "GenericPortlet method getInitParameterNames() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASGETINITPARAMETERRETURNS,
            "GenericPortlet method getInitParameter(String) returns String");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASGETNEXTPOSSIBLEPORTLETMODES,
            "GenericPortlet has a getNextPossiblePortletModes(RenderRequest)  method");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASGETNEXTPOSSIBLEPORTLETMODESRETURNS,
            "GenericPortlet method getNextPossiblePortletModes(RenderRequest) returns java.util.Collection");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASGETPORTLETCONFIG,
            "GenericPortlet has a getPortletConfig()  method");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASGETPORTLETCONFIGRETURNS,
            "GenericPortlet method getPortletConfig() returns PortletConfig");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASGETPORTLETCONTEXT,
            "GenericPortlet has a getPortletContext()  method");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASGETPORTLETCONTEXTRETURNS,
            "GenericPortlet method getPortletContext() returns PortletContext");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASGETPORTLETNAME,
            "GenericPortlet has a getPortletName()  method");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASGETPORTLETNAMERETURNS,
            "GenericPortlet method getPortletName() returns String");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASGETPROCESSINGEVENTQNAMES,
            "GenericPortlet has a getProcessingEventQNames()  method");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASGETPROCESSINGEVENTQNAMESRETURNS,
            "GenericPortlet method getProcessingEventQNames() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASGETPUBLICRENDERPARAMETERNAMES,
            "GenericPortlet has a getPublicRenderParameterNames()  method");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASGETPUBLICRENDERPARAMETERNAMESRETURNS,
            "GenericPortlet method getPublicRenderParameterNames() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASGETPUBLISHINGEVENTQNAMES,
            "GenericPortlet has a getPublishingEventQNames()  method");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASGETPUBLISHINGEVENTQNAMESRETURNS,
            "GenericPortlet method getPublishingEventQNames() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASGETRESOURCEBUNDLE,
            "GenericPortlet has a getResourceBundle(java.util.Locale)  method");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASGETRESOURCEBUNDLERETURNS,
            "GenericPortlet method getResourceBundle(java.util.Locale) returns java.util.ResourceBundle");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASGETSUPPORTEDLOCALES,
            "GenericPortlet has a getSupportedLocales()  method");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASGETSUPPORTEDLOCALESRETURNS,
            "GenericPortlet method getSupportedLocales() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASGETTITLE,
            "GenericPortlet has a getTitle(RenderRequest)  method");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASGETTITLERETURNS,
            "GenericPortlet method getTitle(RenderRequest) returns String");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASINIT,
            "GenericPortlet has a init(PortletConfig) throws PortletException method");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASINITA,
            "GenericPortlet has a init() throws PortletException method");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASINITRETURNS,
            "GenericPortlet method init(PortletConfig) returns void");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASINITRETURNSA, "GenericPortlet method init() returns void");
      tcd.put(
            V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASPROCESSACTION,
            "GenericPortlet has a processAction(ActionRequest, ActionResponse) throws PortletException, java.io.IOException method");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASPROCESSACTIONRETURNS,
            "GenericPortlet method processAction(ActionRequest, ActionResponse) returns void");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASPROCESSEVENT,
            "GenericPortlet has a processEvent(EventRequest, EventResponse) throws PortletException, java.io.IOException method");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASPROCESSEVENTRETURNS,
            "GenericPortlet method processEvent(EventRequest, EventResponse) returns void");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASRENDER,
            "GenericPortlet has a render(RenderRequest, RenderResponse) throws PortletException, java.io.IOException method");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASRENDERRETURNS,
            "GenericPortlet method render(RenderRequest, RenderResponse) returns void");
      tcd.put(
            V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASSERVERESOURCE,
            "GenericPortlet has a serveResource(ResourceRequest, ResourceResponse) throws PortletException, java.io.IOException method");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_HASSERVERESOURCERETURNS,
            "GenericPortlet method serveResource(ResourceRequest, ResourceResponse) returns void");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_IMPLEMENTSEVENTPORTLET, "GenericPortlet implements EventPortlet");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_IMPLEMENTSPORTLET, "GenericPortlet implements Portlet");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_IMPLEMENTSPORTLETCONFIG,
            "GenericPortlet implements PortletConfig");
      tcd.put(V2SIGTESTSENV_GENERICPORTLET_SIGRENDER_IMPLEMENTSRESOURCESERVINGPORTLET,
            "GenericPortlet implements ResourceServingPortlet");
      tcd.put(V2SIGTESTSENV_PORTALCONTEXT_SIGRENDER_FIELDMARKUP_HEAD_ELEMENT_SUPPORT,
            "PortalContext has String field MARKUP_HEAD_ELEMENT_SUPPORT");
      tcd.put(V2SIGTESTSENV_PORTALCONTEXT_SIGRENDER_HASGETPORTALINFO, "PortalContext has a getPortalInfo()  method");
      tcd.put(V2SIGTESTSENV_PORTALCONTEXT_SIGRENDER_HASGETPORTALINFORETURNS,
            "PortalContext method getPortalInfo() returns String");
      tcd.put(V2SIGTESTSENV_PORTALCONTEXT_SIGRENDER_HASGETPROPERTY, "PortalContext has a getProperty(String)  method");
      tcd.put(V2SIGTESTSENV_PORTALCONTEXT_SIGRENDER_HASGETPROPERTYNAMES,
            "PortalContext has a getPropertyNames()  method");
      tcd.put(V2SIGTESTSENV_PORTALCONTEXT_SIGRENDER_HASGETPROPERTYNAMESRETURNS,
            "PortalContext method getPropertyNames() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSENV_PORTALCONTEXT_SIGRENDER_HASGETPROPERTYRETURNS,
            "PortalContext method getProperty(String) returns String");
      tcd.put(V2SIGTESTSENV_PORTALCONTEXT_SIGRENDER_HASGETSUPPORTEDPORTLETMODES,
            "PortalContext has a getSupportedPortletModes()  method");
      tcd.put(V2SIGTESTSENV_PORTALCONTEXT_SIGRENDER_HASGETSUPPORTEDPORTLETMODESRETURNS,
            "PortalContext method getSupportedPortletModes() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSENV_PORTALCONTEXT_SIGRENDER_HASGETSUPPORTEDWINDOWSTATES,
            "PortalContext has a getSupportedWindowStates()  method");
      tcd.put(V2SIGTESTSENV_PORTALCONTEXT_SIGRENDER_HASGETSUPPORTEDWINDOWSTATESRETURNS,
            "PortalContext method getSupportedWindowStates() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSENV_PORTLET_SIGRENDER_HASDESTROY, "Portlet has a destroy()  method");
      tcd.put(V2SIGTESTSENV_PORTLET_SIGRENDER_HASDESTROYRETURNS, "Portlet method destroy() returns void");
      tcd.put(V2SIGTESTSENV_PORTLET_SIGRENDER_HASINIT,
            "Portlet has a init(PortletConfig) throws PortletException method");
      tcd.put(V2SIGTESTSENV_PORTLET_SIGRENDER_HASINITRETURNS, "Portlet method init(PortletConfig) returns void");
      tcd.put(V2SIGTESTSENV_PORTLET_SIGRENDER_HASPROCESSACTION,
            "Portlet has a processAction(ActionRequest, ActionResponse) throws PortletException, java.io.IOException method");
      tcd.put(V2SIGTESTSENV_PORTLET_SIGRENDER_HASPROCESSACTIONRETURNS,
            "Portlet method processAction(ActionRequest, ActionResponse) returns void");
      tcd.put(V2SIGTESTSENV_PORTLET_SIGRENDER_HASRENDER,
            "Portlet has a render(RenderRequest, RenderResponse) throws PortletException, java.io.IOException method");
      tcd.put(V2SIGTESTSENV_PORTLET_SIGRENDER_HASRENDERRETURNS,
            "Portlet method render(RenderRequest, RenderResponse) returns void");
      tcd.put(V2SIGTESTSENV_PORTLETCONFIG_SIGRENDER_HASGETCONTAINERRUNTIMEOPTIONS,
            "PortletConfig has a getContainerRuntimeOptions()  method");
      tcd.put(V2SIGTESTSENV_PORTLETCONFIG_SIGRENDER_HASGETCONTAINERRUNTIMEOPTIONSRETURNS,
            "PortletConfig method getContainerRuntimeOptions() returns java.util.Map");
      tcd.put(V2SIGTESTSENV_PORTLETCONFIG_SIGRENDER_HASGETDEFAULTNAMESPACE,
            "PortletConfig has a getDefaultNamespace()  method");
      tcd.put(V2SIGTESTSENV_PORTLETCONFIG_SIGRENDER_HASGETDEFAULTNAMESPACERETURNS,
            "PortletConfig method getDefaultNamespace() returns String");
      tcd.put(V2SIGTESTSENV_PORTLETCONFIG_SIGRENDER_HASGETINITPARAMETER,
            "PortletConfig has a getInitParameter(String)  method");
      tcd.put(V2SIGTESTSENV_PORTLETCONFIG_SIGRENDER_HASGETINITPARAMETERNAMES,
            "PortletConfig has a getInitParameterNames()  method");
      tcd.put(V2SIGTESTSENV_PORTLETCONFIG_SIGRENDER_HASGETINITPARAMETERNAMESRETURNS,
            "PortletConfig method getInitParameterNames() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSENV_PORTLETCONFIG_SIGRENDER_HASGETINITPARAMETERRETURNS,
            "PortletConfig method getInitParameter(String) returns String");
      tcd.put(V2SIGTESTSENV_PORTLETCONFIG_SIGRENDER_HASGETPORTLETCONTEXT,
            "PortletConfig has a getPortletContext()  method");
      tcd.put(V2SIGTESTSENV_PORTLETCONFIG_SIGRENDER_HASGETPORTLETCONTEXTRETURNS,
            "PortletConfig method getPortletContext() returns PortletContext");
      tcd.put(V2SIGTESTSENV_PORTLETCONFIG_SIGRENDER_HASGETPORTLETNAME, "PortletConfig has a getPortletName()  method");
      tcd.put(V2SIGTESTSENV_PORTLETCONFIG_SIGRENDER_HASGETPORTLETNAMERETURNS,
            "PortletConfig method getPortletName() returns String");
      tcd.put(V2SIGTESTSENV_PORTLETCONFIG_SIGRENDER_HASGETPROCESSINGEVENTQNAMES,
            "PortletConfig has a getProcessingEventQNames()  method");
      tcd.put(V2SIGTESTSENV_PORTLETCONFIG_SIGRENDER_HASGETPROCESSINGEVENTQNAMESRETURNS,
            "PortletConfig method getProcessingEventQNames() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSENV_PORTLETCONFIG_SIGRENDER_HASGETPUBLICRENDERPARAMETERNAMES,
            "PortletConfig has a getPublicRenderParameterNames()  method");
      tcd.put(V2SIGTESTSENV_PORTLETCONFIG_SIGRENDER_HASGETPUBLICRENDERPARAMETERNAMESRETURNS,
            "PortletConfig method getPublicRenderParameterNames() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSENV_PORTLETCONFIG_SIGRENDER_HASGETPUBLISHINGEVENTQNAMES,
            "PortletConfig has a getPublishingEventQNames()  method");
      tcd.put(V2SIGTESTSENV_PORTLETCONFIG_SIGRENDER_HASGETPUBLISHINGEVENTQNAMESRETURNS,
            "PortletConfig method getPublishingEventQNames() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSENV_PORTLETCONFIG_SIGRENDER_HASGETRESOURCEBUNDLE,
            "PortletConfig has a getResourceBundle(java.util.Locale)  method");
      tcd.put(V2SIGTESTSENV_PORTLETCONFIG_SIGRENDER_HASGETRESOURCEBUNDLERETURNS,
            "PortletConfig method getResourceBundle(java.util.Locale) returns java.util.ResourceBundle");
      tcd.put(V2SIGTESTSENV_PORTLETCONFIG_SIGRENDER_HASGETSUPPORTEDLOCALES,
            "PortletConfig has a getSupportedLocales()  method");
      tcd.put(V2SIGTESTSENV_PORTLETCONFIG_SIGRENDER_HASGETSUPPORTEDLOCALESRETURNS,
            "PortletConfig method getSupportedLocales() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASGETATTRIBUTE,
            "PortletContext has a getAttribute(String)  method");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASGETATTRIBUTENAMES,
            "PortletContext has a getAttributeNames()  method");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASGETATTRIBUTENAMESRETURNS,
            "PortletContext method getAttributeNames() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASGETATTRIBUTERETURNS,
            "PortletContext method getAttribute(String) returns Object");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASGETCONTAINERRUNTIMEOPTIONS,
            "PortletContext has a getContainerRuntimeOptions()  method");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASGETCONTAINERRUNTIMEOPTIONSRETURNS,
            "PortletContext method getContainerRuntimeOptions() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASGETINITPARAMETER,
            "PortletContext has a getInitParameter(String)  method");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASGETINITPARAMETERNAMES,
            "PortletContext has a getInitParameterNames()  method");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASGETINITPARAMETERNAMESRETURNS,
            "PortletContext method getInitParameterNames() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASGETINITPARAMETERRETURNS,
            "PortletContext method getInitParameter(String) returns String");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASGETMAJORVERSION,
            "PortletContext has a getMajorVersion()  method");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASGETMAJORVERSIONRETURNS,
            "PortletContext method getMajorVersion() returns int");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASGETMIMETYPE,
            "PortletContext has a getMimeType(String)  method");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASGETMIMETYPERETURNS,
            "PortletContext method getMimeType(String) returns String");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASGETMINORVERSION,
            "PortletContext has a getMinorVersion()  method");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASGETMINORVERSIONRETURNS,
            "PortletContext method getMinorVersion() returns int");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASGETNAMEDDISPATCHER,
            "PortletContext has a getNamedDispatcher(String)  method");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASGETNAMEDDISPATCHERRETURNS,
            "PortletContext method getNamedDispatcher(String) returns PortletRequestDispatcher");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASGETPORTLETCONTEXTNAME,
            "PortletContext has a getPortletContextName()  method");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASGETPORTLETCONTEXTNAMERETURNS,
            "PortletContext method getPortletContextName() returns String");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASGETREALPATH,
            "PortletContext has a getRealPath(String)  method");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASGETREALPATHRETURNS,
            "PortletContext method getRealPath(String) returns String");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASGETREQUESTDISPATCHER,
            "PortletContext has a getRequestDispatcher(String)  method");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASGETREQUESTDISPATCHERRETURNS,
            "PortletContext method getRequestDispatcher(String) returns PortletRequestDispatcher");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASGETRESOURCE,
            "PortletContext has a getResource(String) throws java.net.MalformedURLException method");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASGETRESOURCEASSTREAM,
            "PortletContext has a getResourceAsStream(String)  method");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASGETRESOURCEASSTREAMRETURNS,
            "PortletContext method getResourceAsStream(String) returns java.io.InputStream");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASGETRESOURCEPATHS,
            "PortletContext has a getResourcePaths(String)  method");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASGETRESOURCEPATHSRETURNS,
            "PortletContext method getResourcePaths(String) returns java.util.Set");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASGETRESOURCERETURNS,
            "PortletContext method getResource(String) returns java.net.URL");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASGETSERVERINFO, "PortletContext has a getServerInfo()  method");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASGETSERVERINFORETURNS,
            "PortletContext method getServerInfo() returns String");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASLOG, "PortletContext has a log(String)  method");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASLOGA, "PortletContext has a log(String, Throwable)  method");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASLOGRETURNS, "PortletContext method log(String) returns void");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASLOGRETURNSA,
            "PortletContext method log(String, Throwable) returns void");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASREMOVEATTRIBUTE,
            "PortletContext has a removeAttribute(String)  method");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASREMOVEATTRIBUTERETURNS,
            "PortletContext method removeAttribute(String) returns void");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASSETATTRIBUTE,
            "PortletContext has a setAttribute(String, Object)  method");
      tcd.put(V2SIGTESTSENV_PORTLETCONTEXT_SIGRENDER_HASSETATTRIBUTERETURNS,
            "PortletContext method setAttribute(String, Object) returns void");
      tcd.put(V2SIGTESTSENV_PORTLETMODE_SIGRENDER_CONSTRUCTOR, "PortletMode provides constructor PortletMode(String) ");
      tcd.put(V2SIGTESTSENV_PORTLETMODE_SIGRENDER_FIELDEDIT, "PortletMode has PortletMode field EDIT");
      tcd.put(V2SIGTESTSENV_PORTLETMODE_SIGRENDER_FIELDHELP, "PortletMode has PortletMode field HELP");
      tcd.put(V2SIGTESTSENV_PORTLETMODE_SIGRENDER_FIELDVIEW, "PortletMode has PortletMode field VIEW");
      tcd.put(V2SIGTESTSENV_PORTLETMODE_SIGRENDER_HASEQUALS, "PortletMode has a equals(Object)  method");
      tcd.put(V2SIGTESTSENV_PORTLETMODE_SIGRENDER_HASEQUALSRETURNS,
            "PortletMode method equals(Object) returns boolean");
      tcd.put(V2SIGTESTSENV_PORTLETMODE_SIGRENDER_HASHASHCODE, "PortletMode has a hashCode()  method");
      tcd.put(V2SIGTESTSENV_PORTLETMODE_SIGRENDER_HASHASHCODERETURNS, "PortletMode method hashCode() returns int");
      tcd.put(V2SIGTESTSENV_PORTLETMODE_SIGRENDER_HASTOSTRING, "PortletMode has a toString()  method");
      tcd.put(V2SIGTESTSENV_PORTLETMODE_SIGRENDER_HASTOSTRINGRETURNS, "PortletMode method toString() returns String");
      tcd.put(V2SIGTESTSENV_PORTLETPREFERENCES_SIGRENDER_HASGETMAP, "PortletPreferences has a getMap()  method");
      tcd.put(V2SIGTESTSENV_PORTLETPREFERENCES_SIGRENDER_HASGETMAPRETURNS,
            "PortletPreferences method getMap() returns java.util.Map");
      tcd.put(V2SIGTESTSENV_PORTLETPREFERENCES_SIGRENDER_HASGETNAMES, "PortletPreferences has a getNames()  method");
      tcd.put(V2SIGTESTSENV_PORTLETPREFERENCES_SIGRENDER_HASGETNAMESRETURNS,
            "PortletPreferences method getNames() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSENV_PORTLETPREFERENCES_SIGRENDER_HASGETVALUE,
            "PortletPreferences has a getValue(String, String)  method");
      tcd.put(V2SIGTESTSENV_PORTLETPREFERENCES_SIGRENDER_HASGETVALUERETURNS,
            "PortletPreferences method getValue(String, String) returns String");
      tcd.put(V2SIGTESTSENV_PORTLETPREFERENCES_SIGRENDER_HASGETVALUES,
            "PortletPreferences has a getValues(String, String[])  method");
      tcd.put(V2SIGTESTSENV_PORTLETPREFERENCES_SIGRENDER_HASGETVALUESRETURNS,
            "PortletPreferences method getValues(String, String[]) returns String[] ");
      tcd.put(V2SIGTESTSENV_PORTLETPREFERENCES_SIGRENDER_HASISREADONLY,
            "PortletPreferences has a isReadOnly(String)  method");
      tcd.put(V2SIGTESTSENV_PORTLETPREFERENCES_SIGRENDER_HASISREADONLYRETURNS,
            "PortletPreferences method isReadOnly(String) returns boolean");
      tcd.put(V2SIGTESTSENV_PORTLETPREFERENCES_SIGRENDER_HASRESET,
            "PortletPreferences has a reset(String) throws ReadOnlyException method");
      tcd.put(V2SIGTESTSENV_PORTLETPREFERENCES_SIGRENDER_HASRESETRETURNS,
            "PortletPreferences method reset(String) returns void");
      tcd.put(V2SIGTESTSENV_PORTLETPREFERENCES_SIGRENDER_HASSETVALUE,
            "PortletPreferences has a setValue(String, String) throws ReadOnlyException method");
      tcd.put(V2SIGTESTSENV_PORTLETPREFERENCES_SIGRENDER_HASSETVALUERETURNS,
            "PortletPreferences method setValue(String, String) returns void");
      tcd.put(V2SIGTESTSENV_PORTLETPREFERENCES_SIGRENDER_HASSETVALUES,
            "PortletPreferences has a setValues(String, String[]) throws ReadOnlyException method");
      tcd.put(V2SIGTESTSENV_PORTLETPREFERENCES_SIGRENDER_HASSETVALUESRETURNS,
            "PortletPreferences method setValues(String, String[]) returns void");
      tcd.put(V2SIGTESTSENV_PORTLETPREFERENCES_SIGRENDER_HASSTORE,
            "PortletPreferences has a store() throws java.io.IOException, ValidatorException method");
      tcd.put(V2SIGTESTSENV_PORTLETPREFERENCES_SIGRENDER_HASSTORERETURNS,
            "PortletPreferences method store() returns void");
      tcd.put(
            V2SIGTESTSENV_PORTLETREQUESTDISPATCHER_SIGRENDER_HASFORWARD,
            "PortletRequestDispatcher has a forward(PortletRequest, PortletResponse) throws PortletException, java.io.IOException method");
      tcd.put(V2SIGTESTSENV_PORTLETREQUESTDISPATCHER_SIGRENDER_HASFORWARDRETURNS,
            "PortletRequestDispatcher method forward(PortletRequest, PortletResponse) returns void");
      tcd.put(
            V2SIGTESTSENV_PORTLETREQUESTDISPATCHER_SIGRENDER_HASINCLUDE,
            "PortletRequestDispatcher has a include(RenderRequest, RenderResponse) throws PortletException, java.io.IOException method");
      tcd.put(
            V2SIGTESTSENV_PORTLETREQUESTDISPATCHER_SIGRENDER_HASINCLUDEA,
            "PortletRequestDispatcher has a include(PortletRequest, PortletResponse) throws PortletException, java.io.IOException method");
      tcd.put(V2SIGTESTSENV_PORTLETREQUESTDISPATCHER_SIGRENDER_HASINCLUDERETURNS,
            "PortletRequestDispatcher method include(RenderRequest, RenderResponse) returns void");
      tcd.put(V2SIGTESTSENV_PORTLETREQUESTDISPATCHER_SIGRENDER_HASINCLUDERETURNSA,
            "PortletRequestDispatcher method include(PortletRequest, PortletResponse) returns void");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_FIELDAPPLICATION_SCOPE,
            "PortletSession has int field APPLICATION_SCOPE");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_FIELDPORTLET_SCOPE, "PortletSession has int field PORTLET_SCOPE");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASGETATTRIBUTE,
            "PortletSession has a getAttribute(String)  method");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASGETATTRIBUTEA,
            "PortletSession has a getAttribute(String, int)  method");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASGETATTRIBUTEMAP,
            "PortletSession has a getAttributeMap()  method");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASGETATTRIBUTEMAPA,
            "PortletSession has a getAttributeMap(int)  method");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASGETATTRIBUTEMAPRETURNS,
            "PortletSession method getAttributeMap() returns java.util.Map");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASGETATTRIBUTEMAPRETURNSA,
            "PortletSession method getAttributeMap(int) returns java.util.Map");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASGETATTRIBUTENAMES,
            "PortletSession has a getAttributeNames()  method");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASGETATTRIBUTENAMESA,
            "PortletSession has a getAttributeNames(int)  method");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASGETATTRIBUTENAMESRETURNS,
            "PortletSession method getAttributeNames() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASGETATTRIBUTENAMESRETURNSA,
            "PortletSession method getAttributeNames(int) returns java.util.Enumeration");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASGETATTRIBUTERETURNS,
            "PortletSession method getAttribute(String) returns Object");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASGETATTRIBUTERETURNSA,
            "PortletSession method getAttribute(String, int) returns Object");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASGETCREATIONTIME,
            "PortletSession has a getCreationTime()  method");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASGETCREATIONTIMERETURNS,
            "PortletSession method getCreationTime() returns long");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASGETID, "PortletSession has a getId()  method");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASGETIDRETURNS, "PortletSession method getId() returns String");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASGETLASTACCESSEDTIME,
            "PortletSession has a getLastAccessedTime()  method");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASGETLASTACCESSEDTIMERETURNS,
            "PortletSession method getLastAccessedTime() returns long");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASGETMAXINACTIVEINTERVAL,
            "PortletSession has a getMaxInactiveInterval()  method");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASGETMAXINACTIVEINTERVALRETURNS,
            "PortletSession method getMaxInactiveInterval() returns int");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASGETPORTLETCONTEXT,
            "PortletSession has a getPortletContext()  method");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASGETPORTLETCONTEXTRETURNS,
            "PortletSession method getPortletContext() returns PortletContext");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASINVALIDATE, "PortletSession has a invalidate()  method");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASINVALIDATERETURNS,
            "PortletSession method invalidate() returns void");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASISNEW, "PortletSession has a isNew()  method");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASISNEWRETURNS, "PortletSession method isNew() returns boolean");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASREMOVEATTRIBUTE,
            "PortletSession has a removeAttribute(String)  method");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASREMOVEATTRIBUTEA,
            "PortletSession has a removeAttribute(String, int)  method");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASREMOVEATTRIBUTERETURNS,
            "PortletSession method removeAttribute(String) returns void");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASREMOVEATTRIBUTERETURNSA,
            "PortletSession method removeAttribute(String, int) returns void");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASSETATTRIBUTE,
            "PortletSession has a setAttribute(String, Object)  method");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASSETATTRIBUTEA,
            "PortletSession has a setAttribute(String, Object, int)  method");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASSETATTRIBUTERETURNS,
            "PortletSession method setAttribute(String, Object) returns void");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASSETATTRIBUTERETURNSA,
            "PortletSession method setAttribute(String, Object, int) returns void");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASSETMAXINACTIVEINTERVAL,
            "PortletSession has a setMaxInactiveInterval(int)  method");
      tcd.put(V2SIGTESTSENV_PORTLETSESSION_SIGRENDER_HASSETMAXINACTIVEINTERVALRETURNS,
            "PortletSession method setMaxInactiveInterval(int) returns void");
      tcd.put(V2SIGTESTSENV_PORTLETSESSIONUTIL_SIGRENDER_CONSTRUCTOR,
            "PortletSessionUtil provides constructor PortletSessionUtil() ");
      tcd.put(V2SIGTESTSENV_PORTLETSESSIONUTIL_SIGRENDER_HASDECODEATTRIBUTENAME,
            "PortletSessionUtil has a decodeAttributeName(String)  method");
      tcd.put(V2SIGTESTSENV_PORTLETSESSIONUTIL_SIGRENDER_HASDECODEATTRIBUTENAMERETURNS,
            "PortletSessionUtil method decodeAttributeName(String) returns String");
      tcd.put(V2SIGTESTSENV_PORTLETSESSIONUTIL_SIGRENDER_HASDECODESCOPE,
            "PortletSessionUtil has a decodeScope(String)  method");
      tcd.put(V2SIGTESTSENV_PORTLETSESSIONUTIL_SIGRENDER_HASDECODESCOPERETURNS,
            "PortletSessionUtil method decodeScope(String) returns int");
      tcd.put(V2SIGTESTSENV_PORTLETURLGENERATIONLISTENER_SIGRENDER_HASFILTERACTIONURL,
            "PortletURLGenerationListener has a filterActionURL(PortletURL)  method");
      tcd.put(V2SIGTESTSENV_PORTLETURLGENERATIONLISTENER_SIGRENDER_HASFILTERACTIONURLRETURNS,
            "PortletURLGenerationListener method filterActionURL(PortletURL) returns void");
      tcd.put(V2SIGTESTSENV_PORTLETURLGENERATIONLISTENER_SIGRENDER_HASFILTERRENDERURL,
            "PortletURLGenerationListener has a filterRenderURL(PortletURL)  method");
      tcd.put(V2SIGTESTSENV_PORTLETURLGENERATIONLISTENER_SIGRENDER_HASFILTERRENDERURLRETURNS,
            "PortletURLGenerationListener method filterRenderURL(PortletURL) returns void");
      tcd.put(V2SIGTESTSENV_PORTLETURLGENERATIONLISTENER_SIGRENDER_HASFILTERRESOURCEURL,
            "PortletURLGenerationListener has a filterResourceURL(ResourceURL)  method");
      tcd.put(V2SIGTESTSENV_PORTLETURLGENERATIONLISTENER_SIGRENDER_HASFILTERRESOURCEURLRETURNS,
            "PortletURLGenerationListener method filterResourceURL(ResourceURL) returns void");
      tcd.put(V2SIGTESTSENV_PREFERENCESVALIDATOR_SIGRENDER_HASVALIDATE,
            "PreferencesValidator has a validate(PortletPreferences) throws ValidatorException method");
      tcd.put(V2SIGTESTSENV_PREFERENCESVALIDATOR_SIGRENDER_HASVALIDATERETURNS,
            "PreferencesValidator method validate(PortletPreferences) returns void");
      tcd.put(V2SIGTESTSENV_PROCESSACTION_SIGRENDER_HASNAME, "ProcessAction has a name()  method");
      tcd.put(V2SIGTESTSENV_PROCESSACTION_SIGRENDER_HASNAMERETURNS, "ProcessAction method name() returns String");
      tcd.put(V2SIGTESTSENV_PROCESSACTION_SIGRENDER_ISANNOTATION, "ProcessAction is an Annotation");
      tcd.put(V2SIGTESTSENV_PROCESSEVENT_SIGRENDER_HASNAME, "ProcessEvent has a name()  method");
      tcd.put(V2SIGTESTSENV_PROCESSEVENT_SIGRENDER_HASNAMERETURNS, "ProcessEvent method name() returns String");
      tcd.put(V2SIGTESTSENV_PROCESSEVENT_SIGRENDER_HASQNAME, "ProcessEvent has a qname()  method");
      tcd.put(V2SIGTESTSENV_PROCESSEVENT_SIGRENDER_HASQNAMERETURNS, "ProcessEvent method qname() returns String");
      tcd.put(V2SIGTESTSENV_PROCESSEVENT_SIGRENDER_ISANNOTATION, "ProcessEvent is an Annotation");
      tcd.put(V2SIGTESTSENV_RENDERMODE_SIGRENDER_HASNAME, "RenderMode has a name()  method");
      tcd.put(V2SIGTESTSENV_RENDERMODE_SIGRENDER_HASNAMERETURNS, "RenderMode method name() returns String");
      tcd.put(V2SIGTESTSENV_RENDERMODE_SIGRENDER_ISANNOTATION, "RenderMode is an Annotation");
      tcd.put(
            V2SIGTESTSENV_RESOURCESERVINGPORTLET_SIGRENDER_HASSERVERESOURCE,
            "ResourceServingPortlet has a serveResource(ResourceRequest, ResourceResponse) throws PortletException, java.io.IOException method");
      tcd.put(V2SIGTESTSENV_RESOURCESERVINGPORTLET_SIGRENDER_HASSERVERESOURCERETURNS,
            "ResourceServingPortlet method serveResource(ResourceRequest, ResourceResponse) returns void");
      tcd.put(V2SIGTESTSENV_WINDOWSTATE_SIGRENDER_CONSTRUCTOR, "WindowState provides constructor WindowState(String) ");
      tcd.put(V2SIGTESTSENV_WINDOWSTATE_SIGRENDER_FIELDMAXIMIZED, "WindowState has WindowState field MAXIMIZED");
      tcd.put(V2SIGTESTSENV_WINDOWSTATE_SIGRENDER_FIELDMINIMIZED, "WindowState has WindowState field MINIMIZED");
      tcd.put(V2SIGTESTSENV_WINDOWSTATE_SIGRENDER_FIELDNORMAL, "WindowState has WindowState field NORMAL");
      tcd.put(V2SIGTESTSENV_WINDOWSTATE_SIGRENDER_HASEQUALS, "WindowState has a equals(Object)  method");
      tcd.put(V2SIGTESTSENV_WINDOWSTATE_SIGRENDER_HASEQUALSRETURNS,
            "WindowState method equals(Object) returns boolean");
      tcd.put(V2SIGTESTSENV_WINDOWSTATE_SIGRENDER_HASHASHCODE, "WindowState has a hashCode()  method");
      tcd.put(V2SIGTESTSENV_WINDOWSTATE_SIGRENDER_HASHASHCODERETURNS, "WindowState method hashCode() returns int");
      tcd.put(V2SIGTESTSENV_WINDOWSTATE_SIGRENDER_HASTOSTRING, "WindowState has a toString()  method");
      tcd.put(V2SIGTESTSENV_WINDOWSTATE_SIGRENDER_HASTOSTRINGRETURNS, "WindowState method toString() returns String");
      tcd.put(V2SIGTESTSEVENT_EVENT_SIGEVENT_HASGETNAME, "Event has a getName()  method");
      tcd.put(V2SIGTESTSEVENT_EVENT_SIGEVENT_HASGETNAMERETURNS, "Event method getName() returns String");
      tcd.put(V2SIGTESTSEVENT_EVENT_SIGEVENT_HASGETQNAME, "Event has a getQName()  method");
      tcd.put(V2SIGTESTSEVENT_EVENT_SIGEVENT_HASGETQNAMERETURNS,
            "Event method getQName() returns javax.xml.namespace.QName");
      tcd.put(V2SIGTESTSEVENT_EVENT_SIGEVENT_HASGETVALUE, "Event has a getValue()  method");
      tcd.put(V2SIGTESTSEVENT_EVENT_SIGEVENT_HASGETVALUERETURNS,
            "Event method getValue() returns java.io.Serializable");
      tcd.put(V2SIGTESTSEVENT_EVENTREQUEST_SIGEVENT_HASGETEVENT, "EventRequest has a getEvent()  method");
      tcd.put(V2SIGTESTSEVENT_EVENTREQUEST_SIGEVENT_HASGETEVENTRETURNS, "EventRequest method getEvent() returns Event");
      tcd.put(V2SIGTESTSEVENT_EVENTREQUEST_SIGEVENT_HASGETMETHOD, "EventRequest has a getMethod()  method");
      tcd.put(V2SIGTESTSEVENT_EVENTREQUEST_SIGEVENT_HASGETMETHODRETURNS,
            "EventRequest method getMethod() returns String");
      tcd.put(V2SIGTESTSEVENT_EVENTREQUEST_SIGEVENT_IMPLEMENTSPORTLETREQUEST, "EventRequest implements PortletRequest");
      tcd.put(V2SIGTESTSEVENT_EVENTRESPONSE_SIGEVENT_HASSETRENDERPARAMETERS,
            "EventResponse has a setRenderParameters(EventRequest)  method");
      tcd.put(V2SIGTESTSEVENT_EVENTRESPONSE_SIGEVENT_HASSETRENDERPARAMETERSRETURNS,
            "EventResponse method setRenderParameters(EventRequest) returns void");
      tcd.put(V2SIGTESTSEVENT_EVENTRESPONSE_SIGEVENT_IMPLEMENTSSTATEAWARERESPONSE,
            "EventResponse implements StateAwareResponse");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_FIELDACTION_PHASE, "EventRequest has String field ACTION_PHASE");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_FIELDACTION_SCOPE_ID,
            "EventRequest has String field ACTION_SCOPE_ID");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_FIELDBASIC_AUTH, "EventRequest has String field BASIC_AUTH");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_FIELDCCPP_PROFILE, "EventRequest has String field CCPP_PROFILE");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_FIELDCLIENT_CERT_AUTH,
            "EventRequest has String field CLIENT_CERT_AUTH");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_FIELDDIGEST_AUTH, "EventRequest has String field DIGEST_AUTH");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_FIELDEVENT_PHASE, "EventRequest has String field EVENT_PHASE");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_FIELDFORM_AUTH, "EventRequest has String field FORM_AUTH");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_FIELDLIFECYCLE_PHASE,
            "EventRequest has String field LIFECYCLE_PHASE");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_FIELDRENDER_HEADERS,
            "EventRequest has String field RENDER_HEADERS");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_FIELDRENDER_MARKUP,
            "EventRequest has String field RENDER_MARKUP");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_FIELDRENDER_PART, "EventRequest has String field RENDER_PART");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_FIELDRENDER_PHASE, "EventRequest has String field RENDER_PHASE");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_FIELDRESOURCE_PHASE,
            "EventRequest has String field RESOURCE_PHASE");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_FIELDUSER_INFO, "EventRequest has String field USER_INFO");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETATTRIBUTE,
            "EventRequest has a getAttribute(String)  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETATTRIBUTENAMES,
            "EventRequest has a getAttributeNames()  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETATTRIBUTENAMESRETURNS,
            "EventRequest method getAttributeNames() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETATTRIBUTERETURNS,
            "EventRequest method getAttribute(String) returns Object");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETAUTHTYPE, "EventRequest has a getAuthType()  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETAUTHTYPERETURNS,
            "EventRequest method getAuthType() returns String");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETCONTEXTPATH, "EventRequest has a getContextPath()  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETCONTEXTPATHRETURNS,
            "EventRequest method getContextPath() returns String");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETCOOKIES, "EventRequest has a getCookies()  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETCOOKIESRETURNS,
            "EventRequest method getCookies() returns javax.servlet.http.Cookie[] ");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETLOCALE, "EventRequest has a getLocale()  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETLOCALERETURNS,
            "EventRequest method getLocale() returns java.util.Locale");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETLOCALES, "EventRequest has a getLocales()  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETLOCALESRETURNS,
            "EventRequest method getLocales() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETPARAMETER,
            "EventRequest has a getParameter(String)  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETPARAMETERMAP,
            "EventRequest has a getParameterMap()  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETPARAMETERMAPRETURNS,
            "EventRequest method getParameterMap() returns java.util.Map");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETPARAMETERNAMES,
            "EventRequest has a getParameterNames()  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETPARAMETERNAMESRETURNS,
            "EventRequest method getParameterNames() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETPARAMETERRETURNS,
            "EventRequest method getParameter(String) returns String");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETPARAMETERVALUES,
            "EventRequest has a getParameterValues(String)  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETPARAMETERVALUESRETURNS,
            "EventRequest method getParameterValues(String) returns String[] ");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETPORTALCONTEXT,
            "EventRequest has a getPortalContext()  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETPORTALCONTEXTRETURNS,
            "EventRequest method getPortalContext() returns PortalContext");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETPORTLETMODE, "EventRequest has a getPortletMode()  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETPORTLETMODERETURNS,
            "EventRequest method getPortletMode() returns PortletMode");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETPORTLETSESSION,
            "EventRequest has a getPortletSession()  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETPORTLETSESSIONA,
            "EventRequest has a getPortletSession(boolean)  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETPORTLETSESSIONRETURNS,
            "EventRequest method getPortletSession() returns PortletSession");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETPORTLETSESSIONRETURNSA,
            "EventRequest method getPortletSession(boolean) returns PortletSession");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETPREFERENCES, "EventRequest has a getPreferences()  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETPREFERENCESRETURNS,
            "EventRequest method getPreferences() returns PortletPreferences");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETPRIVATEPARAMETERMAP,
            "EventRequest has a getPrivateParameterMap()  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETPRIVATEPARAMETERMAPRETURNS,
            "EventRequest method getPrivateParameterMap() returns java.util.Map");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETPROPERTIES,
            "EventRequest has a getProperties(String)  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETPROPERTIESRETURNS,
            "EventRequest method getProperties(String) returns java.util.Enumeration");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETPROPERTY, "EventRequest has a getProperty(String)  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETPROPERTYNAMES,
            "EventRequest has a getPropertyNames()  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETPROPERTYNAMESRETURNS,
            "EventRequest method getPropertyNames() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETPROPERTYRETURNS,
            "EventRequest method getProperty(String) returns String");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETPUBLICPARAMETERMAP,
            "EventRequest has a getPublicParameterMap()  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETPUBLICPARAMETERMAPRETURNS,
            "EventRequest method getPublicParameterMap() returns java.util.Map");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETREMOTEUSER, "EventRequest has a getRemoteUser()  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETREMOTEUSERRETURNS,
            "EventRequest method getRemoteUser() returns String");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETREQUESTEDSESSIONID,
            "EventRequest has a getRequestedSessionId()  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETREQUESTEDSESSIONIDRETURNS,
            "EventRequest method getRequestedSessionId() returns String");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETRESPONSECONTENTTYPE,
            "EventRequest has a getResponseContentType()  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETRESPONSECONTENTTYPERETURNS,
            "EventRequest method getResponseContentType() returns String");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETRESPONSECONTENTTYPES,
            "EventRequest has a getResponseContentTypes()  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETRESPONSECONTENTTYPESRETURNS,
            "EventRequest method getResponseContentTypes() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETSCHEME, "EventRequest has a getScheme()  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETSCHEMERETURNS,
            "EventRequest method getScheme() returns String");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETSERVERNAME, "EventRequest has a getServerName()  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETSERVERNAMERETURNS,
            "EventRequest method getServerName() returns String");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETSERVERPORT, "EventRequest has a getServerPort()  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETSERVERPORTRETURNS,
            "EventRequest method getServerPort() returns int");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETUSERPRINCIPAL,
            "EventRequest has a getUserPrincipal()  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETUSERPRINCIPALRETURNS,
            "EventRequest method getUserPrincipal() returns java.security.Principal");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETWINDOWID, "EventRequest has a getWindowID()  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETWINDOWIDRETURNS,
            "EventRequest method getWindowID() returns String");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETWINDOWSTATE, "EventRequest has a getWindowState()  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASGETWINDOWSTATERETURNS,
            "EventRequest method getWindowState() returns WindowState");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASISPORTLETMODEALLOWED,
            "EventRequest has a isPortletModeAllowed(PortletMode)  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASISPORTLETMODEALLOWEDRETURNS,
            "EventRequest method isPortletModeAllowed(PortletMode) returns boolean");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASISREQUESTEDSESSIONIDVALID,
            "EventRequest has a isRequestedSessionIdValid()  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASISREQUESTEDSESSIONIDVALIDRETURNS,
            "EventRequest method isRequestedSessionIdValid() returns boolean");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASISSECURE, "EventRequest has a isSecure()  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASISSECURERETURNS,
            "EventRequest method isSecure() returns boolean");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASISUSERINROLE,
            "EventRequest has a isUserInRole(String)  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASISUSERINROLERETURNS,
            "EventRequest method isUserInRole(String) returns boolean");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASISWINDOWSTATEALLOWED,
            "EventRequest has a isWindowStateAllowed(WindowState)  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASISWINDOWSTATEALLOWEDRETURNS,
            "EventRequest method isWindowStateAllowed(WindowState) returns boolean");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASREMOVEATTRIBUTE,
            "EventRequest has a removeAttribute(String)  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASREMOVEATTRIBUTERETURNS,
            "EventRequest method removeAttribute(String) returns void");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASSETATTRIBUTE,
            "EventRequest has a setAttribute(String, Object)  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETREQUEST_SIGEVENT_HASSETATTRIBUTERETURNS,
            "EventRequest method setAttribute(String, Object) returns void");
      tcd.put(V2SIGTESTSEVENT_PORTLETRESPONSE_SIGEVENT_HASADDPROPERTY,
            "EventResponse has a addProperty(String, String)  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETRESPONSE_SIGEVENT_HASADDPROPERTYA,
            "EventResponse has a addProperty(javax.servlet.http.Cookie)  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETRESPONSE_SIGEVENT_HASADDPROPERTYB,
            "EventResponse has a addProperty(String, org.w3c.dom.Element)  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETRESPONSE_SIGEVENT_HASADDPROPERTYRETURNS,
            "EventResponse method addProperty(String, String) returns void");
      tcd.put(V2SIGTESTSEVENT_PORTLETRESPONSE_SIGEVENT_HASADDPROPERTYRETURNSA,
            "EventResponse method addProperty(javax.servlet.http.Cookie) returns void");
      tcd.put(V2SIGTESTSEVENT_PORTLETRESPONSE_SIGEVENT_HASADDPROPERTYRETURNSB,
            "EventResponse method addProperty(String, org.w3c.dom.Element) returns void");
      tcd.put(V2SIGTESTSEVENT_PORTLETRESPONSE_SIGEVENT_HASCREATEELEMENT,
            "EventResponse has a createElement(String) throws org.w3c.dom.DOMException method");
      tcd.put(V2SIGTESTSEVENT_PORTLETRESPONSE_SIGEVENT_HASCREATEELEMENTRETURNS,
            "EventResponse method createElement(String) returns org.w3c.dom.Element");
      tcd.put(V2SIGTESTSEVENT_PORTLETRESPONSE_SIGEVENT_HASENCODEURL, "EventResponse has a encodeURL(String)  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETRESPONSE_SIGEVENT_HASENCODEURLRETURNS,
            "EventResponse method encodeURL(String) returns String");
      tcd.put(V2SIGTESTSEVENT_PORTLETRESPONSE_SIGEVENT_HASGETNAMESPACE, "EventResponse has a getNamespace()  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETRESPONSE_SIGEVENT_HASGETNAMESPACERETURNS,
            "EventResponse method getNamespace() returns String");
      tcd.put(V2SIGTESTSEVENT_PORTLETRESPONSE_SIGEVENT_HASSETPROPERTY,
            "EventResponse has a setProperty(String, String)  method");
      tcd.put(V2SIGTESTSEVENT_PORTLETRESPONSE_SIGEVENT_HASSETPROPERTYRETURNS,
            "EventResponse method setProperty(String, String) returns void");
      tcd.put(V2SIGTESTSEVENT_STATEAWARERESPONSE_SIGEVENT_HASGETPORTLETMODE,
            "EventResponse has a getPortletMode()  method");
      tcd.put(V2SIGTESTSEVENT_STATEAWARERESPONSE_SIGEVENT_HASGETPORTLETMODERETURNS,
            "EventResponse method getPortletMode() returns PortletMode");
      tcd.put(V2SIGTESTSEVENT_STATEAWARERESPONSE_SIGEVENT_HASGETRENDERPARAMETERMAP,
            "EventResponse has a getRenderParameterMap()  method");
      tcd.put(V2SIGTESTSEVENT_STATEAWARERESPONSE_SIGEVENT_HASGETRENDERPARAMETERMAPRETURNS,
            "EventResponse method getRenderParameterMap() returns java.util.Map");
      tcd.put(V2SIGTESTSEVENT_STATEAWARERESPONSE_SIGEVENT_HASGETWINDOWSTATE,
            "EventResponse has a getWindowState()  method");
      tcd.put(V2SIGTESTSEVENT_STATEAWARERESPONSE_SIGEVENT_HASGETWINDOWSTATERETURNS,
            "EventResponse method getWindowState() returns WindowState");
      tcd.put(V2SIGTESTSEVENT_STATEAWARERESPONSE_SIGEVENT_HASREMOVEPUBLICRENDERPARAMETER,
            "EventResponse has a removePublicRenderParameter(String)  method");
      tcd.put(V2SIGTESTSEVENT_STATEAWARERESPONSE_SIGEVENT_HASREMOVEPUBLICRENDERPARAMETERRETURNS,
            "EventResponse method removePublicRenderParameter(String) returns void");
      tcd.put(V2SIGTESTSEVENT_STATEAWARERESPONSE_SIGEVENT_HASSETEVENT,
            "EventResponse has a setEvent(javax.xml.namespace.QName, java.io.Serializable)  method");
      tcd.put(V2SIGTESTSEVENT_STATEAWARERESPONSE_SIGEVENT_HASSETEVENTA,
            "EventResponse has a setEvent(String, java.io.Serializable)  method");
      tcd.put(V2SIGTESTSEVENT_STATEAWARERESPONSE_SIGEVENT_HASSETEVENTRETURNS,
            "EventResponse method setEvent(javax.xml.namespace.QName, java.io.Serializable) returns void");
      tcd.put(V2SIGTESTSEVENT_STATEAWARERESPONSE_SIGEVENT_HASSETEVENTRETURNSA,
            "EventResponse method setEvent(String, java.io.Serializable) returns void");
      tcd.put(V2SIGTESTSEVENT_STATEAWARERESPONSE_SIGEVENT_HASSETPORTLETMODE,
            "EventResponse has a setPortletMode(PortletMode) throws PortletModeException method");
      tcd.put(V2SIGTESTSEVENT_STATEAWARERESPONSE_SIGEVENT_HASSETPORTLETMODERETURNS,
            "EventResponse method setPortletMode(PortletMode) returns void");
      tcd.put(V2SIGTESTSEVENT_STATEAWARERESPONSE_SIGEVENT_HASSETRENDERPARAMETER,
            "EventResponse has a setRenderParameter(String, String)  method");
      tcd.put(V2SIGTESTSEVENT_STATEAWARERESPONSE_SIGEVENT_HASSETRENDERPARAMETERA,
            "EventResponse has a setRenderParameter(String, String[])  method");
      tcd.put(V2SIGTESTSEVENT_STATEAWARERESPONSE_SIGEVENT_HASSETRENDERPARAMETERRETURNS,
            "EventResponse method setRenderParameter(String, String) returns void");
      tcd.put(V2SIGTESTSEVENT_STATEAWARERESPONSE_SIGEVENT_HASSETRENDERPARAMETERRETURNSA,
            "EventResponse method setRenderParameter(String, String[]) returns void");
      tcd.put(V2SIGTESTSEVENT_STATEAWARERESPONSE_SIGEVENT_HASSETRENDERPARAMETERS,
            "EventResponse has a setRenderParameters(java.util.Map)  method");
      tcd.put(V2SIGTESTSEVENT_STATEAWARERESPONSE_SIGEVENT_HASSETRENDERPARAMETERSRETURNS,
            "EventResponse method setRenderParameters(java.util.Map) returns void");
      tcd.put(V2SIGTESTSEVENT_STATEAWARERESPONSE_SIGEVENT_HASSETWINDOWSTATE,
            "EventResponse has a setWindowState(WindowState) throws WindowStateException method");
      tcd.put(V2SIGTESTSEVENT_STATEAWARERESPONSE_SIGEVENT_HASSETWINDOWSTATERETURNS,
            "EventResponse method setWindowState(WindowState) returns void");
      tcd.put(V2SIGTESTSEVENT_STATEAWARERESPONSE_SIGEVENT_IMPLEMENTSPORTLETRESPONSE,
            "EventResponse implements PortletResponse");
      tcd.put(V2SIGTESTSEXCEPTION_PORTLETEXCEPTION_SIGRENDER_CONSTRUCTOR,
            "PortletException provides constructor PortletException() ");
      tcd.put(V2SIGTESTSEXCEPTION_PORTLETEXCEPTION_SIGRENDER_CONSTRUCTORA,
            "PortletException provides constructor PortletException(String) ");
      tcd.put(V2SIGTESTSEXCEPTION_PORTLETEXCEPTION_SIGRENDER_CONSTRUCTORB,
            "PortletException provides constructor PortletException(String, Throwable) ");
      tcd.put(V2SIGTESTSEXCEPTION_PORTLETEXCEPTION_SIGRENDER_CONSTRUCTORC,
            "PortletException provides constructor PortletException(Throwable) ");
      tcd.put(V2SIGTESTSEXCEPTION_PORTLETEXCEPTION_SIGRENDER_EXTENDSEXCEPTION, "PortletException extends Exception");
      tcd.put(V2SIGTESTSEXCEPTION_PORTLETMODEEXCEPTION_SIGRENDER_CONSTRUCTOR,
            "PortletModeException provides constructor PortletModeException(String, PortletMode) ");
      tcd.put(V2SIGTESTSEXCEPTION_PORTLETMODEEXCEPTION_SIGRENDER_CONSTRUCTORA,
            "PortletModeException provides constructor PortletModeException(String, Throwable, PortletMode) ");
      tcd.put(V2SIGTESTSEXCEPTION_PORTLETMODEEXCEPTION_SIGRENDER_CONSTRUCTORB,
            "PortletModeException provides constructor PortletModeException(Throwable, PortletMode) ");
      tcd.put(V2SIGTESTSEXCEPTION_PORTLETMODEEXCEPTION_SIGRENDER_EXTENDSPORTLETEXCEPTION,
            "PortletModeException extends PortletException");
      tcd.put(V2SIGTESTSEXCEPTION_PORTLETMODEEXCEPTION_SIGRENDER_HASGETMODE,
            "PortletModeException has a getMode()  method");
      tcd.put(V2SIGTESTSEXCEPTION_PORTLETMODEEXCEPTION_SIGRENDER_HASGETMODERETURNS,
            "PortletModeException method getMode() returns PortletMode");
      tcd.put(V2SIGTESTSEXCEPTION_PORTLETSECURITYEXCEPTION_SIGRENDER_CONSTRUCTOR,
            "PortletSecurityException provides constructor PortletSecurityException(String) ");
      tcd.put(V2SIGTESTSEXCEPTION_PORTLETSECURITYEXCEPTION_SIGRENDER_CONSTRUCTORA,
            "PortletSecurityException provides constructor PortletSecurityException(String, Throwable) ");
      tcd.put(V2SIGTESTSEXCEPTION_PORTLETSECURITYEXCEPTION_SIGRENDER_CONSTRUCTORB,
            "PortletSecurityException provides constructor PortletSecurityException(Throwable) ");
      tcd.put(V2SIGTESTSEXCEPTION_PORTLETSECURITYEXCEPTION_SIGRENDER_EXTENDSPORTLETEXCEPTION,
            "PortletSecurityException extends PortletException");
      tcd.put(V2SIGTESTSEXCEPTION_READONLYEXCEPTION_SIGRENDER_CONSTRUCTOR,
            "ReadOnlyException provides constructor ReadOnlyException(String) ");
      tcd.put(V2SIGTESTSEXCEPTION_READONLYEXCEPTION_SIGRENDER_CONSTRUCTORA,
            "ReadOnlyException provides constructor ReadOnlyException(String, Throwable) ");
      tcd.put(V2SIGTESTSEXCEPTION_READONLYEXCEPTION_SIGRENDER_CONSTRUCTORB,
            "ReadOnlyException provides constructor ReadOnlyException(Throwable) ");
      tcd.put(V2SIGTESTSEXCEPTION_READONLYEXCEPTION_SIGRENDER_EXTENDSPORTLETEXCEPTION,
            "ReadOnlyException extends PortletException");
      tcd.put(V2SIGTESTSEXCEPTION_UNAVAILABLEEXCEPTION_SIGRENDER_CONSTRUCTOR,
            "UnavailableException provides constructor UnavailableException(String) ");
      tcd.put(V2SIGTESTSEXCEPTION_UNAVAILABLEEXCEPTION_SIGRENDER_CONSTRUCTORA,
            "UnavailableException provides constructor UnavailableException(String, int) ");
      tcd.put(V2SIGTESTSEXCEPTION_UNAVAILABLEEXCEPTION_SIGRENDER_EXTENDSPORTLETEXCEPTION,
            "UnavailableException extends PortletException");
      tcd.put(V2SIGTESTSEXCEPTION_UNAVAILABLEEXCEPTION_SIGRENDER_HASGETUNAVAILABLESECONDS,
            "UnavailableException has a getUnavailableSeconds()  method");
      tcd.put(V2SIGTESTSEXCEPTION_UNAVAILABLEEXCEPTION_SIGRENDER_HASGETUNAVAILABLESECONDSRETURNS,
            "UnavailableException method getUnavailableSeconds() returns int");
      tcd.put(V2SIGTESTSEXCEPTION_UNAVAILABLEEXCEPTION_SIGRENDER_HASISPERMANENT,
            "UnavailableException has a isPermanent()  method");
      tcd.put(V2SIGTESTSEXCEPTION_UNAVAILABLEEXCEPTION_SIGRENDER_HASISPERMANENTRETURNS,
            "UnavailableException method isPermanent() returns boolean");
      tcd.put(V2SIGTESTSEXCEPTION_VALIDATOREXCEPTION_SIGRENDER_CONSTRUCTOR,
            "ValidatorException provides constructor ValidatorException(String, java.util.Collection) ");
      tcd.put(V2SIGTESTSEXCEPTION_VALIDATOREXCEPTION_SIGRENDER_CONSTRUCTORA,
            "ValidatorException provides constructor ValidatorException(String, Throwable, java.util.Collection) ");
      tcd.put(V2SIGTESTSEXCEPTION_VALIDATOREXCEPTION_SIGRENDER_CONSTRUCTORB,
            "ValidatorException provides constructor ValidatorException(Throwable, java.util.Collection) ");
      tcd.put(V2SIGTESTSEXCEPTION_VALIDATOREXCEPTION_SIGRENDER_EXTENDSPORTLETEXCEPTION,
            "ValidatorException extends PortletException");
      tcd.put(V2SIGTESTSEXCEPTION_VALIDATOREXCEPTION_SIGRENDER_HASGETFAILEDKEYS,
            "ValidatorException has a getFailedKeys()  method");
      tcd.put(V2SIGTESTSEXCEPTION_VALIDATOREXCEPTION_SIGRENDER_HASGETFAILEDKEYSRETURNS,
            "ValidatorException method getFailedKeys() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSEXCEPTION_WINDOWSTATEEXCEPTION_SIGRENDER_CONSTRUCTOR,
            "WindowStateException provides constructor WindowStateException(String, WindowState) ");
      tcd.put(V2SIGTESTSEXCEPTION_WINDOWSTATEEXCEPTION_SIGRENDER_CONSTRUCTORA,
            "WindowStateException provides constructor WindowStateException(String, Throwable, WindowState) ");
      tcd.put(V2SIGTESTSEXCEPTION_WINDOWSTATEEXCEPTION_SIGRENDER_CONSTRUCTORB,
            "WindowStateException provides constructor WindowStateException(Throwable, WindowState) ");
      tcd.put(V2SIGTESTSEXCEPTION_WINDOWSTATEEXCEPTION_SIGRENDER_EXTENDSPORTLETEXCEPTION,
            "WindowStateException extends PortletException");
      tcd.put(V2SIGTESTSEXCEPTION_WINDOWSTATEEXCEPTION_SIGRENDER_HASGETSTATE,
            "WindowStateException has a getState()  method");
      tcd.put(V2SIGTESTSEXCEPTION_WINDOWSTATEEXCEPTION_SIGRENDER_HASGETSTATERETURNS,
            "WindowStateException method getState() returns WindowState");
      tcd.put(
            V2SIGTESTSFILTER_ACTIONFILTER_SIGRENDER_HASDOFILTER,
            "ActionFilter has a doFilter(ActionRequest, ActionResponse, javax.portlet.filter.FilterChain) throws java.io.IOException, PortletException method");
      tcd.put(V2SIGTESTSFILTER_ACTIONFILTER_SIGRENDER_HASDOFILTERRETURNS,
            "ActionFilter method doFilter(ActionRequest, ActionResponse, javax.portlet.filter.FilterChain) returns void");
      tcd.put(V2SIGTESTSFILTER_ACTIONFILTER_SIGRENDER_IMPLEMENTSPORTLETFILTER, "ActionFilter implements PortletFilter");
      tcd.put(
            V2SIGTESTSFILTER_EVENTFILTER_SIGRENDER_HASDOFILTER,
            "EventFilter has a doFilter(EventRequest, EventResponse, javax.portlet.filter.FilterChain) throws java.io.IOException, PortletException method");
      tcd.put(V2SIGTESTSFILTER_EVENTFILTER_SIGRENDER_HASDOFILTERRETURNS,
            "EventFilter method doFilter(EventRequest, EventResponse, javax.portlet.filter.FilterChain) returns void");
      tcd.put(V2SIGTESTSFILTER_EVENTFILTER_SIGRENDER_IMPLEMENTSPORTLETFILTER, "EventFilter implements PortletFilter");
      tcd.put(V2SIGTESTSFILTER_FILTERCHAIN_SIGRENDER_HASDOFILTER,
            "FilterChain has a doFilter(ActionRequest, ActionResponse) throws java.io.IOException, PortletException method");
      tcd.put(V2SIGTESTSFILTER_FILTERCHAIN_SIGRENDER_HASDOFILTERA,
            "FilterChain has a doFilter(EventRequest, EventResponse) throws java.io.IOException, PortletException method");
      tcd.put(V2SIGTESTSFILTER_FILTERCHAIN_SIGRENDER_HASDOFILTERB,
            "FilterChain has a doFilter(RenderRequest, RenderResponse) throws java.io.IOException, PortletException method");
      tcd.put(V2SIGTESTSFILTER_FILTERCHAIN_SIGRENDER_HASDOFILTERC,
            "FilterChain has a doFilter(ResourceRequest, ResourceResponse) throws java.io.IOException, PortletException method");
      tcd.put(V2SIGTESTSFILTER_FILTERCHAIN_SIGRENDER_HASDOFILTERRETURNS,
            "FilterChain method doFilter(ActionRequest, ActionResponse) returns void");
      tcd.put(V2SIGTESTSFILTER_FILTERCHAIN_SIGRENDER_HASDOFILTERRETURNSA,
            "FilterChain method doFilter(EventRequest, EventResponse) returns void");
      tcd.put(V2SIGTESTSFILTER_FILTERCHAIN_SIGRENDER_HASDOFILTERRETURNSB,
            "FilterChain method doFilter(RenderRequest, RenderResponse) returns void");
      tcd.put(V2SIGTESTSFILTER_FILTERCHAIN_SIGRENDER_HASDOFILTERRETURNSC,
            "FilterChain method doFilter(ResourceRequest, ResourceResponse) returns void");
      tcd.put(V2SIGTESTSFILTER_FILTERCONFIG_SIGRENDER_HASGETFILTERNAME, "FilterConfig has a getFilterName()  method");
      tcd.put(V2SIGTESTSFILTER_FILTERCONFIG_SIGRENDER_HASGETFILTERNAMERETURNS,
            "FilterConfig method getFilterName() returns String");
      tcd.put(V2SIGTESTSFILTER_FILTERCONFIG_SIGRENDER_HASGETINITPARAMETER,
            "FilterConfig has a getInitParameter(String)  method");
      tcd.put(V2SIGTESTSFILTER_FILTERCONFIG_SIGRENDER_HASGETINITPARAMETERNAMES,
            "FilterConfig has a getInitParameterNames()  method");
      tcd.put(V2SIGTESTSFILTER_FILTERCONFIG_SIGRENDER_HASGETINITPARAMETERNAMESRETURNS,
            "FilterConfig method getInitParameterNames() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSFILTER_FILTERCONFIG_SIGRENDER_HASGETINITPARAMETERRETURNS,
            "FilterConfig method getInitParameter(String) returns String");
      tcd.put(V2SIGTESTSFILTER_FILTERCONFIG_SIGRENDER_HASGETPORTLETCONTEXT,
            "FilterConfig has a getPortletContext()  method");
      tcd.put(V2SIGTESTSFILTER_FILTERCONFIG_SIGRENDER_HASGETPORTLETCONTEXTRETURNS,
            "FilterConfig method getPortletContext() returns PortletContext");
      tcd.put(V2SIGTESTSFILTER_PORTLETFILTER_SIGRENDER_HASDESTROY, "PortletFilter has a destroy()  method");
      tcd.put(V2SIGTESTSFILTER_PORTLETFILTER_SIGRENDER_HASDESTROYRETURNS,
            "PortletFilter method destroy() returns void");
      tcd.put(V2SIGTESTSFILTER_PORTLETFILTER_SIGRENDER_HASINIT,
            "PortletFilter has a init(javax.portlet.filter.FilterConfig) throws PortletException method");
      tcd.put(V2SIGTESTSFILTER_PORTLETFILTER_SIGRENDER_HASINITRETURNS,
            "PortletFilter method init(javax.portlet.filter.FilterConfig) returns void");
      tcd.put(
            V2SIGTESTSFILTER_RENDERFILTER_SIGRENDER_HASDOFILTER,
            "RenderFilter has a doFilter(RenderRequest, RenderResponse, javax.portlet.filter.FilterChain) throws java.io.IOException, PortletException method");
      tcd.put(V2SIGTESTSFILTER_RENDERFILTER_SIGRENDER_HASDOFILTERRETURNS,
            "RenderFilter method doFilter(RenderRequest, RenderResponse, javax.portlet.filter.FilterChain) returns void");
      tcd.put(V2SIGTESTSFILTER_RENDERFILTER_SIGRENDER_IMPLEMENTSPORTLETFILTER, "RenderFilter implements PortletFilter");
      tcd.put(
            V2SIGTESTSFILTER_RESOURCEFILTER_SIGRENDER_HASDOFILTER,
            "ResourceFilter has a doFilter(ResourceRequest, ResourceResponse, javax.portlet.filter.FilterChain) throws java.io.IOException, PortletException method");
      tcd.put(V2SIGTESTSFILTER_RESOURCEFILTER_SIGRENDER_HASDOFILTERRETURNS,
            "ResourceFilter method doFilter(ResourceRequest, ResourceResponse, javax.portlet.filter.FilterChain) returns void");
      tcd.put(V2SIGTESTSFILTER_RESOURCEFILTER_SIGRENDER_IMPLEMENTSPORTLETFILTER,
            "ResourceFilter implements PortletFilter");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_FIELDCACHE_SCOPE, "RenderResponse has String field CACHE_SCOPE");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_FIELDETAG, "RenderResponse has String field ETAG");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_FIELDEXPIRATION_CACHE,
            "RenderResponse has String field EXPIRATION_CACHE");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_FIELDMARKUP_HEAD_ELEMENT,
            "RenderResponse has String field MARKUP_HEAD_ELEMENT");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_FIELDNAMESPACED_RESPONSE,
            "RenderResponse has String field NAMESPACED_RESPONSE");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_FIELDPRIVATE_SCOPE,
            "RenderResponse has String field PRIVATE_SCOPE");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_FIELDPUBLIC_SCOPE,
            "RenderResponse has String field PUBLIC_SCOPE");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_FIELDUSE_CACHED_CONTENT,
            "RenderResponse has String field USE_CACHED_CONTENT");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_HASCREATEACTIONURL,
            "RenderResponse has a createActionURL()  method");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_HASCREATEACTIONURLRETURNS,
            "RenderResponse method createActionURL() returns PortletURL");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_HASCREATERENDERURL,
            "RenderResponse has a createRenderURL()  method");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_HASCREATERENDERURLRETURNS,
            "RenderResponse method createRenderURL() returns PortletURL");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_HASCREATERESOURCEURL,
            "RenderResponse has a createResourceURL()  method");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_HASCREATERESOURCEURLRETURNS,
            "RenderResponse method createResourceURL() returns ResourceURL");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_HASFLUSHBUFFER,
            "RenderResponse has a flushBuffer() throws java.io.IOException method");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_HASFLUSHBUFFERRETURNS,
            "RenderResponse method flushBuffer() returns void");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_HASGETBUFFERSIZE, "RenderResponse has a getBufferSize()  method");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_HASGETBUFFERSIZERETURNS,
            "RenderResponse method getBufferSize() returns int");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_HASGETCACHECONTROL,
            "RenderResponse has a getCacheControl()  method");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_HASGETCACHECONTROLRETURNS,
            "RenderResponse method getCacheControl() returns CacheControl");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_HASGETCHARACTERENCODING,
            "RenderResponse has a getCharacterEncoding()  method");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_HASGETCHARACTERENCODINGRETURNS,
            "RenderResponse method getCharacterEncoding() returns String");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_HASGETCONTENTTYPE,
            "RenderResponse has a getContentType()  method");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_HASGETCONTENTTYPERETURNS,
            "RenderResponse method getContentType() returns String");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_HASGETLOCALE, "RenderResponse has a getLocale()  method");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_HASGETLOCALERETURNS,
            "RenderResponse method getLocale() returns java.util.Locale");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_HASGETPORTLETOUTPUTSTREAM,
            "RenderResponse has a getPortletOutputStream() throws java.io.IOException, IllegalStateException method");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_HASGETPORTLETOUTPUTSTREAMRETURNS,
            "RenderResponse method getPortletOutputStream() returns java.io.OutputStream");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_HASGETWRITER,
            "RenderResponse has a getWriter() throws java.io.IOException, IllegalStateException method");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_HASGETWRITERRETURNS,
            "RenderResponse method getWriter() returns java.io.PrintWriter");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_HASISCOMMITTED, "RenderResponse has a isCommitted()  method");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_HASISCOMMITTEDRETURNS,
            "RenderResponse method isCommitted() returns boolean");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_HASRESET, "RenderResponse has a reset()  method");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_HASRESETBUFFER, "RenderResponse has a resetBuffer()  method");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_HASRESETBUFFERRETURNS,
            "RenderResponse method resetBuffer() returns void");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_HASRESETRETURNS, "RenderResponse method reset() returns void");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_HASSETBUFFERSIZE,
            "RenderResponse has a setBufferSize(int)  method");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_HASSETBUFFERSIZERETURNS,
            "RenderResponse method setBufferSize(int) returns void");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_HASSETCONTENTTYPE,
            "RenderResponse has a setContentType(String)  method");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_HASSETCONTENTTYPERETURNS,
            "RenderResponse method setContentType(String) returns void");
      tcd.put(V2SIGTESTSRENDER_MIMERESPONSE_SIGRENDER_IMPLEMENTSPORTLETRESPONSE,
            "RenderResponse implements PortletResponse");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BDATE_FRACTIONSECOND,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BDATE_FRACTIONSECOND");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BDATE_HMS_HOUR,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BDATE_HMS_HOUR");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BDATE_HMS_MINUTE,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BDATE_HMS_MINUTE");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BDATE_HMS_SECOND,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BDATE_HMS_SECOND");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BDATE_TIMEZONE,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BDATE_TIMEZONE");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BDATE_YMD_DAY,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BDATE_YMD_DAY");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BDATE_YMD_MONTH,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BDATE_YMD_MONTH");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BDATE_YMD_YEAR,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BDATE_YMD_YEAR");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BUSINESSINFO_ONLINE_EMAIL,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BUSINESSINFO_ONLINE_EMAIL");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BUSINESSINFO_ONLINE_URI,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BUSINESSINFO_ONLINE_URI");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BUSINESSINFO_POSTAL_CITY,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BUSINESSINFO_POSTAL_CITY");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BUSINESSINFO_POSTAL_COUNTRY,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BUSINESSINFO_POSTAL_COUNTRY");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BUSINESSINFO_POSTAL_NAME,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BUSINESSINFO_POSTAL_NAME");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BUSINESSINFO_POSTAL_ORGANIZATION,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BUSINESSINFO_POSTAL_ORGANIZATION");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BUSINESSINFO_POSTAL_POSTALCODE,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BUSINESSINFO_POSTAL_POSTALCODE");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BUSINESSINFO_POSTAL_STATEPROV,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BUSINESSINFO_POSTAL_STATEPROV");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BUSINESSINFO_POSTAL_STREET,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BUSINESSINFO_POSTAL_STREET");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BUSINESSINFO_TELECOM_FAX_COMMENT,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BUSINESSINFO_TELECOM_FAX_COMMENT");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BUSINESSINFO_TELECOM_FAX_EXT,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BUSINESSINFO_TELECOM_FAX_EXT");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BUSINESSINFO_TELECOM_FAX_INTCODE,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BUSINESSINFO_TELECOM_FAX_INTCODE");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BUSINESSINFO_TELECOM_FAX_LOCCODE,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BUSINESSINFO_TELECOM_FAX_LOCCODE");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BUSINESSINFO_TELECOM_FAX_NUMBER,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BUSINESSINFO_TELECOM_FAX_NUMBER");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BUSINESSINFO_TELECOM_MOBILE_COMMENT,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BUSINESSINFO_TELECOM_MOBILE_COMMENT");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BUSINESSINFO_TELECOM_MOBILE_EXT,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BUSINESSINFO_TELECOM_MOBILE_EXT");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BUSINESSINFO_TELECOM_MOBILE_INTCODE,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BUSINESSINFO_TELECOM_MOBILE_INTCODE");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BUSINESSINFO_TELECOM_MOBILE_LOCCODE,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BUSINESSINFO_TELECOM_MOBILE_LOCCODE");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BUSINESSINFO_TELECOM_MOBILE_NUMBER,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BUSINESSINFO_TELECOM_MOBILE_NUMBER");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BUSINESSINFO_TELECOM_PAGER_COMMENT,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BUSINESSINFO_TELECOM_PAGER_COMMENT");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BUSINESSINFO_TELECOM_PAGER_EXT,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BUSINESSINFO_TELECOM_PAGER_EXT");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BUSINESSINFO_TELECOM_PAGER_INTCODE,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BUSINESSINFO_TELECOM_PAGER_INTCODE");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BUSINESSINFO_TELECOM_PAGER_LOCCODE,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BUSINESSINFO_TELECOM_PAGER_LOCCODE");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BUSINESSINFO_TELECOM_PAGER_NUMBER,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BUSINESSINFO_TELECOM_PAGER_NUMBER");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BUSINESSINFO_TELECOM_TELEPHONE_COMMENT,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BUSINESSINFO_TELECOM_TELEPHONE_COMMENT");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BUSINESSINFO_TELECOM_TELEPHONE_EXT,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BUSINESSINFO_TELECOM_TELEPHONE_EXT");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BUSINESSINFO_TELECOM_TELEPHONE_INTCODE,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BUSINESSINFO_TELECOM_TELEPHONE_INTCODE");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BUSINESSINFO_TELECOM_TELEPHONE_LOCCODE,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BUSINESSINFO_TELECOM_TELEPHONE_LOCCODE");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_BUSINESSINFO_TELECOM_TELEPHONE_NUMBER,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_BUSINESSINFO_TELECOM_TELEPHONE_NUMBER");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_DEPARTMENT,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_DEPARTMENT");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_EMPLOYER,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_EMPLOYER");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_GENDER,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_GENDER");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_HOMEINFO_ONLINE_EMAIL,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_HOMEINFO_ONLINE_EMAIL");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_HOMEINFO_ONLINE_URI,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_HOMEINFO_ONLINE_URI");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_HOMEINFO_POSTAL_CITY,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_HOMEINFO_POSTAL_CITY");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_HOMEINFO_POSTAL_COUNTRY,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_HOMEINFO_POSTAL_COUNTRY");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_HOMEINFO_POSTAL_NAME,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_HOMEINFO_POSTAL_NAME");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_HOMEINFO_POSTAL_ORGANIZATION,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_HOMEINFO_POSTAL_ORGANIZATION");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_HOMEINFO_POSTAL_POSTALCODE,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_HOMEINFO_POSTAL_POSTALCODE");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_HOMEINFO_POSTAL_STATEPROV,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_HOMEINFO_POSTAL_STATEPROV");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_HOMEINFO_POSTAL_STREET,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_HOMEINFO_POSTAL_STREET");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_HOMEINFO_TELECOM_FAX_COMMENT,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_HOMEINFO_TELECOM_FAX_COMMENT");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_HOMEINFO_TELECOM_FAX_EXT,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_HOMEINFO_TELECOM_FAX_EXT");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_HOMEINFO_TELECOM_FAX_INTCODE,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_HOMEINFO_TELECOM_FAX_INTCODE");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_HOMEINFO_TELECOM_FAX_LOCCODE,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_HOMEINFO_TELECOM_FAX_LOCCODE");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_HOMEINFO_TELECOM_FAX_NUMBER,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_HOMEINFO_TELECOM_FAX_NUMBER");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_HOMEINFO_TELECOM_MOBILE_COMMENT,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_HOMEINFO_TELECOM_MOBILE_COMMENT");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_HOMEINFO_TELECOM_MOBILE_EXT,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_HOMEINFO_TELECOM_MOBILE_EXT");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_HOMEINFO_TELECOM_MOBILE_INTCODE,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_HOMEINFO_TELECOM_MOBILE_INTCODE");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_HOMEINFO_TELECOM_MOBILE_LOCCODE,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_HOMEINFO_TELECOM_MOBILE_LOCCODE");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_HOMEINFO_TELECOM_MOBILE_NUMBER,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_HOMEINFO_TELECOM_MOBILE_NUMBER");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_HOMEINFO_TELECOM_PAGER_COMMENT,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_HOMEINFO_TELECOM_PAGER_COMMENT");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_HOMEINFO_TELECOM_PAGER_EXT,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_HOMEINFO_TELECOM_PAGER_EXT");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_HOMEINFO_TELECOM_PAGER_INTCODE,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_HOMEINFO_TELECOM_PAGER_INTCODE");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_HOMEINFO_TELECOM_PAGER_LOCCODE,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_HOMEINFO_TELECOM_PAGER_LOCCODE");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_HOMEINFO_TELECOM_PAGER_NUMBER,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_HOMEINFO_TELECOM_PAGER_NUMBER");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_HOMEINFO_TELECOM_TELEPHONE_COMMENT,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_HOMEINFO_TELECOM_TELEPHONE_COMMENT");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_HOMEINFO_TELECOM_TELEPHONE_EXT,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_HOMEINFO_TELECOM_TELEPHONE_EXT");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_HOMEINFO_TELECOM_TELEPHONE_INTCODE,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_HOMEINFO_TELECOM_TELEPHONE_INTCODE");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_HOMEINFO_TELECOM_TELEPHONE_LOCCODE,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_HOMEINFO_TELECOM_TELEPHONE_LOCCODE");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_HOMEINFO_TELECOM_TELEPHONE_NUMBER,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_HOMEINFO_TELECOM_TELEPHONE_NUMBER");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_JOBTITLE,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_JOBTITLE");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_LOGIN_ID,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_LOGIN_ID");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_NAME_FAMILY,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_NAME_FAMILY");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_NAME_GIVEN,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_NAME_GIVEN");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_NAME_MIDDLE,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_NAME_MIDDLE");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_NAME_NICKNAME,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_NAME_NICKNAME");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_NAME_PREFIX,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_NAME_PREFIX");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_FIELDUSER_NAME_SUFFIX,
            "PortletRequest$P3PUserInfos has PortletRequest$P3PUserInfos field USER_NAME_SUFFIX");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_HASTOSTRING,
            "PortletRequest$P3PUserInfos has a toString()  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_HASTOSTRINGRETURNS,
            "PortletRequest$P3PUserInfos method toString() returns String");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_HASVALUEOF,
            "PortletRequest$P3PUserInfos has a valueOf(String)  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_HASVALUEOFRETURNS,
            "PortletRequest$P3PUserInfos method valueOf(String) returns PortletRequest.P3PUserInfos");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_HASVALUES,
            "PortletRequest$P3PUserInfos has a values()  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_HASVALUESRETURNS,
            "PortletRequest$P3PUserInfos method values() returns PortletRequest.P3PUserInfos[] ");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST$P3PUSERINFOS_SIGRENDER_ISENUM, "PortletRequest$P3PUserInfos is an Enum");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_FIELDACTION_PHASE,
            "RenderRequest has String field ACTION_PHASE");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_FIELDACTION_SCOPE_ID,
            "RenderRequest has String field ACTION_SCOPE_ID");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_FIELDBASIC_AUTH, "RenderRequest has String field BASIC_AUTH");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_FIELDCCPP_PROFILE,
            "RenderRequest has String field CCPP_PROFILE");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_FIELDCLIENT_CERT_AUTH,
            "RenderRequest has String field CLIENT_CERT_AUTH");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_FIELDDIGEST_AUTH, "RenderRequest has String field DIGEST_AUTH");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_FIELDEVENT_PHASE, "RenderRequest has String field EVENT_PHASE");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_FIELDFORM_AUTH, "RenderRequest has String field FORM_AUTH");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_FIELDLIFECYCLE_PHASE,
            "RenderRequest has String field LIFECYCLE_PHASE");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_FIELDRENDER_HEADERS,
            "RenderRequest has String field RENDER_HEADERS");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_FIELDRENDER_MARKUP,
            "RenderRequest has String field RENDER_MARKUP");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_FIELDRENDER_PART, "RenderRequest has String field RENDER_PART");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_FIELDRENDER_PHASE,
            "RenderRequest has String field RENDER_PHASE");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_FIELDRESOURCE_PHASE,
            "RenderRequest has String field RESOURCE_PHASE");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_FIELDUSER_INFO, "RenderRequest has String field USER_INFO");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETATTRIBUTE,
            "RenderRequest has a getAttribute(String)  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETATTRIBUTENAMES,
            "RenderRequest has a getAttributeNames()  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETATTRIBUTENAMESRETURNS,
            "RenderRequest method getAttributeNames() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETATTRIBUTERETURNS,
            "RenderRequest method getAttribute(String) returns Object");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETAUTHTYPE, "RenderRequest has a getAuthType()  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETAUTHTYPERETURNS,
            "RenderRequest method getAuthType() returns String");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETCONTEXTPATH,
            "RenderRequest has a getContextPath()  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETCONTEXTPATHRETURNS,
            "RenderRequest method getContextPath() returns String");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETCOOKIES, "RenderRequest has a getCookies()  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETCOOKIESRETURNS,
            "RenderRequest method getCookies() returns javax.servlet.http.Cookie[] ");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETLOCALE, "RenderRequest has a getLocale()  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETLOCALERETURNS,
            "RenderRequest method getLocale() returns java.util.Locale");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETLOCALES, "RenderRequest has a getLocales()  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETLOCALESRETURNS,
            "RenderRequest method getLocales() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETPARAMETER,
            "RenderRequest has a getParameter(String)  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETPARAMETERMAP,
            "RenderRequest has a getParameterMap()  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETPARAMETERMAPRETURNS,
            "RenderRequest method getParameterMap() returns java.util.Map");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETPARAMETERNAMES,
            "RenderRequest has a getParameterNames()  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETPARAMETERNAMESRETURNS,
            "RenderRequest method getParameterNames() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETPARAMETERRETURNS,
            "RenderRequest method getParameter(String) returns String");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETPARAMETERVALUES,
            "RenderRequest has a getParameterValues(String)  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETPARAMETERVALUESRETURNS,
            "RenderRequest method getParameterValues(String) returns String[] ");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETPORTALCONTEXT,
            "RenderRequest has a getPortalContext()  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETPORTALCONTEXTRETURNS,
            "RenderRequest method getPortalContext() returns PortalContext");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETPORTLETMODE,
            "RenderRequest has a getPortletMode()  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETPORTLETMODERETURNS,
            "RenderRequest method getPortletMode() returns PortletMode");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETPORTLETSESSION,
            "RenderRequest has a getPortletSession()  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETPORTLETSESSIONA,
            "RenderRequest has a getPortletSession(boolean)  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETPORTLETSESSIONRETURNS,
            "RenderRequest method getPortletSession() returns PortletSession");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETPORTLETSESSIONRETURNSA,
            "RenderRequest method getPortletSession(boolean) returns PortletSession");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETPREFERENCES,
            "RenderRequest has a getPreferences()  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETPREFERENCESRETURNS,
            "RenderRequest method getPreferences() returns PortletPreferences");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETPRIVATEPARAMETERMAP,
            "RenderRequest has a getPrivateParameterMap()  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETPRIVATEPARAMETERMAPRETURNS,
            "RenderRequest method getPrivateParameterMap() returns java.util.Map");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETPROPERTIES,
            "RenderRequest has a getProperties(String)  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETPROPERTIESRETURNS,
            "RenderRequest method getProperties(String) returns java.util.Enumeration");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETPROPERTY,
            "RenderRequest has a getProperty(String)  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETPROPERTYNAMES,
            "RenderRequest has a getPropertyNames()  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETPROPERTYNAMESRETURNS,
            "RenderRequest method getPropertyNames() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETPROPERTYRETURNS,
            "RenderRequest method getProperty(String) returns String");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETPUBLICPARAMETERMAP,
            "RenderRequest has a getPublicParameterMap()  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETPUBLICPARAMETERMAPRETURNS,
            "RenderRequest method getPublicParameterMap() returns java.util.Map");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETREMOTEUSER,
            "RenderRequest has a getRemoteUser()  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETREMOTEUSERRETURNS,
            "RenderRequest method getRemoteUser() returns String");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETREQUESTEDSESSIONID,
            "RenderRequest has a getRequestedSessionId()  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETREQUESTEDSESSIONIDRETURNS,
            "RenderRequest method getRequestedSessionId() returns String");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETRESPONSECONTENTTYPE,
            "RenderRequest has a getResponseContentType()  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETRESPONSECONTENTTYPERETURNS,
            "RenderRequest method getResponseContentType() returns String");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETRESPONSECONTENTTYPES,
            "RenderRequest has a getResponseContentTypes()  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETRESPONSECONTENTTYPESRETURNS,
            "RenderRequest method getResponseContentTypes() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETSCHEME, "RenderRequest has a getScheme()  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETSCHEMERETURNS,
            "RenderRequest method getScheme() returns String");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETSERVERNAME,
            "RenderRequest has a getServerName()  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETSERVERNAMERETURNS,
            "RenderRequest method getServerName() returns String");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETSERVERPORT,
            "RenderRequest has a getServerPort()  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETSERVERPORTRETURNS,
            "RenderRequest method getServerPort() returns int");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETUSERPRINCIPAL,
            "RenderRequest has a getUserPrincipal()  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETUSERPRINCIPALRETURNS,
            "RenderRequest method getUserPrincipal() returns java.security.Principal");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETWINDOWID, "RenderRequest has a getWindowID()  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETWINDOWIDRETURNS,
            "RenderRequest method getWindowID() returns String");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETWINDOWSTATE,
            "RenderRequest has a getWindowState()  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASGETWINDOWSTATERETURNS,
            "RenderRequest method getWindowState() returns WindowState");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASISPORTLETMODEALLOWED,
            "RenderRequest has a isPortletModeAllowed(PortletMode)  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASISPORTLETMODEALLOWEDRETURNS,
            "RenderRequest method isPortletModeAllowed(PortletMode) returns boolean");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASISREQUESTEDSESSIONIDVALID,
            "RenderRequest has a isRequestedSessionIdValid()  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASISREQUESTEDSESSIONIDVALIDRETURNS,
            "RenderRequest method isRequestedSessionIdValid() returns boolean");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASISSECURE, "RenderRequest has a isSecure()  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASISSECURERETURNS,
            "RenderRequest method isSecure() returns boolean");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASISUSERINROLE,
            "RenderRequest has a isUserInRole(String)  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASISUSERINROLERETURNS,
            "RenderRequest method isUserInRole(String) returns boolean");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASISWINDOWSTATEALLOWED,
            "RenderRequest has a isWindowStateAllowed(WindowState)  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASISWINDOWSTATEALLOWEDRETURNS,
            "RenderRequest method isWindowStateAllowed(WindowState) returns boolean");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASREMOVEATTRIBUTE,
            "RenderRequest has a removeAttribute(String)  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASREMOVEATTRIBUTERETURNS,
            "RenderRequest method removeAttribute(String) returns void");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASSETATTRIBUTE,
            "RenderRequest has a setAttribute(String, Object)  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETREQUEST_SIGRENDER_HASSETATTRIBUTERETURNS,
            "RenderRequest method setAttribute(String, Object) returns void");
      tcd.put(V2SIGTESTSRENDER_PORTLETRESPONSE_SIGRENDER_HASADDPROPERTY,
            "RenderResponse has a addProperty(String, String)  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETRESPONSE_SIGRENDER_HASADDPROPERTYA,
            "RenderResponse has a addProperty(javax.servlet.http.Cookie)  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETRESPONSE_SIGRENDER_HASADDPROPERTYB,
            "RenderResponse has a addProperty(String, org.w3c.dom.Element)  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETRESPONSE_SIGRENDER_HASADDPROPERTYRETURNS,
            "RenderResponse method addProperty(String, String) returns void");
      tcd.put(V2SIGTESTSRENDER_PORTLETRESPONSE_SIGRENDER_HASADDPROPERTYRETURNSA,
            "RenderResponse method addProperty(javax.servlet.http.Cookie) returns void");
      tcd.put(V2SIGTESTSRENDER_PORTLETRESPONSE_SIGRENDER_HASADDPROPERTYRETURNSB,
            "RenderResponse method addProperty(String, org.w3c.dom.Element) returns void");
      tcd.put(V2SIGTESTSRENDER_PORTLETRESPONSE_SIGRENDER_HASCREATEELEMENT,
            "RenderResponse has a createElement(String) throws org.w3c.dom.DOMException method");
      tcd.put(V2SIGTESTSRENDER_PORTLETRESPONSE_SIGRENDER_HASCREATEELEMENTRETURNS,
            "RenderResponse method createElement(String) returns org.w3c.dom.Element");
      tcd.put(V2SIGTESTSRENDER_PORTLETRESPONSE_SIGRENDER_HASENCODEURL,
            "RenderResponse has a encodeURL(String)  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETRESPONSE_SIGRENDER_HASENCODEURLRETURNS,
            "RenderResponse method encodeURL(String) returns String");
      tcd.put(V2SIGTESTSRENDER_PORTLETRESPONSE_SIGRENDER_HASGETNAMESPACE,
            "RenderResponse has a getNamespace()  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETRESPONSE_SIGRENDER_HASGETNAMESPACERETURNS,
            "RenderResponse method getNamespace() returns String");
      tcd.put(V2SIGTESTSRENDER_PORTLETRESPONSE_SIGRENDER_HASSETPROPERTY,
            "RenderResponse has a setProperty(String, String)  method");
      tcd.put(V2SIGTESTSRENDER_PORTLETRESPONSE_SIGRENDER_HASSETPROPERTYRETURNS,
            "RenderResponse method setProperty(String, String) returns void");
      tcd.put(V2SIGTESTSRENDER_RENDERREQUEST_SIGRENDER_FIELDETAG, "RenderRequest has String field ETAG");
      tcd.put(V2SIGTESTSRENDER_RENDERREQUEST_SIGRENDER_HASGETETAG, "RenderRequest has a getETag()  method");
      tcd.put(V2SIGTESTSRENDER_RENDERREQUEST_SIGRENDER_HASGETETAGRETURNS,
            "RenderRequest method getETag() returns String");
      tcd.put(V2SIGTESTSRENDER_RENDERREQUEST_SIGRENDER_IMPLEMENTSPORTLETREQUEST,
            "RenderRequest implements PortletRequest");
      tcd.put(V2SIGTESTSRENDER_RENDERRESPONSE_SIGRENDER_HASSETCONTENTTYPE,
            "RenderResponse has a setContentType(String)  method");
      tcd.put(V2SIGTESTSRENDER_RENDERRESPONSE_SIGRENDER_HASSETCONTENTTYPERETURNS,
            "RenderResponse method setContentType(String) returns void");
      tcd.put(V2SIGTESTSRENDER_RENDERRESPONSE_SIGRENDER_HASSETNEXTPOSSIBLEPORTLETMODES,
            "RenderResponse has a setNextPossiblePortletModes(java.util.Collection)  method");
      tcd.put(V2SIGTESTSRENDER_RENDERRESPONSE_SIGRENDER_HASSETNEXTPOSSIBLEPORTLETMODESRETURNS,
            "RenderResponse method setNextPossiblePortletModes(java.util.Collection) returns void");
      tcd.put(V2SIGTESTSRENDER_RENDERRESPONSE_SIGRENDER_HASSETTITLE, "RenderResponse has a setTitle(String)  method");
      tcd.put(V2SIGTESTSRENDER_RENDERRESPONSE_SIGRENDER_HASSETTITLERETURNS,
            "RenderResponse method setTitle(String) returns void");
      tcd.put(V2SIGTESTSRENDER_RENDERRESPONSE_SIGRENDER_IMPLEMENTSMIMERESPONSE,
            "RenderResponse implements MimeResponse");
      tcd.put(V2SIGTESTSRESOURCE_CLIENTDATAREQUEST_SIGRESOURCE_HASGETCHARACTERENCODING,
            "ResourceRequest has a getCharacterEncoding()  method");
      tcd.put(V2SIGTESTSRESOURCE_CLIENTDATAREQUEST_SIGRESOURCE_HASGETCHARACTERENCODINGRETURNS,
            "ResourceRequest method getCharacterEncoding() returns String");
      tcd.put(V2SIGTESTSRESOURCE_CLIENTDATAREQUEST_SIGRESOURCE_HASGETCONTENTLENGTH,
            "ResourceRequest has a getContentLength()  method");
      tcd.put(V2SIGTESTSRESOURCE_CLIENTDATAREQUEST_SIGRESOURCE_HASGETCONTENTLENGTHRETURNS,
            "ResourceRequest method getContentLength() returns int");
      tcd.put(V2SIGTESTSRESOURCE_CLIENTDATAREQUEST_SIGRESOURCE_HASGETCONTENTTYPE,
            "ResourceRequest has a getContentType()  method");
      tcd.put(V2SIGTESTSRESOURCE_CLIENTDATAREQUEST_SIGRESOURCE_HASGETCONTENTTYPERETURNS,
            "ResourceRequest method getContentType() returns String");
      tcd.put(V2SIGTESTSRESOURCE_CLIENTDATAREQUEST_SIGRESOURCE_HASGETMETHOD,
            "ResourceRequest has a getMethod()  method");
      tcd.put(V2SIGTESTSRESOURCE_CLIENTDATAREQUEST_SIGRESOURCE_HASGETMETHODRETURNS,
            "ResourceRequest method getMethod() returns String");
      tcd.put(V2SIGTESTSRESOURCE_CLIENTDATAREQUEST_SIGRESOURCE_HASGETPORTLETINPUTSTREAM,
            "ResourceRequest has a getPortletInputStream() throws java.io.IOException method");
      tcd.put(V2SIGTESTSRESOURCE_CLIENTDATAREQUEST_SIGRESOURCE_HASGETPORTLETINPUTSTREAMRETURNS,
            "ResourceRequest method getPortletInputStream() returns java.io.InputStream");
      tcd.put(V2SIGTESTSRESOURCE_CLIENTDATAREQUEST_SIGRESOURCE_HASGETREADER,
            "ResourceRequest has a getReader() throws java.io.UnsupportedEncodingException, java.io.IOException method");
      tcd.put(V2SIGTESTSRESOURCE_CLIENTDATAREQUEST_SIGRESOURCE_HASGETREADERRETURNS,
            "ResourceRequest method getReader() returns java.io.BufferedReader");
      tcd.put(V2SIGTESTSRESOURCE_CLIENTDATAREQUEST_SIGRESOURCE_HASSETCHARACTERENCODING,
            "ResourceRequest has a setCharacterEncoding(String) throws java.io.UnsupportedEncodingException method");
      tcd.put(V2SIGTESTSRESOURCE_CLIENTDATAREQUEST_SIGRESOURCE_HASSETCHARACTERENCODINGRETURNS,
            "ResourceRequest method setCharacterEncoding(String) returns void");
      tcd.put(V2SIGTESTSRESOURCE_CLIENTDATAREQUEST_SIGRESOURCE_IMPLEMENTSPORTLETREQUEST,
            "ResourceRequest implements PortletRequest");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_FIELDCACHE_SCOPE,
            "ResourceResponse has String field CACHE_SCOPE");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_FIELDETAG, "ResourceResponse has String field ETAG");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_FIELDEXPIRATION_CACHE,
            "ResourceResponse has String field EXPIRATION_CACHE");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_FIELDMARKUP_HEAD_ELEMENT,
            "ResourceResponse has String field MARKUP_HEAD_ELEMENT");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_FIELDNAMESPACED_RESPONSE,
            "ResourceResponse has String field NAMESPACED_RESPONSE");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_FIELDPRIVATE_SCOPE,
            "ResourceResponse has String field PRIVATE_SCOPE");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_FIELDPUBLIC_SCOPE,
            "ResourceResponse has String field PUBLIC_SCOPE");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_FIELDUSE_CACHED_CONTENT,
            "ResourceResponse has String field USE_CACHED_CONTENT");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_HASCREATEACTIONURL,
            "ResourceResponse has a createActionURL()  method");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_HASCREATEACTIONURLRETURNS,
            "ResourceResponse method createActionURL() returns PortletURL");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_HASCREATERENDERURL,
            "ResourceResponse has a createRenderURL()  method");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_HASCREATERENDERURLRETURNS,
            "ResourceResponse method createRenderURL() returns PortletURL");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_HASCREATERESOURCEURL,
            "ResourceResponse has a createResourceURL()  method");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_HASCREATERESOURCEURLRETURNS,
            "ResourceResponse method createResourceURL() returns ResourceURL");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_HASFLUSHBUFFER,
            "ResourceResponse has a flushBuffer() throws java.io.IOException method");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_HASFLUSHBUFFERRETURNS,
            "ResourceResponse method flushBuffer() returns void");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_HASGETBUFFERSIZE,
            "ResourceResponse has a getBufferSize()  method");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_HASGETBUFFERSIZERETURNS,
            "ResourceResponse method getBufferSize() returns int");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_HASGETCACHECONTROL,
            "ResourceResponse has a getCacheControl()  method");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_HASGETCACHECONTROLRETURNS,
            "ResourceResponse method getCacheControl() returns CacheControl");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_HASGETCHARACTERENCODING,
            "ResourceResponse has a getCharacterEncoding()  method");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_HASGETCHARACTERENCODINGRETURNS,
            "ResourceResponse method getCharacterEncoding() returns String");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_HASGETCONTENTTYPE,
            "ResourceResponse has a getContentType()  method");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_HASGETCONTENTTYPERETURNS,
            "ResourceResponse method getContentType() returns String");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_HASGETLOCALE, "ResourceResponse has a getLocale()  method");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_HASGETLOCALERETURNS,
            "ResourceResponse method getLocale() returns java.util.Locale");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_HASGETPORTLETOUTPUTSTREAM,
            "ResourceResponse has a getPortletOutputStream() throws java.io.IOException, IllegalStateException method");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_HASGETPORTLETOUTPUTSTREAMRETURNS,
            "ResourceResponse method getPortletOutputStream() returns java.io.OutputStream");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_HASGETWRITER,
            "ResourceResponse has a getWriter() throws java.io.IOException, IllegalStateException method");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_HASGETWRITERRETURNS,
            "ResourceResponse method getWriter() returns java.io.PrintWriter");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_HASISCOMMITTED,
            "ResourceResponse has a isCommitted()  method");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_HASISCOMMITTEDRETURNS,
            "ResourceResponse method isCommitted() returns boolean");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_HASRESET, "ResourceResponse has a reset()  method");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_HASRESETBUFFER,
            "ResourceResponse has a resetBuffer()  method");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_HASRESETBUFFERRETURNS,
            "ResourceResponse method resetBuffer() returns void");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_HASRESETRETURNS,
            "ResourceResponse method reset() returns void");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_HASSETBUFFERSIZE,
            "ResourceResponse has a setBufferSize(int)  method");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_HASSETBUFFERSIZERETURNS,
            "ResourceResponse method setBufferSize(int) returns void");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_HASSETCONTENTTYPE,
            "ResourceResponse has a setContentType(String)  method");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_HASSETCONTENTTYPERETURNS,
            "ResourceResponse method setContentType(String) returns void");
      tcd.put(V2SIGTESTSRESOURCE_MIMERESPONSE_SIGRESOURCE_IMPLEMENTSPORTLETRESPONSE,
            "ResourceResponse implements PortletResponse");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_FIELDACTION_PHASE,
            "ResourceRequest has String field ACTION_PHASE");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_FIELDACTION_SCOPE_ID,
            "ResourceRequest has String field ACTION_SCOPE_ID");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_FIELDBASIC_AUTH,
            "ResourceRequest has String field BASIC_AUTH");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_FIELDCCPP_PROFILE,
            "ResourceRequest has String field CCPP_PROFILE");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_FIELDCLIENT_CERT_AUTH,
            "ResourceRequest has String field CLIENT_CERT_AUTH");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_FIELDDIGEST_AUTH,
            "ResourceRequest has String field DIGEST_AUTH");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_FIELDEVENT_PHASE,
            "ResourceRequest has String field EVENT_PHASE");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_FIELDFORM_AUTH,
            "ResourceRequest has String field FORM_AUTH");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_FIELDLIFECYCLE_PHASE,
            "ResourceRequest has String field LIFECYCLE_PHASE");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_FIELDRENDER_HEADERS,
            "ResourceRequest has String field RENDER_HEADERS");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_FIELDRENDER_MARKUP,
            "ResourceRequest has String field RENDER_MARKUP");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_FIELDRENDER_PART,
            "ResourceRequest has String field RENDER_PART");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_FIELDRENDER_PHASE,
            "ResourceRequest has String field RENDER_PHASE");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_FIELDRESOURCE_PHASE,
            "ResourceRequest has String field RESOURCE_PHASE");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_FIELDUSER_INFO,
            "ResourceRequest has String field USER_INFO");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETATTRIBUTE,
            "ResourceRequest has a getAttribute(String)  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETATTRIBUTENAMES,
            "ResourceRequest has a getAttributeNames()  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETATTRIBUTENAMESRETURNS,
            "ResourceRequest method getAttributeNames() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETATTRIBUTERETURNS,
            "ResourceRequest method getAttribute(String) returns Object");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETAUTHTYPE,
            "ResourceRequest has a getAuthType()  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETAUTHTYPERETURNS,
            "ResourceRequest method getAuthType() returns String");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETCONTEXTPATH,
            "ResourceRequest has a getContextPath()  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETCONTEXTPATHRETURNS,
            "ResourceRequest method getContextPath() returns String");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETCOOKIES,
            "ResourceRequest has a getCookies()  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETCOOKIESRETURNS,
            "ResourceRequest method getCookies() returns javax.servlet.http.Cookie[] ");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETLOCALE, "ResourceRequest has a getLocale()  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETLOCALERETURNS,
            "ResourceRequest method getLocale() returns java.util.Locale");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETLOCALES,
            "ResourceRequest has a getLocales()  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETLOCALESRETURNS,
            "ResourceRequest method getLocales() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETPARAMETER,
            "ResourceRequest has a getParameter(String)  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETPARAMETERMAP,
            "ResourceRequest has a getParameterMap()  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETPARAMETERMAPRETURNS,
            "ResourceRequest method getParameterMap() returns java.util.Map");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETPARAMETERNAMES,
            "ResourceRequest has a getParameterNames()  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETPARAMETERNAMESRETURNS,
            "ResourceRequest method getParameterNames() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETPARAMETERRETURNS,
            "ResourceRequest method getParameter(String) returns String");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETPARAMETERVALUES,
            "ResourceRequest has a getParameterValues(String)  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETPARAMETERVALUESRETURNS,
            "ResourceRequest method getParameterValues(String) returns String[] ");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETPORTALCONTEXT,
            "ResourceRequest has a getPortalContext()  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETPORTALCONTEXTRETURNS,
            "ResourceRequest method getPortalContext() returns PortalContext");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETPORTLETMODE,
            "ResourceRequest has a getPortletMode()  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETPORTLETMODERETURNS,
            "ResourceRequest method getPortletMode() returns PortletMode");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETPORTLETSESSION,
            "ResourceRequest has a getPortletSession()  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETPORTLETSESSIONA,
            "ResourceRequest has a getPortletSession(boolean)  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETPORTLETSESSIONRETURNS,
            "ResourceRequest method getPortletSession() returns PortletSession");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETPORTLETSESSIONRETURNSA,
            "ResourceRequest method getPortletSession(boolean) returns PortletSession");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETPREFERENCES,
            "ResourceRequest has a getPreferences()  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETPREFERENCESRETURNS,
            "ResourceRequest method getPreferences() returns PortletPreferences");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETPRIVATEPARAMETERMAP,
            "ResourceRequest has a getPrivateParameterMap()  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETPRIVATEPARAMETERMAPRETURNS,
            "ResourceRequest method getPrivateParameterMap() returns java.util.Map");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETPROPERTIES,
            "ResourceRequest has a getProperties(String)  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETPROPERTIESRETURNS,
            "ResourceRequest method getProperties(String) returns java.util.Enumeration");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETPROPERTY,
            "ResourceRequest has a getProperty(String)  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETPROPERTYNAMES,
            "ResourceRequest has a getPropertyNames()  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETPROPERTYNAMESRETURNS,
            "ResourceRequest method getPropertyNames() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETPROPERTYRETURNS,
            "ResourceRequest method getProperty(String) returns String");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETPUBLICPARAMETERMAP,
            "ResourceRequest has a getPublicParameterMap()  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETPUBLICPARAMETERMAPRETURNS,
            "ResourceRequest method getPublicParameterMap() returns java.util.Map");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETREMOTEUSER,
            "ResourceRequest has a getRemoteUser()  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETREMOTEUSERRETURNS,
            "ResourceRequest method getRemoteUser() returns String");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETREQUESTEDSESSIONID,
            "ResourceRequest has a getRequestedSessionId()  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETREQUESTEDSESSIONIDRETURNS,
            "ResourceRequest method getRequestedSessionId() returns String");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETRESPONSECONTENTTYPE,
            "ResourceRequest has a getResponseContentType()  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETRESPONSECONTENTTYPERETURNS,
            "ResourceRequest method getResponseContentType() returns String");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETRESPONSECONTENTTYPES,
            "ResourceRequest has a getResponseContentTypes()  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETRESPONSECONTENTTYPESRETURNS,
            "ResourceRequest method getResponseContentTypes() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETSCHEME, "ResourceRequest has a getScheme()  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETSCHEMERETURNS,
            "ResourceRequest method getScheme() returns String");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETSERVERNAME,
            "ResourceRequest has a getServerName()  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETSERVERNAMERETURNS,
            "ResourceRequest method getServerName() returns String");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETSERVERPORT,
            "ResourceRequest has a getServerPort()  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETSERVERPORTRETURNS,
            "ResourceRequest method getServerPort() returns int");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETUSERPRINCIPAL,
            "ResourceRequest has a getUserPrincipal()  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETUSERPRINCIPALRETURNS,
            "ResourceRequest method getUserPrincipal() returns java.security.Principal");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETWINDOWID,
            "ResourceRequest has a getWindowID()  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETWINDOWIDRETURNS,
            "ResourceRequest method getWindowID() returns String");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETWINDOWSTATE,
            "ResourceRequest has a getWindowState()  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASGETWINDOWSTATERETURNS,
            "ResourceRequest method getWindowState() returns WindowState");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASISPORTLETMODEALLOWED,
            "ResourceRequest has a isPortletModeAllowed(PortletMode)  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASISPORTLETMODEALLOWEDRETURNS,
            "ResourceRequest method isPortletModeAllowed(PortletMode) returns boolean");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASISREQUESTEDSESSIONIDVALID,
            "ResourceRequest has a isRequestedSessionIdValid()  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASISREQUESTEDSESSIONIDVALIDRETURNS,
            "ResourceRequest method isRequestedSessionIdValid() returns boolean");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASISSECURE, "ResourceRequest has a isSecure()  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASISSECURERETURNS,
            "ResourceRequest method isSecure() returns boolean");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASISUSERINROLE,
            "ResourceRequest has a isUserInRole(String)  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASISUSERINROLERETURNS,
            "ResourceRequest method isUserInRole(String) returns boolean");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASISWINDOWSTATEALLOWED,
            "ResourceRequest has a isWindowStateAllowed(WindowState)  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASISWINDOWSTATEALLOWEDRETURNS,
            "ResourceRequest method isWindowStateAllowed(WindowState) returns boolean");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASREMOVEATTRIBUTE,
            "ResourceRequest has a removeAttribute(String)  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASREMOVEATTRIBUTERETURNS,
            "ResourceRequest method removeAttribute(String) returns void");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASSETATTRIBUTE,
            "ResourceRequest has a setAttribute(String, Object)  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETREQUEST_SIGRESOURCE_HASSETATTRIBUTERETURNS,
            "ResourceRequest method setAttribute(String, Object) returns void");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETRESPONSE_SIGRESOURCE_HASADDPROPERTY,
            "ResourceResponse has a addProperty(String, String)  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETRESPONSE_SIGRESOURCE_HASADDPROPERTYA,
            "ResourceResponse has a addProperty(javax.servlet.http.Cookie)  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETRESPONSE_SIGRESOURCE_HASADDPROPERTYB,
            "ResourceResponse has a addProperty(String, org.w3c.dom.Element)  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETRESPONSE_SIGRESOURCE_HASADDPROPERTYRETURNS,
            "ResourceResponse method addProperty(String, String) returns void");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETRESPONSE_SIGRESOURCE_HASADDPROPERTYRETURNSA,
            "ResourceResponse method addProperty(javax.servlet.http.Cookie) returns void");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETRESPONSE_SIGRESOURCE_HASADDPROPERTYRETURNSB,
            "ResourceResponse method addProperty(String, org.w3c.dom.Element) returns void");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETRESPONSE_SIGRESOURCE_HASCREATEELEMENT,
            "ResourceResponse has a createElement(String) throws org.w3c.dom.DOMException method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETRESPONSE_SIGRESOURCE_HASCREATEELEMENTRETURNS,
            "ResourceResponse method createElement(String) returns org.w3c.dom.Element");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETRESPONSE_SIGRESOURCE_HASENCODEURL,
            "ResourceResponse has a encodeURL(String)  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETRESPONSE_SIGRESOURCE_HASENCODEURLRETURNS,
            "ResourceResponse method encodeURL(String) returns String");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETRESPONSE_SIGRESOURCE_HASGETNAMESPACE,
            "ResourceResponse has a getNamespace()  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETRESPONSE_SIGRESOURCE_HASGETNAMESPACERETURNS,
            "ResourceResponse method getNamespace() returns String");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETRESPONSE_SIGRESOURCE_HASSETPROPERTY,
            "ResourceResponse has a setProperty(String, String)  method");
      tcd.put(V2SIGTESTSRESOURCE_PORTLETRESPONSE_SIGRESOURCE_HASSETPROPERTYRETURNS,
            "ResourceResponse method setProperty(String, String) returns void");
      tcd.put(V2SIGTESTSRESOURCE_RESOURCEREQUEST_SIGRESOURCE_FIELDETAG, "ResourceRequest has String field ETAG");
      tcd.put(V2SIGTESTSRESOURCE_RESOURCEREQUEST_SIGRESOURCE_HASGETCACHEABILITY,
            "ResourceRequest has a getCacheability()  method");
      tcd.put(V2SIGTESTSRESOURCE_RESOURCEREQUEST_SIGRESOURCE_HASGETCACHEABILITYRETURNS,
            "ResourceRequest method getCacheability() returns String");
      tcd.put(V2SIGTESTSRESOURCE_RESOURCEREQUEST_SIGRESOURCE_HASGETETAG, "ResourceRequest has a getETag()  method");
      tcd.put(V2SIGTESTSRESOURCE_RESOURCEREQUEST_SIGRESOURCE_HASGETETAGRETURNS,
            "ResourceRequest method getETag() returns String");
      tcd.put(V2SIGTESTSRESOURCE_RESOURCEREQUEST_SIGRESOURCE_HASGETPRIVATERENDERPARAMETERMAP,
            "ResourceRequest has a getPrivateRenderParameterMap()  method");
      tcd.put(V2SIGTESTSRESOURCE_RESOURCEREQUEST_SIGRESOURCE_HASGETPRIVATERENDERPARAMETERMAPRETURNS,
            "ResourceRequest method getPrivateRenderParameterMap() returns java.util.Map");
      tcd.put(V2SIGTESTSRESOURCE_RESOURCEREQUEST_SIGRESOURCE_HASGETRESOURCEID,
            "ResourceRequest has a getResourceID()  method");
      tcd.put(V2SIGTESTSRESOURCE_RESOURCEREQUEST_SIGRESOURCE_HASGETRESOURCEIDRETURNS,
            "ResourceRequest method getResourceID() returns String");
      tcd.put(V2SIGTESTSRESOURCE_RESOURCEREQUEST_SIGRESOURCE_HASGETRESPONSECONTENTTYPE,
            "ResourceRequest has a getResponseContentType()  method");
      tcd.put(V2SIGTESTSRESOURCE_RESOURCEREQUEST_SIGRESOURCE_HASGETRESPONSECONTENTTYPERETURNS,
            "ResourceRequest method getResponseContentType() returns String");
      tcd.put(V2SIGTESTSRESOURCE_RESOURCEREQUEST_SIGRESOURCE_HASGETRESPONSECONTENTTYPES,
            "ResourceRequest has a getResponseContentTypes()  method");
      tcd.put(V2SIGTESTSRESOURCE_RESOURCEREQUEST_SIGRESOURCE_HASGETRESPONSECONTENTTYPESRETURNS,
            "ResourceRequest method getResponseContentTypes() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSRESOURCE_RESOURCEREQUEST_SIGRESOURCE_IMPLEMENTSCLIENTDATAREQUEST,
            "ResourceRequest implements ClientDataRequest");
      tcd.put(V2SIGTESTSRESOURCE_RESOURCERESPONSE_SIGRESOURCE_FIELDHTTP_STATUS_CODE,
            "ResourceResponse has String field HTTP_STATUS_CODE");
      tcd.put(V2SIGTESTSRESOURCE_RESOURCERESPONSE_SIGRESOURCE_HASCREATEACTIONURL,
            "ResourceResponse has a createActionURL() throws IllegalStateException method");
      tcd.put(V2SIGTESTSRESOURCE_RESOURCERESPONSE_SIGRESOURCE_HASCREATEACTIONURLRETURNS,
            "ResourceResponse method createActionURL() returns PortletURL");
      tcd.put(V2SIGTESTSRESOURCE_RESOURCERESPONSE_SIGRESOURCE_HASCREATERENDERURL,
            "ResourceResponse has a createRenderURL() throws IllegalStateException method");
      tcd.put(V2SIGTESTSRESOURCE_RESOURCERESPONSE_SIGRESOURCE_HASCREATERENDERURLRETURNS,
            "ResourceResponse method createRenderURL() returns PortletURL");
      tcd.put(V2SIGTESTSRESOURCE_RESOURCERESPONSE_SIGRESOURCE_HASCREATERESOURCEURL,
            "ResourceResponse has a createResourceURL() throws IllegalStateException method");
      tcd.put(V2SIGTESTSRESOURCE_RESOURCERESPONSE_SIGRESOURCE_HASCREATERESOURCEURLRETURNS,
            "ResourceResponse method createResourceURL() returns ResourceURL");
      tcd.put(V2SIGTESTSRESOURCE_RESOURCERESPONSE_SIGRESOURCE_HASSETCHARACTERENCODING,
            "ResourceResponse has a setCharacterEncoding(String)  method");
      tcd.put(V2SIGTESTSRESOURCE_RESOURCERESPONSE_SIGRESOURCE_HASSETCHARACTERENCODINGRETURNS,
            "ResourceResponse method setCharacterEncoding(String) returns void");
      tcd.put(V2SIGTESTSRESOURCE_RESOURCERESPONSE_SIGRESOURCE_HASSETCONTENTLENGTH,
            "ResourceResponse has a setContentLength(int)  method");
      tcd.put(V2SIGTESTSRESOURCE_RESOURCERESPONSE_SIGRESOURCE_HASSETCONTENTLENGTHRETURNS,
            "ResourceResponse method setContentLength(int) returns void");
      tcd.put(V2SIGTESTSRESOURCE_RESOURCERESPONSE_SIGRESOURCE_HASSETLOCALE,
            "ResourceResponse has a setLocale(java.util.Locale)  method");
      tcd.put(V2SIGTESTSRESOURCE_RESOURCERESPONSE_SIGRESOURCE_HASSETLOCALERETURNS,
            "ResourceResponse method setLocale(java.util.Locale) returns void");
      tcd.put(V2SIGTESTSRESOURCE_RESOURCERESPONSE_SIGRESOURCE_IMPLEMENTSMIMERESPONSE,
            "ResourceResponse implements MimeResponse");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERACTURL_HASADDPROPERTY,
            "Rection URL has a addProperty(String, String)  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERACTURL_HASADDPROPERTYRETURNS,
            "Rection URL method addProperty(String, String) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERACTURL_HASGETPARAMETERMAP, "Rection URL has a getParameterMap()  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERACTURL_HASGETPARAMETERMAPRETURNS,
            "Rection URL method getParameterMap() returns java.util.Map");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERACTURL_HASSETPARAMETER,
            "Rection URL has a setParameter(String, String)  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERACTURL_HASSETPARAMETERA,
            "Rection URL has a setParameter(String, String[])  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERACTURL_HASSETPARAMETERRETURNS,
            "Rection URL method setParameter(String, String) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERACTURL_HASSETPARAMETERRETURNSA,
            "Rection URL method setParameter(String, String[]) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERACTURL_HASSETPARAMETERS,
            "Rection URL has a setParameters(java.util.Map)  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERACTURL_HASSETPARAMETERSRETURNS,
            "Rection URL method setParameters(java.util.Map) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERACTURL_HASSETPROPERTY,
            "Rection URL has a setProperty(String, String)  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERACTURL_HASSETPROPERTYRETURNS,
            "Rection URL method setProperty(String, String) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERACTURL_HASSETSECURE,
            "Rection URL has a setSecure(boolean) throws PortletSecurityException method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERACTURL_HASSETSECURERETURNS,
            "Rection URL method setSecure(boolean) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERACTURL_HASTOSTRING, "Rection URL has a toString()  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERACTURL_HASTOSTRINGRETURNS, "Rection URL method toString() returns String");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERACTURL_HASWRITE,
            "Rection URL has a write(java.io.Writer) throws java.io.IOException method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERACTURL_HASWRITEA,
            "Rection URL has a write(java.io.Writer, boolean) throws java.io.IOException method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERACTURL_HASWRITERETURNS,
            "Rection URL method write(java.io.Writer) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERACTURL_HASWRITERETURNSA,
            "Rection URL method write(java.io.Writer, boolean) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRENURL_HASADDPROPERTY,
            "Render URL has a addProperty(String, String)  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRENURL_HASADDPROPERTYRETURNS,
            "Render URL method addProperty(String, String) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRENURL_HASGETPARAMETERMAP, "Render URL has a getParameterMap()  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRENURL_HASGETPARAMETERMAPRETURNS,
            "Render URL method getParameterMap() returns java.util.Map");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRENURL_HASSETPARAMETER,
            "Render URL has a setParameter(String, String)  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRENURL_HASSETPARAMETERA,
            "Render URL has a setParameter(String, String[])  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRENURL_HASSETPARAMETERRETURNS,
            "Render URL method setParameter(String, String) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRENURL_HASSETPARAMETERRETURNSA,
            "Render URL method setParameter(String, String[]) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRENURL_HASSETPARAMETERS,
            "Render URL has a setParameters(java.util.Map)  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRENURL_HASSETPARAMETERSRETURNS,
            "Render URL method setParameters(java.util.Map) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRENURL_HASSETPROPERTY,
            "Render URL has a setProperty(String, String)  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRENURL_HASSETPROPERTYRETURNS,
            "Render URL method setProperty(String, String) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRENURL_HASSETSECURE,
            "Render URL has a setSecure(boolean) throws PortletSecurityException method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRENURL_HASSETSECURERETURNS,
            "Render URL method setSecure(boolean) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRENURL_HASTOSTRING, "Render URL has a toString()  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRENURL_HASTOSTRINGRETURNS, "Render URL method toString() returns String");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRENURL_HASWRITE,
            "Render URL has a write(java.io.Writer) throws java.io.IOException method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRENURL_HASWRITEA,
            "Render URL has a write(java.io.Writer, boolean) throws java.io.IOException method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRENURL_HASWRITERETURNS,
            "Render URL method write(java.io.Writer) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRENURL_HASWRITERETURNSA,
            "Render URL method write(java.io.Writer, boolean) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRESURL_HASADDPROPERTY,
            "Resource URL has a addProperty(String, String)  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRESURL_HASADDPROPERTYRETURNS,
            "Resource URL method addProperty(String, String) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRESURL_HASGETPARAMETERMAP, "Resource URL has a getParameterMap()  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRESURL_HASGETPARAMETERMAPRETURNS,
            "Resource URL method getParameterMap() returns java.util.Map");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRESURL_HASSETPARAMETER,
            "Resource URL has a setParameter(String, String)  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRESURL_HASSETPARAMETERA,
            "Resource URL has a setParameter(String, String[])  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRESURL_HASSETPARAMETERRETURNS,
            "Resource URL method setParameter(String, String) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRESURL_HASSETPARAMETERRETURNSA,
            "Resource URL method setParameter(String, String[]) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRESURL_HASSETPARAMETERS,
            "Resource URL has a setParameters(java.util.Map)  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRESURL_HASSETPARAMETERSRETURNS,
            "Resource URL method setParameters(java.util.Map) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRESURL_HASSETPROPERTY,
            "Resource URL has a setProperty(String, String)  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRESURL_HASSETPROPERTYRETURNS,
            "Resource URL method setProperty(String, String) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRESURL_HASSETSECURE,
            "Resource URL has a setSecure(boolean) throws PortletSecurityException method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRESURL_HASSETSECURERETURNS,
            "Resource URL method setSecure(boolean) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRESURL_HASTOSTRING, "Resource URL has a toString()  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRESURL_HASTOSTRINGRETURNS,
            "Resource URL method toString() returns String");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRESURL_HASWRITE,
            "Resource URL has a write(java.io.Writer) throws java.io.IOException method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRESURL_HASWRITEA,
            "Resource URL has a write(java.io.Writer, boolean) throws java.io.IOException method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRESURL_HASWRITERETURNS,
            "Resource URL method write(java.io.Writer) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRENDERRESURL_HASWRITERETURNSA,
            "Resource URL method write(java.io.Writer, boolean) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCEACTURL_HASADDPROPERTY,
            "Action URL has a addProperty(String, String)  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCEACTURL_HASADDPROPERTYRETURNS,
            "Action URL method addProperty(String, String) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCEACTURL_HASGETPARAMETERMAP, "Action URL has a getParameterMap()  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCEACTURL_HASGETPARAMETERMAPRETURNS,
            "Action URL method getParameterMap() returns java.util.Map");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCEACTURL_HASSETPARAMETER,
            "Action URL has a setParameter(String, String)  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCEACTURL_HASSETPARAMETERA,
            "Action URL has a setParameter(String, String[])  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCEACTURL_HASSETPARAMETERRETURNS,
            "Action URL method setParameter(String, String) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCEACTURL_HASSETPARAMETERRETURNSA,
            "Action URL method setParameter(String, String[]) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCEACTURL_HASSETPARAMETERS,
            "Action URL has a setParameters(java.util.Map)  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCEACTURL_HASSETPARAMETERSRETURNS,
            "Action URL method setParameters(java.util.Map) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCEACTURL_HASSETPROPERTY,
            "Action URL has a setProperty(String, String)  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCEACTURL_HASSETPROPERTYRETURNS,
            "Action URL method setProperty(String, String) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCEACTURL_HASSETSECURE,
            "Action URL has a setSecure(boolean) throws PortletSecurityException method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCEACTURL_HASSETSECURERETURNS,
            "Action URL method setSecure(boolean) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCEACTURL_HASTOSTRING, "Action URL has a toString()  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCEACTURL_HASTOSTRINGRETURNS,
            "Action URL method toString() returns String");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCEACTURL_HASWRITE,
            "Action URL has a write(java.io.Writer) throws java.io.IOException method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCEACTURL_HASWRITEA,
            "Action URL has a write(java.io.Writer, boolean) throws java.io.IOException method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCEACTURL_HASWRITERETURNS,
            "Action URL method write(java.io.Writer) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCEACTURL_HASWRITERETURNSA,
            "Action URL method write(java.io.Writer, boolean) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERENURL_HASADDPROPERTY,
            "Render URL has a addProperty(String, String)  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERENURL_HASADDPROPERTYRETURNS,
            "Render URL method addProperty(String, String) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERENURL_HASGETPARAMETERMAP, "Render URL has a getParameterMap()  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERENURL_HASGETPARAMETERMAPRETURNS,
            "Render URL method getParameterMap() returns java.util.Map");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERENURL_HASSETPARAMETER,
            "Render URL has a setParameter(String, String)  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERENURL_HASSETPARAMETERA,
            "Render URL has a setParameter(String, String[])  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERENURL_HASSETPARAMETERRETURNS,
            "Render URL method setParameter(String, String) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERENURL_HASSETPARAMETERRETURNSA,
            "Render URL method setParameter(String, String[]) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERENURL_HASSETPARAMETERS,
            "Render URL has a setParameters(java.util.Map)  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERENURL_HASSETPARAMETERSRETURNS,
            "Render URL method setParameters(java.util.Map) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERENURL_HASSETPROPERTY,
            "Render URL has a setProperty(String, String)  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERENURL_HASSETPROPERTYRETURNS,
            "Render URL method setProperty(String, String) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERENURL_HASSETSECURE,
            "Render URL has a setSecure(boolean) throws PortletSecurityException method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERENURL_HASSETSECURERETURNS,
            "Render URL method setSecure(boolean) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERENURL_HASTOSTRING, "Render URL has a toString()  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERENURL_HASTOSTRINGRETURNS,
            "Render URL method toString() returns String");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERENURL_HASWRITE,
            "Render URL has a write(java.io.Writer) throws java.io.IOException method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERENURL_HASWRITEA,
            "Render URL has a write(java.io.Writer, boolean) throws java.io.IOException method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERENURL_HASWRITERETURNS,
            "Render URL method write(java.io.Writer) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERENURL_HASWRITERETURNSA,
            "Render URL method write(java.io.Writer, boolean) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERESURL_HASADDPROPERTY,
            "Resource URL has a addProperty(String, String)  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERESURL_HASADDPROPERTYRETURNS,
            "Resource URL method addProperty(String, String) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERESURL_HASGETPARAMETERMAP,
            "Resource URL has a getParameterMap()  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERESURL_HASGETPARAMETERMAPRETURNS,
            "Resource URL method getParameterMap() returns java.util.Map");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERESURL_HASSETPARAMETER,
            "Resource URL has a setParameter(String, String)  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERESURL_HASSETPARAMETERA,
            "Resource URL has a setParameter(String, String[])  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERESURL_HASSETPARAMETERRETURNS,
            "Resource URL method setParameter(String, String) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERESURL_HASSETPARAMETERRETURNSA,
            "Resource URL method setParameter(String, String[]) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERESURL_HASSETPARAMETERS,
            "Resource URL has a setParameters(java.util.Map)  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERESURL_HASSETPARAMETERSRETURNS,
            "Resource URL method setParameters(java.util.Map) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERESURL_HASSETPROPERTY,
            "Resource URL has a setProperty(String, String)  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERESURL_HASSETPROPERTYRETURNS,
            "Resource URL method setProperty(String, String) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERESURL_HASSETSECURE,
            "Resource URL has a setSecure(boolean) throws PortletSecurityException method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERESURL_HASSETSECURERETURNS,
            "Resource URL method setSecure(boolean) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERESURL_HASTOSTRING, "Resource URL has a toString()  method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERESURL_HASTOSTRINGRETURNS,
            "Resource URL method toString() returns String");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERESURL_HASWRITE,
            "Resource URL has a write(java.io.Writer) throws java.io.IOException method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERESURL_HASWRITEA,
            "Resource URL has a write(java.io.Writer, boolean) throws java.io.IOException method");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERESURL_HASWRITERETURNS,
            "Resource URL method write(java.io.Writer) returns void");
      tcd.put(V2SIGTESTSURL_BASEURL_SIGRESOURCERESURL_HASWRITERETURNSA,
            "Resource URL method write(java.io.Writer, boolean) returns void");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRENDERACTURL_HASGETPORTLETMODE, "Rection URL has a getPortletMode()  method");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRENDERACTURL_HASGETPORTLETMODERETURNS,
            "Rection URL method getPortletMode() returns PortletMode");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRENDERACTURL_HASGETWINDOWSTATE, "Rection URL has a getWindowState()  method");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRENDERACTURL_HASGETWINDOWSTATERETURNS,
            "Rection URL method getWindowState() returns WindowState");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRENDERACTURL_HASREMOVEPUBLICRENDERPARAMETER,
            "Rection URL has a removePublicRenderParameter(String)  method");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRENDERACTURL_HASREMOVEPUBLICRENDERPARAMETERRETURNS,
            "Rection URL method removePublicRenderParameter(String) returns void");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRENDERACTURL_HASSETPORTLETMODE,
            "Rection URL has a setPortletMode(PortletMode) throws PortletModeException method");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRENDERACTURL_HASSETPORTLETMODERETURNS,
            "Rection URL method setPortletMode(PortletMode) returns void");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRENDERACTURL_HASSETWINDOWSTATE,
            "Rection URL has a setWindowState(WindowState) throws WindowStateException method");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRENDERACTURL_HASSETWINDOWSTATERETURNS,
            "Rection URL method setWindowState(WindowState) returns void");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRENDERACTURL_IMPLEMENTSBASEURL, "Rection URL implements BaseURL");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRENDERRENURL_HASGETPORTLETMODE, "Render URL has a getPortletMode()  method");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRENDERRENURL_HASGETPORTLETMODERETURNS,
            "Render URL method getPortletMode() returns PortletMode");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRENDERRENURL_HASGETWINDOWSTATE, "Render URL has a getWindowState()  method");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRENDERRENURL_HASGETWINDOWSTATERETURNS,
            "Render URL method getWindowState() returns WindowState");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRENDERRENURL_HASREMOVEPUBLICRENDERPARAMETER,
            "Render URL has a removePublicRenderParameter(String)  method");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRENDERRENURL_HASREMOVEPUBLICRENDERPARAMETERRETURNS,
            "Render URL method removePublicRenderParameter(String) returns void");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRENDERRENURL_HASSETPORTLETMODE,
            "Render URL has a setPortletMode(PortletMode) throws PortletModeException method");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRENDERRENURL_HASSETPORTLETMODERETURNS,
            "Render URL method setPortletMode(PortletMode) returns void");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRENDERRENURL_HASSETWINDOWSTATE,
            "Render URL has a setWindowState(WindowState) throws WindowStateException method");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRENDERRENURL_HASSETWINDOWSTATERETURNS,
            "Render URL method setWindowState(WindowState) returns void");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRENDERRENURL_IMPLEMENTSBASEURL, "Render URL implements BaseURL");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRESOURCEACTURL_HASGETPORTLETMODE,
            "Action URL has a getPortletMode()  method");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRESOURCEACTURL_HASGETPORTLETMODERETURNS,
            "Action URL method getPortletMode() returns PortletMode");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRESOURCEACTURL_HASGETWINDOWSTATE,
            "Action URL has a getWindowState()  method");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRESOURCEACTURL_HASGETWINDOWSTATERETURNS,
            "Action URL method getWindowState() returns WindowState");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRESOURCEACTURL_HASREMOVEPUBLICRENDERPARAMETER,
            "Action URL has a removePublicRenderParameter(String)  method");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRESOURCEACTURL_HASREMOVEPUBLICRENDERPARAMETERRETURNS,
            "Action URL method removePublicRenderParameter(String) returns void");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRESOURCEACTURL_HASSETPORTLETMODE,
            "Action URL has a setPortletMode(PortletMode) throws PortletModeException method");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRESOURCEACTURL_HASSETPORTLETMODERETURNS,
            "Action URL method setPortletMode(PortletMode) returns void");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRESOURCEACTURL_HASSETWINDOWSTATE,
            "Action URL has a setWindowState(WindowState) throws WindowStateException method");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRESOURCEACTURL_HASSETWINDOWSTATERETURNS,
            "Action URL method setWindowState(WindowState) returns void");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRESOURCEACTURL_IMPLEMENTSBASEURL, "Action URL implements BaseURL");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRESOURCERENURL_HASGETPORTLETMODE,
            "Render URL has a getPortletMode()  method");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRESOURCERENURL_HASGETPORTLETMODERETURNS,
            "Render URL method getPortletMode() returns PortletMode");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRESOURCERENURL_HASGETWINDOWSTATE,
            "Render URL has a getWindowState()  method");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRESOURCERENURL_HASGETWINDOWSTATERETURNS,
            "Render URL method getWindowState() returns WindowState");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRESOURCERENURL_HASREMOVEPUBLICRENDERPARAMETER,
            "Render URL has a removePublicRenderParameter(String)  method");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRESOURCERENURL_HASREMOVEPUBLICRENDERPARAMETERRETURNS,
            "Render URL method removePublicRenderParameter(String) returns void");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRESOURCERENURL_HASSETPORTLETMODE,
            "Render URL has a setPortletMode(PortletMode) throws PortletModeException method");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRESOURCERENURL_HASSETPORTLETMODERETURNS,
            "Render URL method setPortletMode(PortletMode) returns void");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRESOURCERENURL_HASSETWINDOWSTATE,
            "Render URL has a setWindowState(WindowState) throws WindowStateException method");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRESOURCERENURL_HASSETWINDOWSTATERETURNS,
            "Render URL method setWindowState(WindowState) returns void");
      tcd.put(V2SIGTESTSURL_PORTLETURL_SIGRESOURCERENURL_IMPLEMENTSBASEURL, "Render URL implements BaseURL");
      tcd.put(V2SIGTESTSURL_RESOURCEURL_SIGRENDER_FIELDFULL, "ResourceURL has String field FULL");
      tcd.put(V2SIGTESTSURL_RESOURCEURL_SIGRENDER_FIELDPAGE, "ResourceURL has String field PAGE");
      tcd.put(V2SIGTESTSURL_RESOURCEURL_SIGRENDER_FIELDPORTLET, "ResourceURL has String field PORTLET");
      tcd.put(V2SIGTESTSURL_RESOURCEURL_SIGRENDER_FIELDSHARED, "ResourceURL has String field SHARED");
      tcd.put(V2SIGTESTSURL_RESOURCEURL_SIGRENDER_HASGETCACHEABILITY, "ResourceURL has a getCacheability()  method");
      tcd.put(V2SIGTESTSURL_RESOURCEURL_SIGRENDER_HASGETCACHEABILITYRETURNS,
            "ResourceURL method getCacheability() returns String");
      tcd.put(V2SIGTESTSURL_RESOURCEURL_SIGRENDER_HASSETCACHEABILITY,
            "ResourceURL has a setCacheability(String)  method");
      tcd.put(V2SIGTESTSURL_RESOURCEURL_SIGRENDER_HASSETCACHEABILITYRETURNS,
            "ResourceURL method setCacheability(String) returns void");
      tcd.put(V2SIGTESTSURL_RESOURCEURL_SIGRENDER_HASSETRESOURCEID, "ResourceURL has a setResourceID(String)  method");
      tcd.put(V2SIGTESTSURL_RESOURCEURL_SIGRENDER_HASSETRESOURCEIDRETURNS,
            "ResourceURL method setResourceID(String) returns void");
      tcd.put(V2SIGTESTSURL_RESOURCEURL_SIGRENDER_IMPLEMENTSBASEURL, "ResourceURL implements BaseURL");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONREQUESTWRAPPER_SIGRENDER_CONSTRUCTOR,
            "ActionRequestWrapper provides constructor ActionRequestWrapper(ActionRequest) ");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONREQUESTWRAPPER_SIGRENDER_EXTENDSPORTLETREQUESTWRAPPER,
            "ActionRequestWrapper extends PortletRequestWrapper");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONREQUESTWRAPPER_SIGRENDER_HASGETCHARACTERENCODING,
            "ActionRequestWrapper has a getCharacterEncoding()  method");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONREQUESTWRAPPER_SIGRENDER_HASGETCHARACTERENCODINGRETURNS,
            "ActionRequestWrapper method getCharacterEncoding() returns String");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONREQUESTWRAPPER_SIGRENDER_HASGETCONTENTLENGTH,
            "ActionRequestWrapper has a getContentLength()  method");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONREQUESTWRAPPER_SIGRENDER_HASGETCONTENTLENGTHRETURNS,
            "ActionRequestWrapper method getContentLength() returns int");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONREQUESTWRAPPER_SIGRENDER_HASGETCONTENTTYPE,
            "ActionRequestWrapper has a getContentType()  method");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONREQUESTWRAPPER_SIGRENDER_HASGETCONTENTTYPERETURNS,
            "ActionRequestWrapper method getContentType() returns String");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONREQUESTWRAPPER_SIGRENDER_HASGETMETHOD,
            "ActionRequestWrapper has a getMethod()  method");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONREQUESTWRAPPER_SIGRENDER_HASGETMETHODRETURNS,
            "ActionRequestWrapper method getMethod() returns String");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONREQUESTWRAPPER_SIGRENDER_HASGETPORTLETINPUTSTREAM,
            "ActionRequestWrapper has a getPortletInputStream() throws java.io.IOException method");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONREQUESTWRAPPER_SIGRENDER_HASGETPORTLETINPUTSTREAMRETURNS,
            "ActionRequestWrapper method getPortletInputStream() returns java.io.InputStream");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONREQUESTWRAPPER_SIGRENDER_HASGETREADER,
            "ActionRequestWrapper has a getReader() throws java.io.UnsupportedEncodingException, java.io.IOException method");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONREQUESTWRAPPER_SIGRENDER_HASGETREADERRETURNS,
            "ActionRequestWrapper method getReader() returns java.io.BufferedReader");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONREQUESTWRAPPER_SIGRENDER_HASGETREQUEST,
            "ActionRequestWrapper has a getRequest()  method");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONREQUESTWRAPPER_SIGRENDER_HASGETREQUESTA,
            "ActionRequestWrapper has a getRequest()  method");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONREQUESTWRAPPER_SIGRENDER_HASGETREQUESTRETURNS,
            "ActionRequestWrapper method getRequest() returns ActionRequest");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONREQUESTWRAPPER_SIGRENDER_HASGETREQUESTRETURNSA,
            "ActionRequestWrapper method getRequest() returns PortletRequest");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONREQUESTWRAPPER_SIGRENDER_HASSETCHARACTERENCODING,
            "ActionRequestWrapper has a setCharacterEncoding(String) throws java.io.UnsupportedEncodingException method");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONREQUESTWRAPPER_SIGRENDER_HASSETCHARACTERENCODINGRETURNS,
            "ActionRequestWrapper method setCharacterEncoding(String) returns void");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONREQUESTWRAPPER_SIGRENDER_HASSETREQUEST,
            "ActionRequestWrapper has a setRequest(ActionRequest)  method");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONREQUESTWRAPPER_SIGRENDER_HASSETREQUESTRETURNS,
            "ActionRequestWrapper method setRequest(ActionRequest) returns void");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONREQUESTWRAPPER_SIGRENDER_IMPLEMENTSACTIONREQUEST,
            "ActionRequestWrapper implements ActionRequest");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_CONSTRUCTOR,
            "ActionResponseWrapper provides constructor ActionResponseWrapper(ActionResponse) ");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_EXTENDSPORTLETRESPONSEWRAPPER,
            "ActionResponseWrapper extends PortletResponseWrapper");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_HASGETPORTLETMODE,
            "ActionResponseWrapper has a getPortletMode()  method");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_HASGETPORTLETMODERETURNS,
            "ActionResponseWrapper method getPortletMode() returns PortletMode");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_HASGETRENDERPARAMETERMAP,
            "ActionResponseWrapper has a getRenderParameterMap()  method");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_HASGETRENDERPARAMETERMAPRETURNS,
            "ActionResponseWrapper method getRenderParameterMap() returns java.util.Map");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_HASGETRESPONSE,
            "ActionResponseWrapper has a getResponse()  method");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_HASGETRESPONSEA,
            "ActionResponseWrapper has a getResponse()  method");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_HASGETRESPONSERETURNS,
            "ActionResponseWrapper method getResponse() returns ActionResponse");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_HASGETRESPONSERETURNSA,
            "ActionResponseWrapper method getResponse() returns PortletResponse");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_HASGETWINDOWSTATE,
            "ActionResponseWrapper has a getWindowState()  method");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_HASGETWINDOWSTATERETURNS,
            "ActionResponseWrapper method getWindowState() returns WindowState");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_HASREMOVEPUBLICRENDERPARAMETER,
            "ActionResponseWrapper has a removePublicRenderParameter(String)  method");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_HASREMOVEPUBLICRENDERPARAMETERRETURNS,
            "ActionResponseWrapper method removePublicRenderParameter(String) returns void");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_HASSENDREDIRECT,
            "ActionResponseWrapper has a sendRedirect(String) throws java.io.IOException method");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_HASSENDREDIRECTA,
            "ActionResponseWrapper has a sendRedirect(String, String) throws java.io.IOException method");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_HASSENDREDIRECTRETURNS,
            "ActionResponseWrapper method sendRedirect(String) returns void");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_HASSENDREDIRECTRETURNSA,
            "ActionResponseWrapper method sendRedirect(String, String) returns void");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_HASSETEVENT,
            "ActionResponseWrapper has a setEvent(javax.xml.namespace.QName, java.io.Serializable)  method");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_HASSETEVENTA,
            "ActionResponseWrapper has a setEvent(String, java.io.Serializable)  method");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_HASSETEVENTRETURNS,
            "ActionResponseWrapper method setEvent(javax.xml.namespace.QName, java.io.Serializable) returns void");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_HASSETEVENTRETURNSA,
            "ActionResponseWrapper method setEvent(String, java.io.Serializable) returns void");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_HASSETPORTLETMODE,
            "ActionResponseWrapper has a setPortletMode(PortletMode) throws PortletModeException method");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_HASSETPORTLETMODERETURNS,
            "ActionResponseWrapper method setPortletMode(PortletMode) returns void");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_HASSETRENDERPARAMETER,
            "ActionResponseWrapper has a setRenderParameter(String, String)  method");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_HASSETRENDERPARAMETERA,
            "ActionResponseWrapper has a setRenderParameter(String, String[])  method");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_HASSETRENDERPARAMETERRETURNS,
            "ActionResponseWrapper method setRenderParameter(String, String) returns void");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_HASSETRENDERPARAMETERRETURNSA,
            "ActionResponseWrapper method setRenderParameter(String, String[]) returns void");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_HASSETRENDERPARAMETERS,
            "ActionResponseWrapper has a setRenderParameters(java.util.Map)  method");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_HASSETRENDERPARAMETERSRETURNS,
            "ActionResponseWrapper method setRenderParameters(java.util.Map) returns void");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_HASSETRESPONSE,
            "ActionResponseWrapper has a setResponse(ActionResponse)  method");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_HASSETRESPONSERETURNS,
            "ActionResponseWrapper method setResponse(ActionResponse) returns void");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_HASSETWINDOWSTATE,
            "ActionResponseWrapper has a setWindowState(WindowState) throws WindowStateException method");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_HASSETWINDOWSTATERETURNS,
            "ActionResponseWrapper method setWindowState(WindowState) returns void");
      tcd.put(V2SIGTESTSWRAPPER_ACTIONRESPONSEWRAPPER_SIGRENDER_IMPLEMENTSACTIONRESPONSE,
            "ActionResponseWrapper implements ActionResponse");
      tcd.put(V2SIGTESTSWRAPPER_EVENTREQUESTWRAPPER_SIGRENDER_CONSTRUCTOR,
            "EventRequestWrapper provides constructor EventRequestWrapper(EventRequest) ");
      tcd.put(V2SIGTESTSWRAPPER_EVENTREQUESTWRAPPER_SIGRENDER_EXTENDSPORTLETREQUESTWRAPPER,
            "EventRequestWrapper extends PortletRequestWrapper");
      tcd.put(V2SIGTESTSWRAPPER_EVENTREQUESTWRAPPER_SIGRENDER_HASGETEVENT,
            "EventRequestWrapper has a getEvent()  method");
      tcd.put(V2SIGTESTSWRAPPER_EVENTREQUESTWRAPPER_SIGRENDER_HASGETEVENTRETURNS,
            "EventRequestWrapper method getEvent() returns Event");
      tcd.put(V2SIGTESTSWRAPPER_EVENTREQUESTWRAPPER_SIGRENDER_HASGETMETHOD,
            "EventRequestWrapper has a getMethod()  method");
      tcd.put(V2SIGTESTSWRAPPER_EVENTREQUESTWRAPPER_SIGRENDER_HASGETMETHODRETURNS,
            "EventRequestWrapper method getMethod() returns String");
      tcd.put(V2SIGTESTSWRAPPER_EVENTREQUESTWRAPPER_SIGRENDER_HASGETREQUEST,
            "EventRequestWrapper has a getRequest()  method");
      tcd.put(V2SIGTESTSWRAPPER_EVENTREQUESTWRAPPER_SIGRENDER_HASGETREQUESTA,
            "EventRequestWrapper has a getRequest()  method");
      tcd.put(V2SIGTESTSWRAPPER_EVENTREQUESTWRAPPER_SIGRENDER_HASGETREQUESTRETURNS,
            "EventRequestWrapper method getRequest() returns EventRequest");
      tcd.put(V2SIGTESTSWRAPPER_EVENTREQUESTWRAPPER_SIGRENDER_HASGETREQUESTRETURNSA,
            "EventRequestWrapper method getRequest() returns PortletRequest");
      tcd.put(V2SIGTESTSWRAPPER_EVENTREQUESTWRAPPER_SIGRENDER_HASSETREQUEST,
            "EventRequestWrapper has a setRequest(EventRequest)  method");
      tcd.put(V2SIGTESTSWRAPPER_EVENTREQUESTWRAPPER_SIGRENDER_HASSETREQUESTRETURNS,
            "EventRequestWrapper method setRequest(EventRequest) returns void");
      tcd.put(V2SIGTESTSWRAPPER_EVENTREQUESTWRAPPER_SIGRENDER_IMPLEMENTSEVENTREQUEST,
            "EventRequestWrapper implements EventRequest");
      tcd.put(V2SIGTESTSWRAPPER_EVENTRESPONSEWRAPPER_SIGRENDER_CONSTRUCTOR,
            "EventResponseWrapper provides constructor EventResponseWrapper(EventResponse) ");
      tcd.put(V2SIGTESTSWRAPPER_EVENTRESPONSEWRAPPER_SIGRENDER_EXTENDSPORTLETRESPONSEWRAPPER,
            "EventResponseWrapper extends PortletResponseWrapper");
      tcd.put(V2SIGTESTSWRAPPER_EVENTRESPONSEWRAPPER_SIGRENDER_HASGETPORTLETMODE,
            "EventResponseWrapper has a getPortletMode()  method");
      tcd.put(V2SIGTESTSWRAPPER_EVENTRESPONSEWRAPPER_SIGRENDER_HASGETPORTLETMODERETURNS,
            "EventResponseWrapper method getPortletMode() returns PortletMode");
      tcd.put(V2SIGTESTSWRAPPER_EVENTRESPONSEWRAPPER_SIGRENDER_HASGETRENDERPARAMETERMAP,
            "EventResponseWrapper has a getRenderParameterMap()  method");
      tcd.put(V2SIGTESTSWRAPPER_EVENTRESPONSEWRAPPER_SIGRENDER_HASGETRENDERPARAMETERMAPRETURNS,
            "EventResponseWrapper method getRenderParameterMap() returns java.util.Map");
      tcd.put(V2SIGTESTSWRAPPER_EVENTRESPONSEWRAPPER_SIGRENDER_HASGETRESPONSE,
            "EventResponseWrapper has a getResponse()  method");
      tcd.put(V2SIGTESTSWRAPPER_EVENTRESPONSEWRAPPER_SIGRENDER_HASGETRESPONSEA,
            "EventResponseWrapper has a getResponse()  method");
      tcd.put(V2SIGTESTSWRAPPER_EVENTRESPONSEWRAPPER_SIGRENDER_HASGETRESPONSERETURNS,
            "EventResponseWrapper method getResponse() returns EventResponse");
      tcd.put(V2SIGTESTSWRAPPER_EVENTRESPONSEWRAPPER_SIGRENDER_HASGETRESPONSERETURNSA,
            "EventResponseWrapper method getResponse() returns PortletResponse");
      tcd.put(V2SIGTESTSWRAPPER_EVENTRESPONSEWRAPPER_SIGRENDER_HASGETWINDOWSTATE,
            "EventResponseWrapper has a getWindowState()  method");
      tcd.put(V2SIGTESTSWRAPPER_EVENTRESPONSEWRAPPER_SIGRENDER_HASGETWINDOWSTATERETURNS,
            "EventResponseWrapper method getWindowState() returns WindowState");
      tcd.put(V2SIGTESTSWRAPPER_EVENTRESPONSEWRAPPER_SIGRENDER_HASREMOVEPUBLICRENDERPARAMETER,
            "EventResponseWrapper has a removePublicRenderParameter(String)  method");
      tcd.put(V2SIGTESTSWRAPPER_EVENTRESPONSEWRAPPER_SIGRENDER_HASREMOVEPUBLICRENDERPARAMETERRETURNS,
            "EventResponseWrapper method removePublicRenderParameter(String) returns void");
      tcd.put(V2SIGTESTSWRAPPER_EVENTRESPONSEWRAPPER_SIGRENDER_HASSETEVENT,
            "EventResponseWrapper has a setEvent(javax.xml.namespace.QName, java.io.Serializable)  method");
      tcd.put(V2SIGTESTSWRAPPER_EVENTRESPONSEWRAPPER_SIGRENDER_HASSETEVENTA,
            "EventResponseWrapper has a setEvent(String, java.io.Serializable)  method");
      tcd.put(V2SIGTESTSWRAPPER_EVENTRESPONSEWRAPPER_SIGRENDER_HASSETEVENTRETURNS,
            "EventResponseWrapper method setEvent(javax.xml.namespace.QName, java.io.Serializable) returns void");
      tcd.put(V2SIGTESTSWRAPPER_EVENTRESPONSEWRAPPER_SIGRENDER_HASSETEVENTRETURNSA,
            "EventResponseWrapper method setEvent(String, java.io.Serializable) returns void");
      tcd.put(V2SIGTESTSWRAPPER_EVENTRESPONSEWRAPPER_SIGRENDER_HASSETPORTLETMODE,
            "EventResponseWrapper has a setPortletMode(PortletMode) throws PortletModeException method");
      tcd.put(V2SIGTESTSWRAPPER_EVENTRESPONSEWRAPPER_SIGRENDER_HASSETPORTLETMODERETURNS,
            "EventResponseWrapper method setPortletMode(PortletMode) returns void");
      tcd.put(V2SIGTESTSWRAPPER_EVENTRESPONSEWRAPPER_SIGRENDER_HASSETRENDERPARAMETER,
            "EventResponseWrapper has a setRenderParameter(String, String)  method");
      tcd.put(V2SIGTESTSWRAPPER_EVENTRESPONSEWRAPPER_SIGRENDER_HASSETRENDERPARAMETERA,
            "EventResponseWrapper has a setRenderParameter(String, String[])  method");
      tcd.put(V2SIGTESTSWRAPPER_EVENTRESPONSEWRAPPER_SIGRENDER_HASSETRENDERPARAMETERRETURNS,
            "EventResponseWrapper method setRenderParameter(String, String) returns void");
      tcd.put(V2SIGTESTSWRAPPER_EVENTRESPONSEWRAPPER_SIGRENDER_HASSETRENDERPARAMETERRETURNSA,
            "EventResponseWrapper method setRenderParameter(String, String[]) returns void");
      tcd.put(V2SIGTESTSWRAPPER_EVENTRESPONSEWRAPPER_SIGRENDER_HASSETRENDERPARAMETERS,
            "EventResponseWrapper has a setRenderParameters(java.util.Map)  method");
      tcd.put(V2SIGTESTSWRAPPER_EVENTRESPONSEWRAPPER_SIGRENDER_HASSETRENDERPARAMETERSA,
            "EventResponseWrapper has a setRenderParameters(EventRequest)  method");
      tcd.put(V2SIGTESTSWRAPPER_EVENTRESPONSEWRAPPER_SIGRENDER_HASSETRENDERPARAMETERSRETURNS,
            "EventResponseWrapper method setRenderParameters(java.util.Map) returns void");
      tcd.put(V2SIGTESTSWRAPPER_EVENTRESPONSEWRAPPER_SIGRENDER_HASSETRENDERPARAMETERSRETURNSA,
            "EventResponseWrapper method setRenderParameters(EventRequest) returns void");
      tcd.put(V2SIGTESTSWRAPPER_EVENTRESPONSEWRAPPER_SIGRENDER_HASSETRESPONSE,
            "EventResponseWrapper has a setResponse(EventResponse)  method");
      tcd.put(V2SIGTESTSWRAPPER_EVENTRESPONSEWRAPPER_SIGRENDER_HASSETRESPONSERETURNS,
            "EventResponseWrapper method setResponse(EventResponse) returns void");
      tcd.put(V2SIGTESTSWRAPPER_EVENTRESPONSEWRAPPER_SIGRENDER_HASSETWINDOWSTATE,
            "EventResponseWrapper has a setWindowState(WindowState) throws WindowStateException method");
      tcd.put(V2SIGTESTSWRAPPER_EVENTRESPONSEWRAPPER_SIGRENDER_HASSETWINDOWSTATERETURNS,
            "EventResponseWrapper method setWindowState(WindowState) returns void");
      tcd.put(V2SIGTESTSWRAPPER_EVENTRESPONSEWRAPPER_SIGRENDER_IMPLEMENTSEVENTRESPONSE,
            "EventResponseWrapper implements EventResponse");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_CONSTRUCTOR,
            "PortletRequestWrapper provides constructor PortletRequestWrapper(PortletRequest) ");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETATTRIBUTE,
            "PortletRequestWrapper has a getAttribute(String)  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETATTRIBUTENAMES,
            "PortletRequestWrapper has a getAttributeNames()  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETATTRIBUTENAMESRETURNS,
            "PortletRequestWrapper method getAttributeNames() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETATTRIBUTERETURNS,
            "PortletRequestWrapper method getAttribute(String) returns Object");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETAUTHTYPE,
            "PortletRequestWrapper has a getAuthType()  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETAUTHTYPERETURNS,
            "PortletRequestWrapper method getAuthType() returns String");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETCONTEXTPATH,
            "PortletRequestWrapper has a getContextPath()  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETCONTEXTPATHRETURNS,
            "PortletRequestWrapper method getContextPath() returns String");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETCOOKIES,
            "PortletRequestWrapper has a getCookies()  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETCOOKIESRETURNS,
            "PortletRequestWrapper method getCookies() returns javax.servlet.http.Cookie[] ");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETLOCALE,
            "PortletRequestWrapper has a getLocale()  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETLOCALERETURNS,
            "PortletRequestWrapper method getLocale() returns java.util.Locale");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETLOCALES,
            "PortletRequestWrapper has a getLocales()  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETLOCALESRETURNS,
            "PortletRequestWrapper method getLocales() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETPARAMETER,
            "PortletRequestWrapper has a getParameter(String)  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETPARAMETERMAP,
            "PortletRequestWrapper has a getParameterMap()  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETPARAMETERMAPRETURNS,
            "PortletRequestWrapper method getParameterMap() returns java.util.Map");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETPARAMETERNAMES,
            "PortletRequestWrapper has a getParameterNames()  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETPARAMETERNAMESRETURNS,
            "PortletRequestWrapper method getParameterNames() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETPARAMETERRETURNS,
            "PortletRequestWrapper method getParameter(String) returns String");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETPARAMETERVALUES,
            "PortletRequestWrapper has a getParameterValues(String)  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETPARAMETERVALUESRETURNS,
            "PortletRequestWrapper method getParameterValues(String) returns String[] ");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETPORTALCONTEXT,
            "PortletRequestWrapper has a getPortalContext()  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETPORTALCONTEXTRETURNS,
            "PortletRequestWrapper method getPortalContext() returns PortalContext");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETPORTLETMODE,
            "PortletRequestWrapper has a getPortletMode()  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETPORTLETMODERETURNS,
            "PortletRequestWrapper method getPortletMode() returns PortletMode");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETPORTLETSESSION,
            "PortletRequestWrapper has a getPortletSession()  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETPORTLETSESSIONA,
            "PortletRequestWrapper has a getPortletSession(boolean)  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETPORTLETSESSIONRETURNS,
            "PortletRequestWrapper method getPortletSession() returns PortletSession");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETPORTLETSESSIONRETURNSA,
            "PortletRequestWrapper method getPortletSession(boolean) returns PortletSession");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETPREFERENCES,
            "PortletRequestWrapper has a getPreferences()  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETPREFERENCESRETURNS,
            "PortletRequestWrapper method getPreferences() returns PortletPreferences");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETPRIVATEPARAMETERMAP,
            "PortletRequestWrapper has a getPrivateParameterMap()  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETPRIVATEPARAMETERMAPRETURNS,
            "PortletRequestWrapper method getPrivateParameterMap() returns java.util.Map");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETPROPERTIES,
            "PortletRequestWrapper has a getProperties(String)  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETPROPERTIESRETURNS,
            "PortletRequestWrapper method getProperties(String) returns java.util.Enumeration");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETPROPERTY,
            "PortletRequestWrapper has a getProperty(String)  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETPROPERTYNAMES,
            "PortletRequestWrapper has a getPropertyNames()  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETPROPERTYNAMESRETURNS,
            "PortletRequestWrapper method getPropertyNames() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETPROPERTYRETURNS,
            "PortletRequestWrapper method getProperty(String) returns String");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETPUBLICPARAMETERMAP,
            "PortletRequestWrapper has a getPublicParameterMap()  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETPUBLICPARAMETERMAPRETURNS,
            "PortletRequestWrapper method getPublicParameterMap() returns java.util.Map");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETREMOTEUSER,
            "PortletRequestWrapper has a getRemoteUser()  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETREMOTEUSERRETURNS,
            "PortletRequestWrapper method getRemoteUser() returns String");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETREQUEST,
            "PortletRequestWrapper has a getRequest()  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETREQUESTRETURNS,
            "PortletRequestWrapper method getRequest() returns PortletRequest");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETREQUESTEDSESSIONID,
            "PortletRequestWrapper has a getRequestedSessionId()  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETREQUESTEDSESSIONIDRETURNS,
            "PortletRequestWrapper method getRequestedSessionId() returns String");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETRESPONSECONTENTTYPE,
            "PortletRequestWrapper has a getResponseContentType()  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETRESPONSECONTENTTYPERETURNS,
            "PortletRequestWrapper method getResponseContentType() returns String");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETRESPONSECONTENTTYPES,
            "PortletRequestWrapper has a getResponseContentTypes()  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETRESPONSECONTENTTYPESRETURNS,
            "PortletRequestWrapper method getResponseContentTypes() returns java.util.Enumeration");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETSCHEME,
            "PortletRequestWrapper has a getScheme()  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETSCHEMERETURNS,
            "PortletRequestWrapper method getScheme() returns String");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETSERVERNAME,
            "PortletRequestWrapper has a getServerName()  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETSERVERNAMERETURNS,
            "PortletRequestWrapper method getServerName() returns String");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETSERVERPORT,
            "PortletRequestWrapper has a getServerPort()  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETSERVERPORTRETURNS,
            "PortletRequestWrapper method getServerPort() returns int");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETUSERPRINCIPAL,
            "PortletRequestWrapper has a getUserPrincipal()  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETUSERPRINCIPALRETURNS,
            "PortletRequestWrapper method getUserPrincipal() returns java.security.Principal");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETWINDOWID,
            "PortletRequestWrapper has a getWindowID()  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETWINDOWIDRETURNS,
            "PortletRequestWrapper method getWindowID() returns String");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETWINDOWSTATE,
            "PortletRequestWrapper has a getWindowState()  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASGETWINDOWSTATERETURNS,
            "PortletRequestWrapper method getWindowState() returns WindowState");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASISPORTLETMODEALLOWED,
            "PortletRequestWrapper has a isPortletModeAllowed(PortletMode)  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASISPORTLETMODEALLOWEDRETURNS,
            "PortletRequestWrapper method isPortletModeAllowed(PortletMode) returns boolean");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASISREQUESTEDSESSIONIDVALID,
            "PortletRequestWrapper has a isRequestedSessionIdValid()  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASISREQUESTEDSESSIONIDVALIDRETURNS,
            "PortletRequestWrapper method isRequestedSessionIdValid() returns boolean");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASISSECURE,
            "PortletRequestWrapper has a isSecure()  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASISSECURERETURNS,
            "PortletRequestWrapper method isSecure() returns boolean");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASISUSERINROLE,
            "PortletRequestWrapper has a isUserInRole(String)  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASISUSERINROLERETURNS,
            "PortletRequestWrapper method isUserInRole(String) returns boolean");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASISWINDOWSTATEALLOWED,
            "PortletRequestWrapper has a isWindowStateAllowed(WindowState)  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASISWINDOWSTATEALLOWEDRETURNS,
            "PortletRequestWrapper method isWindowStateAllowed(WindowState) returns boolean");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASREMOVEATTRIBUTE,
            "PortletRequestWrapper has a removeAttribute(String)  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASREMOVEATTRIBUTERETURNS,
            "PortletRequestWrapper method removeAttribute(String) returns void");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASSETATTRIBUTE,
            "PortletRequestWrapper has a setAttribute(String, Object)  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASSETATTRIBUTERETURNS,
            "PortletRequestWrapper method setAttribute(String, Object) returns void");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASSETREQUEST,
            "PortletRequestWrapper has a setRequest(PortletRequest)  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_HASSETREQUESTRETURNS,
            "PortletRequestWrapper method setRequest(PortletRequest) returns void");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETREQUESTWRAPPER_SIGRENDER_IMPLEMENTSPORTLETREQUEST,
            "PortletRequestWrapper implements PortletRequest");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETRESPONSEWRAPPER_SIGRENDER_CONSTRUCTOR,
            "PortletResponseWrapper provides constructor PortletResponseWrapper(PortletResponse) ");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETRESPONSEWRAPPER_SIGRENDER_HASADDPROPERTY,
            "PortletResponseWrapper has a addProperty(String, String)  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETRESPONSEWRAPPER_SIGRENDER_HASADDPROPERTYA,
            "PortletResponseWrapper has a addProperty(String, org.w3c.dom.Element)  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETRESPONSEWRAPPER_SIGRENDER_HASADDPROPERTYB,
            "PortletResponseWrapper has a addProperty(javax.servlet.http.Cookie)  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETRESPONSEWRAPPER_SIGRENDER_HASADDPROPERTYRETURNS,
            "PortletResponseWrapper method addProperty(String, String) returns void");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETRESPONSEWRAPPER_SIGRENDER_HASADDPROPERTYRETURNSA,
            "PortletResponseWrapper method addProperty(String, org.w3c.dom.Element) returns void");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETRESPONSEWRAPPER_SIGRENDER_HASADDPROPERTYRETURNSB,
            "PortletResponseWrapper method addProperty(javax.servlet.http.Cookie) returns void");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETRESPONSEWRAPPER_SIGRENDER_HASCREATEELEMENT,
            "PortletResponseWrapper has a createElement(String)  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETRESPONSEWRAPPER_SIGRENDER_HASCREATEELEMENTRETURNS,
            "PortletResponseWrapper method createElement(String) returns org.w3c.dom.Element");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETRESPONSEWRAPPER_SIGRENDER_HASENCODEURL,
            "PortletResponseWrapper has a encodeURL(String)  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETRESPONSEWRAPPER_SIGRENDER_HASENCODEURLRETURNS,
            "PortletResponseWrapper method encodeURL(String) returns String");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETRESPONSEWRAPPER_SIGRENDER_HASGETNAMESPACE,
            "PortletResponseWrapper has a getNamespace()  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETRESPONSEWRAPPER_SIGRENDER_HASGETNAMESPACERETURNS,
            "PortletResponseWrapper method getNamespace() returns String");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETRESPONSEWRAPPER_SIGRENDER_HASGETRESPONSE,
            "PortletResponseWrapper has a getResponse()  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETRESPONSEWRAPPER_SIGRENDER_HASGETRESPONSERETURNS,
            "PortletResponseWrapper method getResponse() returns PortletResponse");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETRESPONSEWRAPPER_SIGRENDER_HASSETPROPERTY,
            "PortletResponseWrapper has a setProperty(String, String)  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETRESPONSEWRAPPER_SIGRENDER_HASSETPROPERTYRETURNS,
            "PortletResponseWrapper method setProperty(String, String) returns void");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETRESPONSEWRAPPER_SIGRENDER_HASSETRESPONSE,
            "PortletResponseWrapper has a setResponse(PortletResponse)  method");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETRESPONSEWRAPPER_SIGRENDER_HASSETRESPONSERETURNS,
            "PortletResponseWrapper method setResponse(PortletResponse) returns void");
      tcd.put(V2SIGTESTSWRAPPER_PORTLETRESPONSEWRAPPER_SIGRENDER_IMPLEMENTSPORTLETRESPONSE,
            "PortletResponseWrapper implements PortletResponse");
      tcd.put(V2SIGTESTSWRAPPER_RENDERREQUESTWRAPPER_SIGRENDER_CONSTRUCTOR,
            "RenderRequestWrapper provides constructor RenderRequestWrapper(RenderRequest) ");
      tcd.put(V2SIGTESTSWRAPPER_RENDERREQUESTWRAPPER_SIGRENDER_EXTENDSPORTLETREQUESTWRAPPER,
            "RenderRequestWrapper extends PortletRequestWrapper");
      tcd.put(V2SIGTESTSWRAPPER_RENDERREQUESTWRAPPER_SIGRENDER_HASGETETAG,
            "RenderRequestWrapper has a getETag()  method");
      tcd.put(V2SIGTESTSWRAPPER_RENDERREQUESTWRAPPER_SIGRENDER_HASGETETAGRETURNS,
            "RenderRequestWrapper method getETag() returns String");
      tcd.put(V2SIGTESTSWRAPPER_RENDERREQUESTWRAPPER_SIGRENDER_HASGETREQUEST,
            "RenderRequestWrapper has a getRequest()  method");
      tcd.put(V2SIGTESTSWRAPPER_RENDERREQUESTWRAPPER_SIGRENDER_HASGETREQUESTA,
            "RenderRequestWrapper has a getRequest()  method");
      tcd.put(V2SIGTESTSWRAPPER_RENDERREQUESTWRAPPER_SIGRENDER_HASGETREQUESTRETURNS,
            "RenderRequestWrapper method getRequest() returns RenderRequest");
      tcd.put(V2SIGTESTSWRAPPER_RENDERREQUESTWRAPPER_SIGRENDER_HASGETREQUESTRETURNSA,
            "RenderRequestWrapper method getRequest() returns PortletRequest");
      tcd.put(V2SIGTESTSWRAPPER_RENDERREQUESTWRAPPER_SIGRENDER_HASSETREQUEST,
            "RenderRequestWrapper has a setRequest(RenderRequest)  method");
      tcd.put(V2SIGTESTSWRAPPER_RENDERREQUESTWRAPPER_SIGRENDER_HASSETREQUESTRETURNS,
            "RenderRequestWrapper method setRequest(RenderRequest) returns void");
      tcd.put(V2SIGTESTSWRAPPER_RENDERREQUESTWRAPPER_SIGRENDER_IMPLEMENTSRENDERREQUEST,
            "RenderRequestWrapper implements RenderRequest");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_CONSTRUCTOR,
            "RenderResponseWrapper provides constructor RenderResponseWrapper(RenderResponse) ");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_EXTENDSPORTLETRESPONSEWRAPPER,
            "RenderResponseWrapper extends PortletResponseWrapper");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASCREATEACTIONURL,
            "RenderResponseWrapper has a createActionURL() throws IllegalStateException method");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASCREATEACTIONURLRETURNS,
            "RenderResponseWrapper method createActionURL() returns PortletURL");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASCREATERENDERURL,
            "RenderResponseWrapper has a createRenderURL() throws IllegalStateException method");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASCREATERENDERURLRETURNS,
            "RenderResponseWrapper method createRenderURL() returns PortletURL");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASCREATERESOURCEURL,
            "RenderResponseWrapper has a createResourceURL() throws IllegalStateException method");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASCREATERESOURCEURLRETURNS,
            "RenderResponseWrapper method createResourceURL() returns ResourceURL");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASFLUSHBUFFER,
            "RenderResponseWrapper has a flushBuffer() throws java.io.IOException method");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASFLUSHBUFFERRETURNS,
            "RenderResponseWrapper method flushBuffer() returns void");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASGETBUFFERSIZE,
            "RenderResponseWrapper has a getBufferSize()  method");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASGETBUFFERSIZERETURNS,
            "RenderResponseWrapper method getBufferSize() returns int");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASGETCACHECONTROL,
            "RenderResponseWrapper has a getCacheControl()  method");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASGETCACHECONTROLRETURNS,
            "RenderResponseWrapper method getCacheControl() returns CacheControl");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASGETCHARACTERENCODING,
            "RenderResponseWrapper has a getCharacterEncoding()  method");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASGETCHARACTERENCODINGRETURNS,
            "RenderResponseWrapper method getCharacterEncoding() returns String");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASGETCONTENTTYPE,
            "RenderResponseWrapper has a getContentType()  method");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASGETCONTENTTYPERETURNS,
            "RenderResponseWrapper method getContentType() returns String");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASGETLOCALE,
            "RenderResponseWrapper has a getLocale()  method");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASGETLOCALERETURNS,
            "RenderResponseWrapper method getLocale() returns java.util.Locale");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASGETPORTLETOUTPUTSTREAM,
            "RenderResponseWrapper has a getPortletOutputStream() throws java.io.IOException method");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASGETPORTLETOUTPUTSTREAMRETURNS,
            "RenderResponseWrapper method getPortletOutputStream() returns java.io.OutputStream");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASGETRESPONSE,
            "RenderResponseWrapper has a getResponse()  method");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASGETRESPONSEA,
            "RenderResponseWrapper has a getResponse()  method");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASGETRESPONSERETURNS,
            "RenderResponseWrapper method getResponse() returns RenderResponse");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASGETRESPONSERETURNSA,
            "RenderResponseWrapper method getResponse() returns PortletResponse");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASGETWRITER,
            "RenderResponseWrapper has a getWriter() throws java.io.IOException method");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASGETWRITERRETURNS,
            "RenderResponseWrapper method getWriter() returns java.io.PrintWriter");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASISCOMMITTED,
            "RenderResponseWrapper has a isCommitted()  method");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASISCOMMITTEDRETURNS,
            "RenderResponseWrapper method isCommitted() returns boolean");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASRESET,
            "RenderResponseWrapper has a reset()  method");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASRESETBUFFER,
            "RenderResponseWrapper has a resetBuffer()  method");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASRESETBUFFERRETURNS,
            "RenderResponseWrapper method resetBuffer() returns void");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASRESETRETURNS,
            "RenderResponseWrapper method reset() returns void");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASSETBUFFERSIZE,
            "RenderResponseWrapper has a setBufferSize(int)  method");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASSETBUFFERSIZERETURNS,
            "RenderResponseWrapper method setBufferSize(int) returns void");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASSETCONTENTTYPE,
            "RenderResponseWrapper has a setContentType(String)  method");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASSETCONTENTTYPERETURNS,
            "RenderResponseWrapper method setContentType(String) returns void");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASSETNEXTPOSSIBLEPORTLETMODES,
            "RenderResponseWrapper has a setNextPossiblePortletModes(java.util.Collection)  method");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASSETNEXTPOSSIBLEPORTLETMODESRETURNS,
            "RenderResponseWrapper method setNextPossiblePortletModes(java.util.Collection) returns void");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASSETRESPONSE,
            "RenderResponseWrapper has a setResponse(RenderResponse)  method");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASSETRESPONSERETURNS,
            "RenderResponseWrapper method setResponse(RenderResponse) returns void");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASSETTITLE,
            "RenderResponseWrapper has a setTitle(String)  method");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_HASSETTITLERETURNS,
            "RenderResponseWrapper method setTitle(String) returns void");
      tcd.put(V2SIGTESTSWRAPPER_RENDERRESPONSEWRAPPER_SIGRENDER_IMPLEMENTSRENDERRESPONSE,
            "RenderResponseWrapper implements RenderResponse");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCEREQUESTWRAPPER_SIGRENDER_CONSTRUCTOR,
            "ResourceRequestWrapper provides constructor ResourceRequestWrapper(ResourceRequest) ");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCEREQUESTWRAPPER_SIGRENDER_EXTENDSPORTLETREQUESTWRAPPER,
            "ResourceRequestWrapper extends PortletRequestWrapper");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCEREQUESTWRAPPER_SIGRENDER_HASGETCACHEABILITY,
            "ResourceRequestWrapper has a getCacheability()  method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCEREQUESTWRAPPER_SIGRENDER_HASGETCACHEABILITYRETURNS,
            "ResourceRequestWrapper method getCacheability() returns String");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCEREQUESTWRAPPER_SIGRENDER_HASGETCHARACTERENCODING,
            "ResourceRequestWrapper has a getCharacterEncoding()  method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCEREQUESTWRAPPER_SIGRENDER_HASGETCHARACTERENCODINGRETURNS,
            "ResourceRequestWrapper method getCharacterEncoding() returns String");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCEREQUESTWRAPPER_SIGRENDER_HASGETCONTENTLENGTH,
            "ResourceRequestWrapper has a getContentLength()  method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCEREQUESTWRAPPER_SIGRENDER_HASGETCONTENTLENGTHRETURNS,
            "ResourceRequestWrapper method getContentLength() returns int");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCEREQUESTWRAPPER_SIGRENDER_HASGETCONTENTTYPE,
            "ResourceRequestWrapper has a getContentType()  method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCEREQUESTWRAPPER_SIGRENDER_HASGETCONTENTTYPERETURNS,
            "ResourceRequestWrapper method getContentType() returns String");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCEREQUESTWRAPPER_SIGRENDER_HASGETETAG,
            "ResourceRequestWrapper has a getETag()  method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCEREQUESTWRAPPER_SIGRENDER_HASGETETAGRETURNS,
            "ResourceRequestWrapper method getETag() returns String");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCEREQUESTWRAPPER_SIGRENDER_HASGETMETHOD,
            "ResourceRequestWrapper has a getMethod()  method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCEREQUESTWRAPPER_SIGRENDER_HASGETMETHODRETURNS,
            "ResourceRequestWrapper method getMethod() returns String");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCEREQUESTWRAPPER_SIGRENDER_HASGETPORTLETINPUTSTREAM,
            "ResourceRequestWrapper has a getPortletInputStream() throws java.io.IOException method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCEREQUESTWRAPPER_SIGRENDER_HASGETPORTLETINPUTSTREAMRETURNS,
            "ResourceRequestWrapper method getPortletInputStream() returns java.io.InputStream");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCEREQUESTWRAPPER_SIGRENDER_HASGETPRIVATERENDERPARAMETERMAP,
            "ResourceRequestWrapper has a getPrivateRenderParameterMap()  method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCEREQUESTWRAPPER_SIGRENDER_HASGETPRIVATERENDERPARAMETERMAPRETURNS,
            "ResourceRequestWrapper method getPrivateRenderParameterMap() returns java.util.Map");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCEREQUESTWRAPPER_SIGRENDER_HASGETREADER,
            "ResourceRequestWrapper has a getReader() throws java.io.UnsupportedEncodingException, java.io.IOException method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCEREQUESTWRAPPER_SIGRENDER_HASGETREADERRETURNS,
            "ResourceRequestWrapper method getReader() returns java.io.BufferedReader");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCEREQUESTWRAPPER_SIGRENDER_HASGETREQUEST,
            "ResourceRequestWrapper has a getRequest()  method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCEREQUESTWRAPPER_SIGRENDER_HASGETREQUESTA,
            "ResourceRequestWrapper has a getRequest()  method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCEREQUESTWRAPPER_SIGRENDER_HASGETREQUESTRETURNS,
            "ResourceRequestWrapper method getRequest() returns ResourceRequest");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCEREQUESTWRAPPER_SIGRENDER_HASGETREQUESTRETURNSA,
            "ResourceRequestWrapper method getRequest() returns PortletRequest");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCEREQUESTWRAPPER_SIGRENDER_HASGETRESOURCEID,
            "ResourceRequestWrapper has a getResourceID()  method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCEREQUESTWRAPPER_SIGRENDER_HASGETRESOURCEIDRETURNS,
            "ResourceRequestWrapper method getResourceID() returns String");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCEREQUESTWRAPPER_SIGRENDER_HASSETCHARACTERENCODING,
            "ResourceRequestWrapper has a setCharacterEncoding(String) throws java.io.UnsupportedEncodingException method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCEREQUESTWRAPPER_SIGRENDER_HASSETCHARACTERENCODINGRETURNS,
            "ResourceRequestWrapper method setCharacterEncoding(String) returns void");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCEREQUESTWRAPPER_SIGRENDER_HASSETREQUEST,
            "ResourceRequestWrapper has a setRequest(ResourceRequest)  method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCEREQUESTWRAPPER_SIGRENDER_HASSETREQUESTRETURNS,
            "ResourceRequestWrapper method setRequest(ResourceRequest) returns void");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCEREQUESTWRAPPER_SIGRENDER_IMPLEMENTSRESOURCEREQUEST,
            "ResourceRequestWrapper implements ResourceRequest");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_CONSTRUCTOR,
            "ResourceResponseWrapper provides constructor ResourceResponseWrapper(ResourceResponse) ");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_EXTENDSPORTLETRESPONSEWRAPPER,
            "ResourceResponseWrapper extends PortletResponseWrapper");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASCREATEACTIONURL,
            "ResourceResponseWrapper has a createActionURL() throws IllegalStateException method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASCREATEACTIONURLRETURNS,
            "ResourceResponseWrapper method createActionURL() returns PortletURL");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASCREATERENDERURL,
            "ResourceResponseWrapper has a createRenderURL() throws IllegalStateException method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASCREATERENDERURLRETURNS,
            "ResourceResponseWrapper method createRenderURL() returns PortletURL");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASCREATERESOURCEURL,
            "ResourceResponseWrapper has a createResourceURL() throws IllegalStateException method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASCREATERESOURCEURLRETURNS,
            "ResourceResponseWrapper method createResourceURL() returns ResourceURL");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASFLUSHBUFFER,
            "ResourceResponseWrapper has a flushBuffer() throws java.io.IOException method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASFLUSHBUFFERRETURNS,
            "ResourceResponseWrapper method flushBuffer() returns void");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETBUFFERSIZE,
            "ResourceResponseWrapper has a getBufferSize()  method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETBUFFERSIZERETURNS,
            "ResourceResponseWrapper method getBufferSize() returns int");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETCACHECONTROL,
            "ResourceResponseWrapper has a getCacheControl()  method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETCACHECONTROLRETURNS,
            "ResourceResponseWrapper method getCacheControl() returns CacheControl");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETCHARACTERENCODING,
            "ResourceResponseWrapper has a getCharacterEncoding()  method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETCHARACTERENCODINGRETURNS,
            "ResourceResponseWrapper method getCharacterEncoding() returns String");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETCONTENTTYPE,
            "ResourceResponseWrapper has a getContentType()  method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETCONTENTTYPERETURNS,
            "ResourceResponseWrapper method getContentType() returns String");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETLOCALE,
            "ResourceResponseWrapper has a getLocale()  method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETLOCALERETURNS,
            "ResourceResponseWrapper method getLocale() returns java.util.Locale");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETPORTLETOUTPUTSTREAM,
            "ResourceResponseWrapper has a getPortletOutputStream() throws java.io.IOException method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETPORTLETOUTPUTSTREAMRETURNS,
            "ResourceResponseWrapper method getPortletOutputStream() returns java.io.OutputStream");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETRESPONSE,
            "ResourceResponseWrapper has a getResponse()  method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETRESPONSEA,
            "ResourceResponseWrapper has a getResponse()  method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETRESPONSERETURNS,
            "ResourceResponseWrapper method getResponse() returns ResourceResponse");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETRESPONSERETURNSA,
            "ResourceResponseWrapper method getResponse() returns PortletResponse");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETWRITER,
            "ResourceResponseWrapper has a getWriter() throws java.io.IOException method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETWRITERRETURNS,
            "ResourceResponseWrapper method getWriter() returns java.io.PrintWriter");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASISCOMMITTED,
            "ResourceResponseWrapper has a isCommitted()  method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASISCOMMITTEDRETURNS,
            "ResourceResponseWrapper method isCommitted() returns boolean");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASRESET,
            "ResourceResponseWrapper has a reset()  method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASRESETBUFFER,
            "ResourceResponseWrapper has a resetBuffer()  method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASRESETBUFFERRETURNS,
            "ResourceResponseWrapper method resetBuffer() returns void");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASRESETRETURNS,
            "ResourceResponseWrapper method reset() returns void");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASSETBUFFERSIZE,
            "ResourceResponseWrapper has a setBufferSize(int)  method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASSETBUFFERSIZERETURNS,
            "ResourceResponseWrapper method setBufferSize(int) returns void");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASSETCHARACTERENCODING,
            "ResourceResponseWrapper has a setCharacterEncoding(String)  method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASSETCHARACTERENCODINGRETURNS,
            "ResourceResponseWrapper method setCharacterEncoding(String) returns void");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASSETCONTENTLENGTH,
            "ResourceResponseWrapper has a setContentLength(int)  method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASSETCONTENTLENGTHRETURNS,
            "ResourceResponseWrapper method setContentLength(int) returns void");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASSETCONTENTTYPE,
            "ResourceResponseWrapper has a setContentType(String)  method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASSETCONTENTTYPERETURNS,
            "ResourceResponseWrapper method setContentType(String) returns void");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASSETLOCALE,
            "ResourceResponseWrapper has a setLocale(java.util.Locale)  method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASSETLOCALERETURNS,
            "ResourceResponseWrapper method setLocale(java.util.Locale) returns void");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASSETRESPONSE,
            "ResourceResponseWrapper has a setResponse(ResourceResponse)  method");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASSETRESPONSERETURNS,
            "ResourceResponseWrapper method setResponse(ResourceResponse) returns void");
      tcd.put(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_IMPLEMENTSRESOURCERESPONSE,
            "ResourceResponseWrapper implements ResourceResponse");

   }