Uses of Interface
wt.httpgw.CGIConstants

Packages that use CGIConstants
wt.clients.homepage   
wt.httpgw Provides HTTPGateway support including HTTPLogin, HTTPRequest, HTTPResponse and URLFactory
 

Uses of CGIConstants in wt.clients.homepage
 

Classes in wt.clients.homepage that implement CGIConstants
 class WindchillHome
          WindchillHome contains those methods needed to dynamically generate the main Windchill page.
 

Uses of CGIConstants in wt.httpgw
 

Classes in wt.httpgw that implement CGIConstants
 class DemoAuthentication
          A version of HTTP Authentication service that simply extracts the user name from HTTP Basic authorization headers.
 class FormAuthentication
          Form Authentication service.
 class GatewayAuthenticator
          A MethodAuthenticator that is used to transport trusted user authentication from a HTTP Gateway process to a method server.
 class HTTPAuthentication
          HTTP Authentication service.
 class HTTPAuthGatewayServlet
          The servlet front end to the Windchill HTTP gateway.
 class HTTPGatewayServlet
          The servlet front end to the Windchill HTTP gateway.
 class HTTPRequest
          This class is a carrier of HTTP request information to a Windchill method server.
 class HTTPRequestImpl
          This class is a carrier of HTTP request information to a Windchill method server.
 class HTTPResponseImpl
          This class is a carrier of HTTP response information back to an HTTP gateway from a method server.
 class HTTPServer
          The HTTPServer class represents the server-side service interface for dispatching HTTP requests to their corresponding service methods.
 class HTTPServletRequest
           
 class MethodRequestHandler
           
 class WTAuthServlet
          The in-process version of the authenticated Windchill HTTP gateway.
 class WTServlet