com.bea.wsrp.model
Interface IMarkupType

All Superinterfaces
Serializable

public interface IMarkupType
extends Serializable

Markup type offered by a portlet.

This interface is intended to be implemented only by Oracle Weblogic Portal. Oracle Systems reserves the right to add abstract methods to this interface without notice. Implementations of this interface by other parties must not be expected to compile without change in future versions of Oracle Weblogic Portal.

Method Summary
 List<Locale> getLocales()
          Returns an immutable list of locales supported by the portlet.
 String getMimeType()
          Returns the MIME type
 List<String> getModes()
          Returns an immutable list of modes supported by the portlet.
 List<String> getWindowStates()
          Returns an immutable list of window states supported by the portlet.
 

Method Detail

getMimeType

String getMimeType()
Returns the MIME type

Returns
MIME type

getModes

List<String> getModes()
Returns an immutable list of modes supported by the portlet.

Returns
modes

getWindowStates

List<String> getWindowStates()
Returns an immutable list of window states supported by the portlet.

Returns
window states

getLocales

List<Locale> getLocales()
Returns an immutable list of locales supported by the portlet.

Returns
locales


Copyright © 2011, Oracle. All rights reserved.