|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UPFileSpec | |
---|---|
org.jasig.portal | |
org.jasig.portal.utils |
Uses of UPFileSpec in org.jasig.portal |
---|
Fields in org.jasig.portal declared as UPFileSpec | |
---|---|
private UPFileSpec |
ChannelRuntimeData.channelUPFile
|
UPFileSpec |
ChannelManager.uPElement
|
Methods in org.jasig.portal that return UPFileSpec | |
---|---|
UPFileSpec |
ChannelRuntimeData.getUPFile()
Get the UPFileSpec |
Methods in org.jasig.portal with parameters of type UPFileSpec | |
---|---|
void |
ChannelManager.setUPElement(UPFileSpec uPElement)
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)
Set a UPFileSpec which will be used to produce baseActionURL and workerActionURL. |
void |
ChannelManager.startRenderingCycle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
UPFileSpec uPElement)
Signals the start of a new rendering cycle. |
Constructors in org.jasig.portal with parameters of type UPFileSpec | |
---|---|
ChannelManager(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
IUserPreferencesManager manager,
UPFileSpec uPElement)
Creates a new ChannelManager instance. |
|
UPFileSpec(UPFileSpec up)
Copy constructor. |
Uses of UPFileSpec in org.jasig.portal.utils |
---|
Methods in org.jasig.portal.utils that return UPFileSpec | |
---|---|
private static UPFileSpec |
URLUtil.buildUPFileSpec(java.lang.String targetNodeId,
java.lang.String extras,
boolean asRoot)
Constructs a generic UPFileSpec object using the specified target node id. |
Methods in org.jasig.portal.utils with parameters of type UPFileSpec | |
---|---|
static void |
URLUtil.redirectGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
UPFileSpec up,
java.lang.String[] ignoreParams)
Performs a HTTP GET redirect using the specified UPFileSpec and parameters to be ignored. |
static void |
URLUtil.redirectPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
UPFileSpec up,
java.lang.String[] ignoreParams,
java.lang.String charset)
Performs a HTTP POST redirect using the specified UPFileSpec and parameters to be ignored. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |