|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StrategyContext
TODO: A description of this class.
Method Summary | |
---|---|
StrategyResponse |
createResponse()
Create a new strategy response. |
javax.servlet.http.HttpServletRequest |
getHttpServletRequest()
Get a reference to the javax.servlet.http.HttpServletRequest |
PortalLayout |
getLayout()
Get the layout that is currently active for the request. |
java.lang.String |
getPageName()
Get the name of the page that was requested |
java.lang.String |
getPortalName()
Get the name of the currently active portal (for this request) |
java.util.Collection |
getPortletList()
Get a list of all the portlets of the page to render. |
java.lang.String[] |
getRegions()
Get the names of all the regions of the current page. |
PortletContext |
getTargetPortlet()
Get the targeted portlet for the current request, if any. |
Method Detail |
---|
java.util.Collection getPortletList()
Note: the region contains all the information about individual portlets and their window states
java.util.List
of org.jboss.portal.core.theme.strategy.PortletContext
PortletContext getTargetPortlet()
If the current request is dedicated to a particular portlet (action or render request for this portlet), make this information available.
PortalLayout getLayout()
The layout is the jsp or servlet that will handle the generation of the pages markup.
java.lang.String getPortalName()
java.lang.String getPageName()
java.lang.String[] getRegions()
StrategyResponse createResponse()
javax.servlet.http.HttpServletRequest getHttpServletRequest()
javax.servlet.http.HttpServletRequest
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |