|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
UICommand
object.ActionRequest
represents the request sent to the portlet to handle an action.ActionResponse
interface represents the portlet response to an action request.externalBLOBs==true
)
externalBLOBs==true
)
externalBLOBs==true
)
externalBLOBs==true
)
DynamicBean
which exposes all the fields on a class which are
public and static.Serializable
interface.
CommandMapper
interface defines a service that can map an invocation to a command and also provide a
mapping from a command to an url.Content
objects from their state.org.jboss.portal.server.util.HTTPStreamInfo
on the server response that can be used later by the
rendering process to create the response sent to the user.WSRPConstants.DEFAULT_LOCALES
, WSRPConstants.DEFAULT_MIME_TYPES
,
WSRPConstants.VIEW_MODE
, WSRPConstants.NORMAL_WINDOW_STATE
)
WSRPTypeFactory.createDefaultRuntimeContext()
(), WSRPTypeFactory.createDefaultMarkupParams()
(), WSRPTypeFactory.createDefaultInteractionParams()
());
WSRPConstants.DEFAULT_CONSUMER_NAME
, false) using WSRPConstants.CONSUMER_AGENT
for the consumer agent.
WSRPConstants.NONE_USER_AUTHENTICATION
)
StateChange
), interactionState(xsd:string)?, formParameters(NamedString)*,
uploadContexts(UploadContext)*, extensions(Extension)*
ClientData
)?,
navigationalState(xsd:string)?, markupCharacterSets(xsd:string)*, validateTag(xsd:string)?,
validNewModes(xsd:string)*, validNewWindowStates(xsd:string)*, extensions(Extension
)*
RegistrationContext
?, PortletContext
, RuntimeContext
, UserContext
?, MarkupParams
, InteractionParams
Extension
)*
Context
interface for dashboards.PORTLET_SCOPE
.
PortletMode
object based on the specified name.
WindowState
object based on the specified name.
RegistrationPropertyValidator
has been configured to validate registration properties.PortletException
.
doEditContent(RenderRequest,RenderResponse)
method.
edit
mode.
help
mode.
PortletException
.
view
mode.
PortletException
.
EDIT
portlet mode, a portlet should provide content and logic that lets a user customize
the behavior of the portlet.
wsrp:edit
mode, a Portlet should provide content and logic that let a user customize
the behavior of the Portlet , though such customizations are not limited to screens generated while in this mode.
equals
.
setProperty
method.
GenericPortlet
class provides a default implementation for the Portlet
interface.java.util.Set
of allowed actions.
java.util.Set
of allowed actions.
Object
, or null
if no attribute of the
given name exists.
PORTLET_SCOPE
, or
null
if no object is bound under the name in that scope.
null
if no object is bound under
the name in the given scope.
Enumeration
containing the attribute names available within this portlet context, or an
emtpy Enumeration
if no attributes are available.
Enumeration
containing the names of the attributes available to this request.
Enumeration
of String objects containing the names of all the objects bound to this
session under the PORTLET_SCOPE
, or an empty Enumeration
if no attributes are
available.
Enumeration
of String objects containing the names of all the objects bound to this
session in the given scope, or an empty Enumeration
if no attributes are available in the given
scope.
BASIC_AUTH
, CLIENT_CERT_AUTH
, a custom one or null
if there was no
authentication.
null
.
null
if the Consumer should not be automatically assigned to a ConsumerGroup.
null
if
the parameter does not exist.
Enumeration
of String objects, or an
empty Enumeration
if the portlet has no initialization parameters.
Enumeration
of String objects, or an
empty Enumeration if the context has no initialization parameters.
InputStream
.
Locale.ENGLISH
if no request was provided.
Map
of the preferences.
MBeanServerLocator.locateJBoss()
.
null
if the MIME type is not known.
PortletRequestDispatcher
object that acts as a wrapper for the named servlet.
Enumeration
if no keys are
available.
String
, or null
if the parameter does not
exist.
Map
of the parameters of this request.
Enumeration
of String
objects containing the names of the parameters
contained in this request.
String
objects containing all of the values the given request parameter has, or
null
if the parameter does not exist.
PortletContext
of the portlet application the portlet is in.
PortletContext
of the portlet application the portlet is in.
web.xml
deployment descriptor for this web application by the display-name
element.
InputStream
.
OutputStream
suitable for writing binary data in the response.
true
,
creates one and returns the new session.
Enumeration
of String
objects.
null
if there is no property by that name.
String
.
Enumeration
if there are no property names.
Enumeration
of all the property names this request contains.
BufferedReader
.
BufferedReader
.
String
containing the real path for a given virtual path.
PortletRequestDispatcher
object that acts as a wrapper for the resource located at the given
path.
resource-bundle
tag or the inlined resources defined in the deployment descriptor.
resource-bundle
tag or the inlined resources defined in the deployment descriptor.
Mode
s
PorltetMode
objects.
WindowState
objects.
WindowState
s
WindowContext
for the provided window id.
PortletContext
s on the page keyed by window id
hashCode
.
HELP
portlet mode, a portlet should provide help information about the portlet.
wsrp:help
mode, a Portlet may provide help screens that explains the Portlet and its
expected usage.
SimpleDbPersistenceManager
instance.
super.init(config)
.
InvokeGetResponse
response in reaction to the StartTestCommand
.
GetPageResponse
response in reaction to the StartTestCommand
.
boolean
indicating whether the portlet is permanently unavailable.
java.lang.Object
adapted.org.apache.portals.bridges.common.ServletContextProvider
use thread local
variables to keep the request associated with the current thread of execution.JSONString
interface allows a toJSONString()
method so that a class can change the behavior of
JSONObject.toString()
, JSONArray.toString()
,
and JSONWriter.value(
Object)
.junit.framework.Test
interface to the TestDriver
protocol.Locale.ENGLISH
locale.
MailModuleImpl
object.
MAXIMIZED
window state is an indication that a portlet may be the only portlet being rendered in
the portal page, or that the portlet has more space compared to other portlets in the portal page.
wsrp:maximized
window state is an indication the Portlet is likely the only Portlet being
rendered in the aggregated page, or that the Portlet has more space compared to other Portlets in the aggregated
page.
MINIMIZED
window state, the portlet should only render minimal output or no
output at all.
wsrp:minimized
, the Portlet SHOULD NOT render visible markup, but is free to
include non-visible data such as JavaScript or hidden forms.
NORMAL
window state indicates that a portlet may be sharing the page with other portlets.
wsrp:normal
window state indicates the Portlet is likely sharing the aggregated page with other
Portlets.
NULL
object than to use Java's null
value.
PortalContext
interface gives the portlet the ability to retrieve information about the portal
calling this portlet.PortalLayout
.PortalNodeEvent
is dispatched.org.jboss.portal.core.command.RenderPageCommand
Portlet
interface is used by the portlet container to invoke the portlets.PortletConfig
interface provides the portlet with its configuration.PortletContext
interface defines a portlet view of the portlet container.PortletException
class defines a general exception that a portlet can throw when it is unable to
perform its operation successfully.init()
invocation.PortletMode
class represents the possible modes that a portlet can assume.PortletModeException
is thrown when a portlet tries to use or set a portlet mode that is not
supported by the current runtime environment or the portlet.PortletPreferences
interface allows the portlet to store configuration data.PortletRequest
defines the base interface to provide client request information to a portlet.PortletRequestDispatcher
interface defines an object that receives requests from the client and
sends them to the specified resources (such as a servlet, HTML file, or JSP file) on the server.PortletResponse
defines the base interface to assist a portlet in creating and sending a response to
the client.PortletSecurityException
when a call fails because of security reasons.PortletSession
interface provides a way to identify a user across more than one request and to store
transient information about that user.PortletSessionUtil
class helps identify and decode attributes in the PORTLET_SCOPE
scope of the PortletSession when accessed through the HttpSession an from within calls to methods of the
HttpSessionBindingListener interface.PortletURL
interface represents a URL that reference the portlet itself.PreferencesValidator
allows to validate the set of preferences of the associated portlet just before
they are stored in the persistent store.wsrp:preview
mode, a Portlet should provide a rendering of its standard wsrp:view
mode content, as a visual sample of how this Portlet will appear on the End-User's page with the current
configuration.
doDispatch(JBossActionRequest,JBossActionResponse)
.
java.util.Map
to provide meta information about user profile.javax.xml.namespace.QName
class on two database columns.ReadOnlyException
is thrown when a portlet tries to change the value for a read-only preference
attribute.DefaultRegistrationPolicy
.PORTLET_SCOPE
from this session.
getTitle
method and invokes the
doDispatch
method.
doDispatch(JBossRenderRequest,JBossRenderResponse)
.
RenderRequest
represents the request sent to the portlet to handle a render.RenderResponse
defines an object to assist a portlet in sending a response to the portal.HttpServletRequest
.OutputStream
.
InputStream
.
Reader
.
Writer
.
org.jboss.portal.web.ServletContainer
singleton.PORTLET_SCOPE
, using the name specified.
ResourceBundle.getBundle(String,Locale,ClassLoader)
.wsrp:solo
window state is an indication the Portlet is the only Portlet being rendered in the
aggregated page.
DataInputStream
and DataOutputStream
to marshall
and unmarshall the producer state.set
methods in the persistent store.
ServletContainerContext
for Tomcat.ThemeLink
.ThemeScript
.toJSONString
method allows a class to produce its own JSON
serialization.
toString()
.
UnavailableException
when the portlet is either temporarily or permanently
unavailable to handle requests.getAttribute
call.
HttpServletRequest.getUserPrincipal()
method.ValidatorException
is thrown by the validate
method of a PreferencesValidator when the
validation of a preference failed.true
or the value
false
.
setValue
method by doing a trimming before calling the next model.setValue
method by doing a trimming before calling the next model.VIEW
portlet mode is to generate markup reflecting the
current state of the portlet.
wsrp:view
mode is to render markup reflecting the
current state of the Portlet.
ServletContextListener
interface.WindowState
class represents the possible window states that a portlet window can assume.WindowStateException
is thrown when a portlet tries to use a window state that is not supported by
the current runtime environment or the portlet.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |