| com.sun.portal.providers.window.WindowProvider com.sun.portal.wsrp.consumer.wsrpwindow.WSRPWindowProvider
WSRPWindowProvider | public class WSRPWindowProvider extends WindowProvider (Code) | | WSRP Provider, is dervied from the abstract base class
WindowProvider.
|
getErrorCode | protected ErrorCode getErrorCode(ContentException ex)(Code) | | Return more fine grained error code if available for ContentException
thrown by WSRP framework.
|
isMarkupSupported | public boolean isMarkupSupported(String contentType, String locale, ChannelMode mode, WindowState windowState) throws ProviderException(Code) | | Implementation of an abstract method
Returns true if the portlet supports the markup for
given contentType, mode, state and locale.
|
Methods inherited from com.sun.portal.providers.window.WindowProvider | protected List getAllowableWindowStates(HttpServletRequest req, ChannelMode mode) throws ProviderException(Code)(Java Doc) abstract public ChannelURLFactory getChannelURLFactory(String desktopURLPrefix, HttpServletRequest req) throws ProviderException(Code)(Java Doc) abstract public Container getContainer(HttpServletRequest req)(Code)(Java Doc) public StringBuffer getContent(HttpServletRequest req, HttpServletResponse res) throws ProviderException(Code)(Java Doc) public StringBuffer getContentInternal(HttpServletRequest req, HttpServletResponse res) throws ProviderException(Code)(Java Doc) protected ChannelMode getCurrentChannelMode(HttpServletRequest req)(Code)(Java Doc) protected WindowState getCurrentWindowState(HttpServletRequest req) throws ProviderException(Code)(Java Doc) abstract public String getDefaultTitle() throws ProviderException(Code)(Java Doc) public StringBuffer getEdit(HttpServletRequest req, HttpServletResponse res) throws ProviderException(Code)(Java Doc) protected URL getEditURL(HttpServletRequest req, String parent, ProviderContext pc) throws ProviderContextException, MalformedURLException(Code)(Java Doc) abstract public String getEntityID(HttpServletRequest req) throws ProviderException(Code)(Java Doc) protected ErrorCode getErrorCode(ContentException ex)(Code)(Java Doc) public URL getErrorCodeURL(ErrorCode errorCode, HttpServletRequest req) throws ProviderException(Code)(Java Doc) protected StringBuffer getErrorMessageContent(ErrorCode errorCode) throws ProviderException(Code)(Java Doc) public URL getHelp(HttpServletRequest req) throws ProviderException(Code)(Java Doc) protected URL getHelpURL(HttpServletRequest req, ProviderContext pc) throws ProviderContextException, MalformedURLException(Code)(Java Doc) protected String getParentContainerName(HttpServletRequest req) throws ProviderException(Code)(Java Doc) protected ContainerProvider getParentContainerProvider(HttpServletRequest req) throws ProviderException(Code)(Java Doc) protected String getProcessURL(HttpServletRequest req, String parent, ChannelMode channelMode)(Code)(Java Doc) abstract public List getRoleList(HttpServletRequest req) throws ProviderException(Code)(Java Doc) public String getTitle() throws ProviderException(Code)(Java Doc) abstract public Map getUserInfoMap(HttpServletRequest req) throws ProviderException(Code)(Java Doc) abstract public WindowRequestReader getWindowRequestReader() throws ProviderException(Code)(Java Doc) public void init(String n, HttpServletRequest req) throws ProviderException(Code)(Java Doc) public boolean isEditable() throws ProviderException(Code)(Java Doc) abstract public boolean isMarkupSupported(String contentType, String locale, ChannelMode mode, WindowState state) throws ProviderException(Code)(Java Doc) public boolean isPresentable(HttpServletRequest req)(Code)(Java Doc) public static boolean isWindowProviderKey(String key)(Code)(Java Doc) public URL processEdit(HttpServletRequest req, HttpServletResponse res) throws ProviderException(Code)(Java Doc) public URL processEditInternal(HttpServletRequest req, HttpServletResponse res) throws ProviderException, WindowException(Code)(Java Doc) protected URL processModeChange(ChannelMode channelMode, HttpServletRequest req, ProviderContext pc) throws ProviderException(Code)(Java Doc) protected WindowState processWindowStateChange(HttpServletRequest request, WindowState newWindowState, ChannelMode channelMode, boolean authless) throws ProviderException, WindowException(Code)(Java Doc) protected ErrorCode readErrorCode(HttpServletRequest req)(Code)(Java Doc) public void setTitle(String title)(Code)(Java Doc)
|
|
|