Uses of Class
wt.httpgw.URLFactory

Packages that use URLFactory
com.ptc.core.ca.co.client.environment   
com.ptc.core.ca.generic.config.translator.common.impl   
com.ptc.core.ca.generic.config.utilities.common.impl   
com.ptc.core.ca.generic.icon.common   
com.ptc.core.ca.web.client.environment   
com.ptc.core.ca.web.client.gw   
com.ptc.core.foundation.saveas.client   
com.ptc.netmarkets.model   
com.ptc.netmarkets.util.beans   
com.ptc.netmarkets.util.misc   
com.ptc.windchill.cadx.common.picker   
com.ptc.windchill.cadx.common.util   
com.ptc.windchill.enterprise.publication.server.processors   
com.ptc.windchill.enterprise.search.client   
com.ptc.windchill.uwgm.cadx.ws   
wt.clients.doc   
wt.clients.library   
wt.clients.util   
wt.eff Provides generic base effectivity functionality via EffService, EffConfigSpecAssistant and EffGroupAssistant to assert that a PDM object is effective under certain conditions; an out-of-the-box reference implementation of this base functionality is defined by wt.effectivity
wt.enterprise Provides the abstract building blocks of functionality from which most businesses classes are extended; also defines support for template processors, delegates and factories that are useful for UI development for these business classes. 
wt.help Provides a HelpSystem to handle HelpContexts along with a HelpLinkHelper and a ToolTips to help with tool tips. 
wt.httpgw Provides HTTPGateway support including HTTPLogin, HTTPRequest, HTTPResponse and URLFactory
wt.query.commonsearch   
wt.sysadm   
wt.templateutil.components Defines HTMLComponents that can be retrieved from the HTMLComponentFactory
wt.templateutil.processor Defines the DefaultTemplateProcessor which is a common super class for all template processors and provides many implementations of it. 
wt.workflow.worklist
Provides workflow classes that construct the interface for users to view and act on their work items. 
 

Uses of URLFactory in com.ptc.core.ca.co.client.environment
 

Methods in com.ptc.core.ca.co.client.environment that return URLFactory
 URLFactory CoRequestData.getUrlFactory()
          Gets the value of the attribute: URL_FACTORY.
 

Methods in com.ptc.core.ca.co.client.environment with parameters of type URLFactory
 void CoRequestData.setUrlFactory(URLFactory a_UrlFactory)
          Sets the value of the attribute: URL_FACTORY.
 

Uses of URLFactory in com.ptc.core.ca.generic.config.translator.common.impl
 

Fields in com.ptc.core.ca.generic.config.translator.common.impl declared as URLFactory
private static URLFactory LocalizedElementTranslator.URL_FACTORY
           
 

Uses of URLFactory in com.ptc.core.ca.generic.config.utilities.common.impl
 

Fields in com.ptc.core.ca.generic.config.utilities.common.impl declared as URLFactory
private static URLFactory LocalizedConfigurationUtility.URL_FACTORY
           
 

Uses of URLFactory in com.ptc.core.ca.generic.icon.common
 

Fields in com.ptc.core.ca.generic.icon.common declared as URLFactory
private static URLFactory LiteIconCacheManager.url_factory
           
 

Methods in com.ptc.core.ca.generic.icon.common with parameters of type URLFactory
static String[] LiteIconCacheManager.getOpenLiteIconImageHREF(AttributeContainer attrib_container, URLFactory url_factory)
          Strongly recommended that you pass the URLFactory for performance reasons.
static String[] LiteIconCacheManager.getStandardLiteIconImageHREF(AttributeContainer attrib_container, URLFactory url_factory)
          Strongly recommended that you pass the URLFactory for performance reasons.
 

Uses of URLFactory in com.ptc.core.ca.web.client.environment
 

Fields in com.ptc.core.ca.web.client.environment declared as URLFactory
private  URLFactory WebRequestData.urlFactory
           
 

Methods in com.ptc.core.ca.web.client.environment that return URLFactory
 URLFactory WebRequestData.getUrlFactory()
          Gets the value of the attribute: urlFactory; the instance of URL factory to construct HREfs to Windchill resources

Supported API: true
 

