public abstract class BaseCrumb extends Object implements BreadCrumb
BreadCrumbs| Modifier and Type | Field and Description |
|---|---|
protected com.opensymphony.xwork2.Action |
action |
protected static String |
BROWSE_PREFIX |
protected static String |
NUMBER_PREFIX |
protected javax.servlet.http.HttpServletRequest |
request |
| Constructor and Description |
|---|
BaseCrumb(javax.servlet.http.HttpServletRequest request,
com.opensymphony.xwork2.Action action) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
createUrl(String actionName,
String nameSpace,
String key1,
String value1) |
protected String |
createUrl(String actionName,
String nameSpace,
String key1,
String value1,
String key2,
String value2) |
String |
getAccessKey()
Returns a key as an access key
|
String |
getLabelWithAccessKeyUnderlined() |
protected String |
getText(String key) |
protected boolean |
isAnyChildShown() |
protected boolean |
isInCurrentPath(String path) |
void |
setAction(com.opensymphony.xwork2.Action action) |
void |
setRequest(javax.servlet.http.HttpServletRequest request) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChildCrumbs, getLabel, getUrl, isCurrentPage, isShownprotected javax.servlet.http.HttpServletRequest request
protected com.opensymphony.xwork2.Action action
protected static final String BROWSE_PREFIX
protected static final String NUMBER_PREFIX
public BaseCrumb(javax.servlet.http.HttpServletRequest request,
com.opensymphony.xwork2.Action action)
protected boolean isInCurrentPath(String path)
protected String createUrl(String actionName, String nameSpace, String key1, String value1)
protected String createUrl(String actionName, String nameSpace, String key1, String value1, String key2, String value2)
protected boolean isAnyChildShown()
public void setRequest(javax.servlet.http.HttpServletRequest request)
public void setAction(com.opensymphony.xwork2.Action action)
public String getAccessKey()
BreadCrumbgetAccessKey in interface BreadCrumbpublic String getLabelWithAccessKeyUnderlined()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.