public class ExtendedPortletUrl extends PortletUrl
ACTION, COMPONENT_FAMILY, RENDER
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY
Constructor and Description |
---|
ExtendedPortletUrl() |
Modifier and Type | Method and Description |
---|---|
String |
getBaseUrl() |
String |
getPortlet() |
String |
getPortletLayout() |
String |
getPortletMethod() |
IPortletURL |
getPortletUrl(String type) |
String |
getTargetAction() |
String |
getTargetView() |
boolean |
isAxsrft() |
boolean |
isKeepState() |
boolean |
isResetState() |
void |
setAxsrft(boolean axsrft) |
void |
setBaseUrl(String baseUrl) |
void |
setKeepState(boolean keepState) |
void |
setPortlet(String portlet) |
void |
setPortletLayout(String portletLayout) |
void |
setPortletMethod(String portletMethod) |
protected void |
setPortletUrlProperties(IPortletURL portletURL,
ExtendedPortletUrl portletUrlComp,
boolean isChildUrl) |
void |
setResetState(boolean resetState) |
void |
setTargetAction(String targetAction) |
void |
setTargetView(String targetView) |
getConverter, getFamily, getLocalValue, getPortletMode, getPortletUrl, getSecure, getType, getValue, getWindowState, isSecure, setConverter, setPortletMode, setSecure, setType, setValue, setWindowState
getAttributes, getPropertyOrBindingValue, restoreState, saveState, setBindingValue
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
public String getBaseUrl()
public void setBaseUrl(String baseUrl)
public String getPortlet()
public void setPortlet(String portlet)
public String getPortletLayout()
public void setPortletLayout(String portletLayout)
public String getPortletMethod()
public void setPortletMethod(String portletMethod)
public String getTargetAction()
public void setTargetAction(String targetAction)
public String getTargetView()
public void setTargetView(String targetView)
public boolean isKeepState()
public void setKeepState(boolean keepState)
public boolean isResetState()
public void setResetState(boolean resetState)
public boolean isAxsrft()
public void setAxsrft(boolean axsrft)
public IPortletURL getPortletUrl(String type)
getPortletUrl
in class PortletUrl
protected void setPortletUrlProperties(IPortletURL portletURL, ExtendedPortletUrl portletUrlComp, boolean isChildUrl) throws Exception
Exception