Methods in com.ptc.core.ca.web.client.environment with parameters of type URLFactory
 void WebRequestData.setUrlFactory(URLFactory a_UrlFactory)
          Sets the value of the attribute: urlFactory; the instance of URL factory to construct HREfs to Windchill resources

Supported API: true
 

Uses of URLFactory in com.ptc.core.ca.web.client.gw
 

Fields in com.ptc.core.ca.web.client.gw declared as URLFactory
private  URLFactory WebUrlFactory.factory
           
 

Methods in com.ptc.core.ca.web.client.gw that return URLFactory
 URLFactory WebUrlFactory.getFactory()
          Gets the value of the attribute: factory.
 

Methods in com.ptc.core.ca.web.client.gw with parameters of type URLFactory
 void WebUrlFactory.setFactory(URLFactory a_Factory)
          Sets the value of the attribute: factory.
 

Uses of URLFactory in com.ptc.core.foundation.saveas.client
 

Fields in com.ptc.core.foundation.saveas.client declared as URLFactory
private  URLFactory WindchillPDMPasteTable.url_factory
           
 

Uses of URLFactory in com.ptc.netmarkets.model
 

Fields in com.ptc.netmarkets.model declared as URLFactory
private  URLFactory StandardNmObjectService.url_factory
           
 

Uses of URLFactory in com.ptc.netmarkets.util.beans
 

Fields in com.ptc.netmarkets.util.beans declared as URLFactory
private  URLFactory NmURLFactoryBean.factory
           
 

Methods in com.ptc.netmarkets.util.beans that return URLFactory
 URLFactory NmURLFactoryBean.getFactory()
          Gets the value of the attribute: factory.
 

Methods in com.ptc.netmarkets.util.beans with parameters of type URLFactory
 void NmURLFactoryBean.setFactory(URLFactory a_Factory)
          Sets the value of the attribute: factory.
 

Uses of URLFactory in com.ptc.netmarkets.util.misc
 

Fields in com.ptc.netmarkets.util.misc declared as URLFactory
private static URLFactory NmActionServiceHelper.urlFactory
           
 

Uses of URLFactory in com.ptc.windchill.cadx.common.picker
 

Methods in com.ptc.windchill.cadx.common.picker with parameters of type URLFactory
static String PickerUtilities.getURL(Persistable contextObject, String action, Properties queryProperties, URLFactory factory)
          Return url for the action.
static String PickerBrowserUtilities.getPickerBrowserNavigateURL(Persistable pesistable, URLFactory factory)
          Returns the Picker Browser specific URL.
static String PickerBrowserUtilities.getPickerBrowserNavigateLink(Persistable persistable, URLFactory factory)
          Returns the Picker Browser specific Link (href).
 

Uses of URLFactory in com.ptc.windchill.cadx.common.util
 

Fields in com.ptc.windchill.cadx.common.util declared as URLFactory
private static URLFactory CadxSolutionUtilities.urlFact
           
 

Uses of URLFactory in com.ptc.windchill.enterprise.publication.server.processors
 

Fields in com.ptc.windchill.enterprise.publication.server.processors declared as URLFactory
private  URLFactory PublicationProcessor.urlFactory
           
 

Uses of URLFactory in com.ptc.windchill.enterprise.search.client
 

Fields in com.ptc.windchill.enterprise.search.client declared as URLFactory
static URLFactory SearchUIGlobalKeywordTextBox.url_factory
           
 

Uses of URLFactory in com.ptc.windchill.uwgm.cadx.ws
 

Fields in com.ptc.windchill.uwgm.cadx.ws declared as URLFactory
private  URLFactory WsJSPersistableDataUtility.url_factory
           
 

Constructors in com.ptc.windchill.uwgm.cadx.ws with parameters of type URLFactory
WsJSPersistableDataUtility(ArrayList sobjlist, boolean ws_active, EPMWorkspace ws, URLFactory urlf, HTTPState httpst)
           
 

Uses of URLFactory in wt.clients.doc
 

Fields in wt.clients.doc declared as URLFactory
private  URLFactory WTDocumentAppletWithProgress.url_factory
          Deprecated.  
private  URLFactory WTDocumentApplet.url_factory
          Deprecated.  
 

Uses of URLFactory in wt.clients.library
 

