com.sapportals.wcm.control.navigation

Class ResourcePathControl

java.lang.Object
  extended by com.sapportals.wdf.stack.Control
      extended by com.sapportals.wcm.control.base.WcmBaseControl
          extended by com.sapportals.wcm.control.base.WcmResourceControl
              extended by com.sapportals.wcm.control.navigation.ResourcePathControl
All Implemented Interfaces:
com.sapportals.wdf.event.WdfEventReceiver

public class ResourcePathControl
extends WcmResourceControl


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sapportals.wcm.control.base.WcmResourceControl
WcmResourceControl.ResourceNotFoundException
 
Field Summary
 
Fields inherited from class com.sapportals.wcm.control.base.WcmResourceControl
START_PAGE_BROWSE, START_PAGE_DETAILS, uri
 
Fields inherited from class com.sapportals.wcm.control.base.WcmBaseControl
BLANK_LINK_TARGET, CELL_PADDING_STANDARD, CELL_SPACING_STANDARD, CONTROL_HEADER_STANDARD, DETAILS_CONFIG_FILE, NONE, RES_BUTTON_ADD, RES_BUTTON_APPLY, RES_BUTTON_BACK, RES_BUTTON_CANCEL, RES_BUTTON_CLOSE, RES_BUTTON_LOAD, RES_BUTTON_MORE, RES_BUTTON_OK, RES_BUTTON_REMOVE, RES_BUTTON_SAVE, RES_BUTTON_SELECT, RES_BUTTON_UPDATE, resourceContext, SUMMARY
 
Fields inherited from class com.sapportals.wdf.stack.Control
id
 
Constructor Summary
ResourcePathControl()
          Constructor for the ResourcePathControl object
ResourcePathControl(String controlID)
          Constructor for the ResourcePathControl object
 
Method Summary
 String getDifferential()
          Gets the differential attribute of the ResourcePathControl object
 String getHandler()
          Gets the handler attribute of the ResourcePathControl object
 int getStartColumn()
          Gets the startColumn attribute of the ResourcePathControl object
 String getStartUri()
          Gets the startUri attribute of the ResourcePathControl object
 String getSubstitution()
          Gets the substitution attribute of the ResourcePathControl object
 boolean isLastItemClickable()
          Gets the lastItemClickable attribute of the ResourcePathControl object
 com.sapportals.htmlb.Component render()
          Description of the Method
static com.sapportals.htmlb.Component render(WcmBaseControl parent, String path, String eventHandler, IResourceContext resourceContext)
           
static com.sapportals.htmlb.Component render(WcmBaseControl parent, String path, String eventHandler, IResourceContext resourceContext, String differential, int startColumn, boolean lastItemClickable)
           
static com.sapportals.htmlb.Component render(WcmBaseControl parent, String path, String startUri, String eventHandler, IResourceContext resourceContext)
           
static com.sapportals.htmlb.Component render(WcmBaseControl parent, String path, String startUri, String eventHandler, IResourceContext resourceContext, boolean useTransparentStyle)
           
static com.sapportals.htmlb.Component render(WcmBaseControl parent, String path, String startUri, String eventHandler, IResourceContext resourceContext, String actionText)
           
static com.sapportals.htmlb.Component render(WcmBaseControl parent, String path, String startUri, String eventHandler, IResourceContext resourceContext, String actionText, boolean useTransparentStyle)
           
static com.sapportals.htmlb.Component render(WcmBaseControl parent, String path, String sPath, String eventHandler, IResourceContext resourceContext, String differential, int startColumn, boolean lastItemClickable, String substitution)
           
static com.sapportals.htmlb.Component render(WcmBaseControl parent, String path, String sPath, String eventHandler, IResourceContext resourceContext, String differential, int startColumn, boolean lastItemClickable, String substitution, String actionText)
           
static com.sapportals.htmlb.Component render(WcmBaseControl parent, String path, String sPath, String eventHandler, IResourceContext resourceContext, String differential, int startColumn, boolean lastItemClickable, String substitution, String actionText, boolean useTransparentStyle)
           
static String render508Breadcrumb(String path, String sPath, IResourceContext resourceContext, String substitution, String actionText)
           
 void setDifferential(String differential)
          Sets the differential attribute of the ResourcePathControl object
 void setHandler(String handler)
          Sets the handler attribute of the ResourcePathControl object
 void setLastItemClickable(boolean lastItemClickable)
          Sets the lastItemClickable attribute of the ResourcePathControl object
 void setStartColumn(int startColumn)
          Sets the startColumn attribute of the ResourcePathControl object
 void setStartUri(String startUri)
          Sets the startUri attribute of the ResourcePathControl object
 void setSubstitution(String substitution)
          Sets the substitution attribute of the ResourcePathControl object
 
Methods inherited from class com.sapportals.wcm.control.base.WcmResourceControl
checkArchivingStauts, getAOStates, getDetailsPageUri, getResource, getResourceLink, getResourceList, getSafeResource, getUri, receive, setResource, setUri
 
Methods inherited from class com.sapportals.wcm.control.base.WcmBaseControl
getBaseBundleString, getBaseBundleString, getBaseBundleString, getBaseBundleString, getBundleString, getBundleString, getBundleString, getBundleString, getBusinessCardLink, getImage, getParameterConfiguration, getResourceContext, getServicePageUri, handleException, isSection508Rendering, isTestMode, isVisible, readInputData, setControlContext, setResourceContext, setTestMode, setVisible
 
Methods inherited from class com.sapportals.wdf.stack.Control
create, create, createNestedControls, createUnequivocallyComponentId, dispatchHtmlbEvent, dispatchWdfEvent, getControlContext, getDynPage, getID, getParent, getPersistenceComponentManager, getRootControl, getStackId, initialize, initializeImpl, isInitialized, register, renderPersistentProperties, resetNestedControls, restorePersistentProperties, restoreProperties, setID, setInitialized, setParent, setStackId, triggerInput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourcePathControl

public ResourcePathControl()
Constructor for the ResourcePathControl object


ResourcePathControl

public ResourcePathControl(String controlID)
Constructor for the ResourcePathControl object

Parameters:
controlID - Description of the param
Method Detail

getStartUri

public String getStartUri()
Gets the startUri attribute of the ResourcePathControl object

Returns:
The startUri value

setStartUri

public void setStartUri(String startUri)
Sets the startUri attribute of the ResourcePathControl object

Parameters:
startUri - The new startUri value

getSubstitution

public String getSubstitution()
Gets the substitution attribute of the ResourcePathControl object

Returns:
The substitution value

setSubstitution

public void setSubstitution(String substitution)
Sets the substitution attribute of the ResourcePathControl object

Parameters:
substitution - The new substitution value

setLastItemClickable

public void setLastItemClickable(boolean lastItemClickable)
Sets the lastItemClickable attribute of the ResourcePathControl object

Parameters:
lastItemClickable - The new lastItemClickable value

isLastItemClickable

public boolean isLastItemClickable()
Gets the lastItemClickable attribute of the ResourcePathControl object

Returns:
The lastItemClickable value

getHandler

public String getHandler()
Gets the handler attribute of the ResourcePathControl object

Returns:
The handler value

setHandler

public void setHandler(String handler)
Sets the handler attribute of the ResourcePathControl object

Parameters:
handler - The new handler value

getDifferential

public String getDifferential()
Gets the differential attribute of the ResourcePathControl object

Returns:
The differential value

setDifferential

public void setDifferential(String differential)
Sets the differential attribute of the ResourcePathControl object

Parameters:
differential - The new differential value

getStartColumn

public int getStartColumn()
Gets the startColumn attribute of the ResourcePathControl object

Returns:
The startColumn value

setStartColumn

public void setStartColumn(int startColumn)
Sets the startColumn attribute of the ResourcePathControl object

Parameters:
startColumn - The new startColumn value

render

public com.sapportals.htmlb.Component render()
Description of the Method

Specified by:
render in class com.sapportals.wdf.stack.Control
Returns:
Description of the Return Value

render

public static com.sapportals.htmlb.Component render(WcmBaseControl parent,
                                                    String path,
                                                    String eventHandler,
                                                    IResourceContext resourceContext)

render

public static com.sapportals.htmlb.Component render(WcmBaseControl parent,
                                                    String path,
                                                    String startUri,
                                                    String eventHandler,
                                                    IResourceContext resourceContext)

render

public static com.sapportals.htmlb.Component render(WcmBaseControl parent,
                                                    String path,
                                                    String startUri,
                                                    String eventHandler,
                                                    IResourceContext resourceContext,
                                                    boolean useTransparentStyle)

render

public static com.sapportals.htmlb.Component render(WcmBaseControl parent,
                                                    String path,
                                                    String startUri,
                                                    String eventHandler,
                                                    IResourceContext resourceContext,
                                                    String actionText)

render

public static com.sapportals.htmlb.Component render(WcmBaseControl parent,
                                                    String path,
                                                    String startUri,
                                                    String eventHandler,
                                                    IResourceContext resourceContext,
                                                    String actionText,
                                                    boolean useTransparentStyle)

render

public static com.sapportals.htmlb.Component render(WcmBaseControl parent,
                                                    String path,
                                                    String eventHandler,
                                                    IResourceContext resourceContext,
                                                    String differential,
                                                    int startColumn,
                                                    boolean lastItemClickable)

render

public static com.sapportals.htmlb.Component render(WcmBaseControl parent,
                                                    String path,
                                                    String sPath,
                                                    String eventHandler,
                                                    IResourceContext resourceContext,
                                                    String differential,
                                                    int startColumn,
                                                    boolean lastItemClickable,
                                                    String substitution)

render

public static com.sapportals.htmlb.Component render(WcmBaseControl parent,
                                                    String path,
                                                    String sPath,
                                                    String eventHandler,
                                                    IResourceContext resourceContext,
                                                    String differential,
                                                    int startColumn,
                                                    boolean lastItemClickable,
                                                    String substitution,
                                                    String actionText)

render

public static com.sapportals.htmlb.Component render(WcmBaseControl parent,
                                                    String path,
                                                    String sPath,
                                                    String eventHandler,
                                                    IResourceContext resourceContext,
                                                    String differential,
                                                    int startColumn,
                                                    boolean lastItemClickable,
                                                    String substitution,
                                                    String actionText,
                                                    boolean useTransparentStyle)

render508Breadcrumb

public static String render508Breadcrumb(String path,
                                         String sPath,
                                         IResourceContext resourceContext,
                                         String substitution,
                                         String actionText)
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/nonwduideprecated api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2014 SAP AG Complete Copyright Notice