| com.sun.portal.providers.containers.jsp.table.JSPTableContainerProvider com.sun.portal.providers.containers.tck.TCKContainerProvider
TCKContainerProvider | public class TCKContainerProvider extends JSPTableContainerProvider (Code) | | TCKContainerProvider is a special ContainerProvider created
to be used by JSR168's TCK. TCKContainerProvider allows TCK to
test the portlets by specifying the selected channels from the
query string. TCKContainerProvider uses the portletName parameter
name to look for the channels in the query string.
TCKContainerProvider then stores the portletNames in the session for
future requests in the same session. The channels stored in the session
will only be used if the portletName parameter is not present in the
query string.
TCKContainerProvider extends JSPTableContainerProvider.
|
getBooleanValuesFromMap | public Map getBooleanValuesFromMap(List channels, Map map, boolean dValue)(Code) | | |
Methods inherited from com.sun.portal.providers.containers.jsp.table.JSPTableContainerProvider | public void genMinimizedContent(Map channelsIsMinimized, List nonMinimizedList, Map content, boolean dIsMinimized) throws ProviderException(Code)(Java Doc) public Map getChannelsInCategory(String categoryName) throws ProviderException(Code)(Java Doc) public String getColumn(HttpServletRequest req, String channel) throws ProviderException(Code)(Java Doc) public int getLayout() throws ProviderException(Code)(Java Doc) public int getPopupWindowHeight(HttpServletRequest req, String channelName) throws ProviderException(Code)(Java Doc) public int getPopupWindowWidth(HttpServletRequest req, String channelName) throws ProviderException(Code)(Java Doc) public String getRow(HttpServletRequest req, String channel) throws ProviderException(Code)(Java Doc) public int[] getSupportedWindowStates() throws ProviderException(Code)(Java Doc) public int getTimeout() throws ProviderException(Code)(Java Doc) public int getWidths(int column) throws ProviderException(Code)(Java Doc) public String getWindowName(String channelName)(Code)(Java Doc) public int getWindowState(String channelName) throws ProviderException(Code)(Java Doc) public void init(String n, HttpServletRequest httpreq) throws ProviderException(Code)(Java Doc) public URL processEdit(HttpServletRequest req, HttpServletResponse res) throws ProviderException(Code)(Java Doc) public void setColumn(HttpServletRequest req, String channel, int column) throws ProviderException(Code)(Java Doc) public void setLayout(int lo) throws ProviderException(Code)(Java Doc) public void setRow(HttpServletRequest req, String channel, int row) throws ProviderException(Code)(Java Doc) public void setWindowState(String channelName, int windowState) throws UnsupportedWindowStateException(Code)(Java Doc) public Map setupColumns(HttpServletRequest req) throws ProviderException(Code)(Java Doc)
|
|
|