Uses of Class
org.jasig.portal.UPFileSpec

Packages that use UPFileSpec
org.jasig.portal   
org.jasig.portal.channels.jsp   
org.jasig.portal.utils   
 

Uses of UPFileSpec in org.jasig.portal
 

Methods in org.jasig.portal that return UPFileSpec
 UPFileSpec ChannelRuntimeData.getUPFile()
          Deprecated. Get the UPFileSpec
 

Methods in org.jasig.portal with parameters of type UPFileSpec
 void ChannelManager.setUPElement(UPFileSpec uPElement)
          Deprecated. Specify UPFileSpec object that will be used to construct file portion of the context path in the auto-generated URLs, also known as the baseActionURL.
 void ChannelRuntimeData.setUPFile(UPFileSpec upfs)
          Deprecated. Set a UPFileSpec which will be used to produce baseActionURL and workerActionURL.
 void ChannelManager.startRenderingCycle(HttpServletRequest request, HttpServletResponse response, UPFileSpec uPElement)
          Deprecated. Signals the start of a new rendering cycle.
 

Constructors in org.jasig.portal with parameters of type UPFileSpec
UPFileSpec(UPFileSpec up)
          Copy constructor.
 

Uses of UPFileSpec in org.jasig.portal.channels.jsp
 

Methods in org.jasig.portal.channels.jsp that return UPFileSpec
 UPFileSpec MediaResolver.getUPFile()
          Deprecated.  
 

Methods in org.jasig.portal.channels.jsp with parameters of type UPFileSpec
 void MediaResolver.setUPFile(UPFileSpec upfs)
          Deprecated.  
 

Uses of UPFileSpec in org.jasig.portal.utils
 

Methods in org.jasig.portal.utils with parameters of type UPFileSpec
static void URLUtil.redirectGet(HttpServletRequest req, HttpServletResponse res, UPFileSpec up, String[] ignoreParams)
          Performs a HTTP GET redirect using the specified UPFileSpec and parameters to be ignored.
static void URLUtil.redirectPost(HttpServletRequest req, HttpServletResponse res, UPFileSpec up, String[] ignoreParams, String charset)
          Performs a HTTP POST redirect using the specified UPFileSpec and parameters to be ignored.
 



Copyright © 2010 Jasig. All Rights Reserved.