Fields in wt.clients.library declared as URLFactory
private  URLFactory LibraryProcessor.urlFactory
           
 

Uses of URLFactory in wt.clients.util
 

Fields in wt.clients.util declared as URLFactory
private  URLFactory IconCache.url_factory
           
 

Methods in wt.clients.util with parameters of type URLFactory
 String[] IconCacheIF.getStandardIconHREF(Class windchillClass, URLFactory urlfactory, String glyph_type)
          Method getStandardIconHREF returns an String[0] HREF to the icon for a Windchill business object.
 String[] IconCacheIF.getOpenIconHREF(Class windchillClass, URLFactory urlfactory, String glyph_type)
          Method getStandardIconHREF returns an String[0] HREF to the icon for a Windchill business object.
 String[] IconCache.getStandardIconHREF(Class windchillClass, URLFactory urlfactory, String glyph_type)
          Method getStandardIconHREF returns an String[0] HREF to the icon for a Windchill business object.
 String[] IconCache.getOpenIconHREF(Class windchillClass, URLFactory urlfactory, String glyph_type)
          Method getStandardIconHREF returns an String[0] HREF to the icon for a Windchill business object.
 String[] IconCache.getStandardIconHREF(WTObject a_business_object, URLFactory urlfactory, String glyph_type)
          Method getStandardIconHREF returns an String[0] HREF to the icon for a Windchill business object.
 

Uses of URLFactory in wt.eff
 

Fields in wt.eff declared as URLFactory
protected static URLFactory EffHistoryURLActionDelegate.URL_FACTORY
           
protected static URLFactory EffHistoryURLActionDelegate.URL_FACTORY
           
 

Uses of URLFactory in wt.enterprise
 

Methods in wt.enterprise that return URLFactory
protected static URLFactory CheckInURLActionDelegate.getURLFactory()
          Method for obtaining the URLFactory from the MethodContext.
protected static URLFactory CheckInLFHURLActionDelegate.getURLFactory()
          Method for obtaining the URLFactory from the MethodContext.
protected static URLFactory BasicTemplateProcessor.getURLFactory()
          Deprecated. This method should be used ONLY for static methods for legacy processor support.
 

Uses of URLFactory in wt.help
 

Methods in wt.help with parameters of type URLFactory
static String HelpLinkHelper.createHelpHREF(URLFactory factory, String service_name, Object context, String action, Locale locale, HashMap props)
          This method will generate a Help HREF using the services.properties entry defined by the designated service_name, context and action for the given locale.
static String HelpLinkHelper.createHelpHREF(URLFactory factory, String service_name, Object context, String action, Locale locale, HashMap props, HelpLinkHelper helper)
          This method will generate a Help HREF using the services.properties entry defined by the designated service_name, context and action for the given locale.
static String HelpLinkHelper.createHelpHREF(URLFactory factory, String service_name, Object context, String action, Locale locale)
          This method will generate a Help HREF using the services.properties entry defined by the designated service_name, context and action for the given locale.
static String HelpLinkHelper.createHelpHREF(URLFactory factory, String service_name, Object context, String action, Locale locale, HelpLinkHelper helper)
          This method will generate a Help HREF using the services.properties entry defined by the designated service_name, context and action for the given locale.
static String HelpLinkHelper.createHelpHREF(URLFactory factory, Object context, String action, Locale locale, HashMap props)
          This method will generate a Help HREF using the services.properties entry defined by the designated context and action for the given locale.
static String HelpLinkHelper.createHelpHREF(URLFactory factory, Object context, String action, Locale locale, HashMap props, HelpLinkHelper helper)
          This method will generate a Help HREF using the services.properties entry defined by the designated context and action for the given locale.
static String HelpLinkHelper.createHelpHREF(URLFactory factory, Object context, String action, Locale locale)
          This method will generate a Help HREF using the services.properties entry defined by the designated context and action for the given locale.
static String HelpLinkHelper.createHelpHREF(URLFactory factory, Object context, String action, Locale locale, HelpLinkHelper helper)
          This method will generate a Help HREF using the services.properties entry defined by the designated context and action for the given locale.
static String HelpLinkHelper.createHelpHREF(URLFactory factory, String resource, Locale locale, HashMap props)
          This method will generate a HREF for the help resource referenced post the /help_XX path for the desired locale.
static String HelpLinkHelper.createHelpHREF(URLFactory factory, String resource, Locale locale, HashMap props, HelpLinkHelper helper)
          This method will generate a HREF for the help resource referenced post the /help_XX path for the desired locale.
static String HelpLinkHelper.createHelpHREF(URLFactory factory, String resource, Locale locale)
          This method will generate a HREF for the help resource referenced post the /help_XX path for the desired locale.
static String HelpLinkHelper.createHelpHREF(URLFactory factory, String resource, Locale locale, HelpLinkHelper helper)
          This method will generate a HREF for the help resource referenced post the /help_XX path for the desired locale.
 

Uses of URLFactory in wt.httpgw
 

Methods in wt.httpgw that return URLFactory
private  URLFactory GatewayURL.getFactory(URL aCodebase)
          Deprecated. Method for re-direction to Server-Only inner class FactorManager.
(package private) static URLFactory GatewayURL.FactoryManager.getFactory(URL codebase)
          This method will retrieve an URLFactory for the current MethodContext.
 

Methods in wt.httpgw with parameters of type URLFactory
static String GatewayServletHelper.buildAuthenticatedHREF(URLFactory aFactory)
          Will return an HREF String to the Authenticated Gateway.
static String GatewayServletHelper.buildAuthenticatedHREF(URLFactory aFactory, String aClass)
          Will return an HREF String to the Authenticated Gateway.
static String GatewayServletHelper.buildAuthenticatedHREF(URLFactory aFactory, String c, String m, String params)
          Will return a HREF String for a class and method invoked through the Authenticated Gateway.
static String GatewayServletHelper.buildAuthenticatedHREF(URLFactory aFactory, String c, String m, HashMap params)
          Will return a HREF String for a class and method invoked through the Authenticated Gateway.
static String GatewayServletHelper.buildAuthenticatedHREF(URLFactory aFactory, String c, String m, HashMap params, boolean fullyQualified)
          Will return a HREF String for a class and method invoked through the Authenticated Gateway.
static String GatewayServletHelper.buildAuthenticatedHREF(URLFactory aFactory, String c, String m, String f, String params)
          Will return a HREF String for a class and method invoked through the Authenticated Gateway.
static String GatewayServletHelper.buildAuthenticatedHREF(URLFactory aFactory, String c, String m, String f, HashMap params)
          Will return a HREF String for a class and method invoked through the Authenticated Gateway.
static String GatewayServletHelper.buildAnonymousHREF(URLFactory aFactory)
          Will return an HREF String to the Anonymous Gateway.
static String GatewayServletHelper.buildAnonymousHREF(URLFactory aFactory, String aClass)
          Will return an HREF String to the Anonymous Gateway.
static String GatewayServletHelper.buildAnonymousHREF(URLFactory aFactory, String c, String m, String params)
          Will return a HREF String for a class and method invoked through the Anonymous Gateway.
static String GatewayServletHelper.buildAnonymousHREF(URLFactory aFactory, String c, String m, String f, String params)
          Will return a HREF String for a class and method invoked through the Anonymous Gateway.
static String GatewayServletHelper.buildAnonymousHREF(URLFactory aFactory, String c, String m, String f, HashMap params)
          Will return a HREF String for a class and method invoked through the Anonymous Gateway.
static String GatewayServletHelper.buildAnonymousHREF(URLFactory aFactory, String c, String m, HashMap params)
          Will return a HREF String for a class and method invoked through the Anonymous Gateway.
private static String GatewayServletHelper.buildAnonymousMethodCall(URLFactory aFactory, String c, String m, String f)
          Using an URLFactory build a proper string for the package-path and resource for the desired class, method and optional file.
private static String GatewayServletHelper.buildAuthenticatedMethodCall(URLFactory aFactory, String c, String m, String f)
          Using an URLFactory build a proper string for the package-path and resource for the desired class, method and optional file.
static URL GatewayServletHelper.buildAuthenticatedURL(URLFactory aFactory)
          Will return a URL for a class and method invoked through the Authenticated Gateway.
static URL GatewayServletHelper.buildAuthenticatedURL(URLFactory aFactory, String aClass)
          Will return a URL for a class and method invoked through the Authenticated Gateway.
