|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.4.0) E15995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.webcenter.framework.resource.ResourceRow
oracle.webcenter.framework.resource.ResourceAction<javax.faces.component.UIComponent>
oracle.webcenter.framework.resource.view.ResourceActionRenderContext
public class ResourceActionRenderContext
A collection of parameters needed to render a view for a resource action. It extends ResourceAction to inherit the necessary fields it needs to expose.
| Field Summary |
|---|
| Fields inherited from class oracle.webcenter.framework.resource.ResourceAction |
|---|
ATTR_RESOURCE_ACTION, DISPLAY_AS_POPUP, HANDLER_CLASS_NAME, RESOURCE_ACTION_EDIT, RESOURCE_ACTION_VIEW |
| Fields inherited from class oracle.webcenter.framework.resource.ResourceRow |
|---|
ATTR_APP_PARAMS, ATTR_EXTERNAL_URL, ATTR_GROUP_ID, ATTR_RESOURCE_ID, ATTR_RESOURCE_REFERER, ATTR_RESOURCE_SCOPE, ATTR_RESOURCE_TITLE, ATTR_RESOURCE_TYPE, ATTR_SERVICE_ID, m_appParams, m_groupId, m_id, m_referer, m_scope, m_title, m_type |
| Constructor Summary | |
|---|---|
ResourceActionRenderContext(ResourceAction<javax.faces.component.UIComponent> action)From the information gathered in a ResourcAction, creates a ResourceActionRenderContext inheriting everything from it and whose title is treated after looking at the service definition for default titles. |
|
| Method Summary | |
|---|---|
java.lang.String |
getTitle()Override of getTitle uses the alternate title if not null. |
java.lang.String |
getViewRenderer()Returns the view renderer which is a String representation of either a page (view ID) or a task flow. |
boolean |
isTaskFlow()Tells whether the view renderer is a task flow. |
java.lang.String |
toString()Extends the ResourceAction's toString to return the view renderer. |
| Methods inherited from class oracle.webcenter.framework.resource.ResourceAction |
|---|
getAction, getSource, getValueMap |
| Methods inherited from class oracle.webcenter.framework.resource.ResourceRow |
|---|
getAppParams, getAppParamsMap, getGroupId, getIconPath, getId, getReferer, getScope, getType, getUrl, isUrlExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceActionRenderContext(ResourceAction<javax.faces.component.UIComponent> action)
action - All the resource rendering information gathered when the link is clicked from a page that employs the Resource Action Handling framework.| Method Detail |
|---|
public java.lang.String getViewRenderer()
public boolean isTaskFlow()
public java.lang.String getTitle()
getTitle in class oracle.webcenter.framework.resource.ResourceRowpublic java.lang.String toString()
toString in class ResourceAction<javax.faces.component.UIComponent>
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.4.0) E15995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||