|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IWritableHttpServletRequest | |
|---|---|
| org.jasig.portal | |
| org.jasig.portal.url | |
| org.jasig.portal.url.processing | |
| Uses of IWritableHttpServletRequest in org.jasig.portal |
|---|
| Methods in org.jasig.portal with parameters of type IWritableHttpServletRequest | |
|---|---|
protected void |
PortalSessionManager.doGetInternal(IWritableHttpServletRequest writableRequest,
HttpServletResponse res)
Internal method just to clarify that the writableRequest should be used from here on out. |
| Uses of IWritableHttpServletRequest in org.jasig.portal.url |
|---|
| Classes in org.jasig.portal.url that implement IWritableHttpServletRequest | |
|---|---|
class |
PortalHttpServletRequestWrapper
Portal wide request wrapper. |
| Uses of IWritableHttpServletRequest in org.jasig.portal.url.processing |
|---|
| Methods in org.jasig.portal.url.processing with parameters of type IWritableHttpServletRequest | |
|---|---|
protected String |
ChannelRequestParameterProcessor.getTargetChannelId(IWritableHttpServletRequest request)
Determine the targeted channel ID for the request. |
protected void |
UserLayoutParameterProcessor.parseMultiTargetEvent(IWritableHttpServletRequest request,
HttpServletResponse response,
String parameterName,
PortalEvent event,
ChannelManager channelManager)
Passes the specified event to all channel IDs specified by the parameter. |
protected void |
UserLayoutParameterProcessor.parseSingleTargetEvent(IWritableHttpServletRequest request,
HttpServletResponse response,
String parameterName,
PortalEvent event,
ChannelManager channelManager)
Passes the specified event to the first channel ID specified by the parameter. |
boolean |
IRequestParameterProcessor.processParameters(IWritableHttpServletRequest request,
HttpServletResponse response)
Analyze current request, process necessary URL parameters, delivering information to the appropriate components. |
boolean |
UrlRequestParameterProcessor.processParameters(IWritableHttpServletRequest req,
HttpServletResponse res)
|
boolean |
PortletRequestParameterProcessor.processParameters(IWritableHttpServletRequest request,
HttpServletResponse response)
|
void |
IRequestParameterProcessorController.processParameters(IWritableHttpServletRequest req,
HttpServletResponse res)
Analyze current request, process necessary URL parameters, and deliver information to the appropriate components. |
boolean |
UserLayoutParameterProcessor.processParameters(IWritableHttpServletRequest request,
HttpServletResponse response)
|
boolean |
ChannelRequestParameterProcessor.processParameters(IWritableHttpServletRequest request,
HttpServletResponse response)
|
void |
RequestParameterProcessorListController.processParameters(IWritableHttpServletRequest req,
HttpServletResponse res)
Process the request first with the dynamic processors until all are complete and then the static processors. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||