static URL GatewayServletHelper.buildAuthenticatedURL(URLFactory aFactory, String aClass, String params)
          Will return a URL for a class and method invoked through the Authenticated Gateway.
static URL GatewayServletHelper.buildAuthenticatedURL(URLFactory aFactory, String aClass, HashMap params)
          Will return a URL for a class and method invoked through the Authenticated Gateway.
static URL GatewayServletHelper.buildAuthenticatedURL(URLFactory aFactory, String c, String m, String params)
          Will return a URL for a class and method invoked through the Authenticated Gateway.
static URL GatewayServletHelper.buildAuthenticatedURL(URLFactory aFactory, String c, String m, HashMap params)
          Will return a URL for a class and method invoked through the Authenticated Gateway.
static URL GatewayServletHelper.buildAuthenticatedURL(URLFactory aFactory, String c, String m, String f, String params)
          Will return a URL for a class and method invoked through the Authenticated Gateway.
static URL GatewayServletHelper.buildAuthenticatedURL(URLFactory aFactory, String c, String m, String f, HashMap params)
          Will return a URL for a class and method invoked through the Authenticated Gateway.
static URL GatewayServletHelper.buildAnonymousURL(URLFactory aFactory, String c, String m, String params)
          Will return a URL for a class and method invoked through the Anonymous Gateway.
static URL GatewayServletHelper.buildAnonymousURL(URLFactory aFactory, String c, String m, HashMap params)
          Will return a URL for a class and method invoked through the Anonymous Gateway.
static URL GatewayServletHelper.buildAnonymousURL(URLFactory aFactory, String c, String m, String f, String params)
          Will return a URL for a class and method invoked through the Anonymous Gateway.
static URL GatewayServletHelper.buildAnonymousURL(URLFactory aFactory, String c, String m, String f, HashMap params)
          Will return a URL for a class and method invoked through the Anonymous Gateway.
static URL GatewayServletHelper.buildAnonymousURL(URLFactory aFactory)
          Will return a URL for a class and method invoked through the Anonymous Gateway.
static URL GatewayServletHelper.buildAnonymousURL(URLFactory aFactory, String aClass)
          Will return a URL for a class and method invoked through the Anonymous Gateway.
static URL GatewayServletHelper.buildAnonymousURL(URLFactory aFactory, String aClass, String params)
          Will return a URL for a class and method invoked through the Anonymous Gateway.
static URL GatewayServletHelper.buildAnonymousURL(URLFactory aFactory, String aClass, HashMap params)
          Will return a URL for a class and method invoked through the Anonymous Gateway.
 

Uses of URLFactory in wt.query.commonsearch
 

Methods in wt.query.commonsearch with parameters of type URLFactory
static String ClientSearchHelper.getSearchPickerURL(URLFactory urlFactory, String appID, String componentID, String objectType)
           
static String ClientSearchHelper.getSearchPickerURL(URLFactory urlFactory, String appID, String componentID, String objectType, String selectorType)
           
static String ClientSearchHelper.getSearchPickerURL(URLFactory urlFactory, String appID, String componentID, String objectType, String selectorType, String containerRef)
           
static String ClientSearchHelper.getSearchPickerURL(URLFactory urlFactory, String appID, String componentID, String objectType, String selectorType, String containerRef, boolean allSearch)
          Generate a proper URL to the CommonSearchPicker based on solution architecture and desired search capabilities.
static String ClientSearchHelper.getSearchPickerURL(URLFactory urlFactory, String appID, String componentID, String objectType, String selectorType, String containerRef, boolean allSearch, HashMap map)
           
static String ClientSearchHelper.getSearchPickerOpenScript(URLFactory urlFactory, String appID, String componentID, String objectType)
           
static String ClientSearchHelper.getSearchPickerOpenScript(URLFactory urlFactory, String appID, String componentID, String objectType, String selectorType)
           
static String ClientSearchHelper.getSearchPickerOpenScript(URLFactory urlFactory, String appID, String componentID, String objectType, String selectorType, String containerRef)
           
static String ClientSearchHelper.getSearchPickerOpenScript(URLFactory urlFactory, String appID, String componentID, String objectType, String selectorType, String containerRef, boolean allSearch)
          Generate a proper URL to the CommonSearchPicker based on solution architecture and desired search capabilities.
static String ClientSearchHelper.getFoundationSearchURL(URLFactory urlFactory)
          Generate a proper URL to the CommonSearch page based on solution architecture and desired search capabilities.
static String ClientSearchHelper.getSolutionsSearchURL(URLFactory urlFactory)
          Generate a proper URL to the CommonSearch page based on solution architecture and desired search capabilities.
 

Uses of URLFactory in wt.sysadm
 

Methods in wt.sysadm with parameters of type URLFactory
static String SysAdmServletHelper.buildSysAdmHREF(URLFactory aFactory)
          Will return an HREF String to the SysAdm Gateway.
static String SysAdmServletHelper.buildSysAdmHREF(URLFactory aFactory, String aClass)
          Will return an HREF String to the SysAdm Gateway.
static String SysAdmServletHelper.buildSysAdmHREF(URLFactory aFactory, String c, String m, String params)
          Will return a HREF String for a class and method invoked through the SysAdm Gateway.
static String SysAdmServletHelper.buildSysAdmHREF(URLFactory aFactory, String c, String m, HashMap params)
          Will return a HREF String for a class and method invoked through the SysAdm Gateway.
static String SysAdmServletHelper.buildSysAdmHREF(URLFactory aFactory, String c, String m, String f, String params)
          Will return a HREF String for a class and method invoked through the SysAdm Gateway.
static String SysAdmServletHelper.buildSysAdmHREF(URLFactory aFactory, String c, String m, String f, HashMap params)
          Will return a HREF String for a class and method invoked through the SysAdm Gateway.
private static String SysAdmServletHelper.buildSysAdmMethodCall(URLFactory aFactory, String c, String m, String f)
          Using an URLFactory build a proper string for the package-path and resource for the desired class, method and optional file.
static URL SysAdmServletHelper.buildSysAdmURL(URLFactory aFactory)
          Will return a URL for a class and method invoked through the SysAdm Gateway.
static URL SysAdmServletHelper.buildSysAdmURL(URLFactory aFactory, String aClass)
          Will return a URL for a class and method invoked through the SysAdm Gateway.
static URL SysAdmServletHelper.buildSysAdmURL(URLFactory aFactory, String aClass, String params)
          Will return a URL for a class and method invoked through the SysAdm Gateway.
static URL SysAdmServletHelper.buildSysAdmURL(URLFactory aFactory, String aClass, HashMap params)
          Will return a URL for a class and method invoked through the SysAdm Gateway.
static URL SysAdmServletHelper.buildSysAdmURL(URLFactory aFactory, String c, String m, String params)
          Will return a URL for a class and method invoked through the SysAdm Gateway.
static URL SysAdmServletHelper.buildSysAdmURL(URLFactory aFactory, String c, String m, HashMap params)
          Will return a URL for a class and method invoked through the SysAdm Gateway.
static URL SysAdmServletHelper.buildSysAdmURL(URLFactory aFactory, String c, String m, String f, String params)
          Will return a URL for a class and method invoked through the SysAdm Gateway.
static URL SysAdmServletHelper.buildSysAdmURL(URLFactory aFactory, String c, String m, String f, HashMap params)
          Will return a URL for a class and method invoked through the SysAdm Gateway.
 

Uses of URLFactory in wt.templateutil.components
 

Fields in wt.templateutil.components declared as URLFactory
private  URLFactory PDMLinkPendingChangeIconCellComponent.urlFactory
           
 

Methods in wt.templateutil.components that return URLFactory
static URLFactory HTMLComponent.getURLFactory()
          Deprecated.  
 

Uses of URLFactory in wt.templateutil.processor
 

Fields in wt.templateutil.processor declared as URLFactory
private  URLFactory HTTPState.urlFactory
          Deprecated.  
 

Methods in wt.templateutil.processor that return URLFactory
 URLFactory HTTPState.getURLFactory()
          Deprecated.  
 

Methods in wt.templateutil.processor with parameters of type URLFactory
 void HTTPState.setURLFactory(URLFactory urlFactory)
          Deprecated.  
 

Uses of URLFactory in wt.workflow.worklist
 

Fields in wt.workflow.worklist declared as URLFactory
private  URLFactory LayoutProcessor.url_factory