| com.sun.portal.providers.jsp.JSPProvider com.sun.portal.providers.containers.JSPContainerProviderAdapter
All known Subclasses: com.sun.portal.providers.containers.jsp.single.JSPSingleContainerProvider, com.sun.portal.providers.containers.jsp.table.JSPTableContainerProvider, com.sun.portal.wireless.providers.containers.jsp.WirelessJSPContainerProviderAdapter, com.sun.portal.providers.containers.jsp.tab.JSPTabContainerProvider,
getAvailableAndUserDefinedChannels | public List getAvailableAndUserDefinedChannels() throws ProviderException(Code) | | Gets the list of available and user defined channel names.
Available Channels are channels that are available to be added to the portal page.
User Defined Channels are channels the user has created.
The list of available and user defined channel names, a list of string names. exception: ProviderException - If the list of channel names cannot be returned. |
getWindowState | public int getWindowState(String channelName) throws ProviderException(Code) | | Gets the window state of the channel.
This method is a default implementation of the ContainerProvider.getWindowState()
This method currently has no effect and just returns ProviderWindowStates.NOT_DEFINED.
Subclasses that wish to allow getting a WindowState should
override this method.
Parameters: channelName - channel for which the window state is requested. window state exception: ProviderException - See Also: com.sun.portal.providers.containers.ProviderWindowStates.NOT_DEFINED |
setWindowState | public void setWindowState(String channelName, int windowState) throws UnsupportedWindowStateException(Code) | | Sets the window state of a channel.
This method is a default implementation of the ContainerProvider.setWindowState()
This method currently has no effect and just throws UnsupportedWindowStateException.
Subclasses that wish to allow setting a WindowState should
override this method.
Parameters: channelName - channel for which the window state needs to be set Parameters: windowState - The new window state UnsupportedWindowStateException. |
Methods inherited from com.sun.portal.providers.jsp.JSPProvider | protected File getCompiledJSPPath(ProviderContext pc, String channel, String file) throws ProviderException(Code)(Java Doc) public StringBuffer getContent(HttpServletRequest req, HttpServletResponse res) throws ProviderException(Code)(Java Doc) protected String getContentPage() throws ProviderException(Code)(Java Doc) public StringBuffer getEdit(HttpServletRequest req, HttpServletResponse res) throws ProviderException(Code)(Java Doc) protected String getEditPage() throws ProviderException(Code)(Java Doc) protected File getExistingJSPPath(ProviderContext pc, String channel, String file) throws ProviderException(Code)(Java Doc) protected File getMostSpecificJSPPath(ProviderContext pc, String channel, String file) throws ProviderException(Code)(Java Doc) protected String getProcessPage() throws ProviderException(Code)(Java Doc) protected StringBuffer includeJspPage(String jsp, Hashtable parameters, HttpServletRequest req, HttpServletResponse res) throws ProviderException(Code)(Java Doc) public void init(String n, HttpServletRequest httpreq) throws ProviderException(Code)(Java Doc) public boolean isPresentable(HttpServletRequest req)(Code)(Java Doc) public URL processEdit(HttpServletRequest req, HttpServletResponse res) throws ProviderException(Code)(Java Doc)
|
|
|