Package org.exoplatform.web.url.simple
Class SimpleURL
java.lang.Object
org.exoplatform.web.url.PortalURL<NavigationResource,SimpleURL>
org.exoplatform.web.url.simple.SimpleURL
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QualifiedNamestatic final ResourceType<NavigationResource, SimpleURL> Fields inherited from class org.exoplatform.web.url.PortalURL
ajax, confirm, mimeType, queryParams -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the set of parameter names provided this url.getParameterValue(QualifiedName parameterName) Returns a specified parameter value or null when it is not available.Returns the current resource associated with this URL.setResource(NavigationResource resource) Set a new resource on this URL.Methods inherited from class org.exoplatform.web.url.PortalURL
getAjax, getAuthorityUse, getConfirm, getContext, getLocale, getMimeType, getQueryParameters, getQueryParameterValue, getQueryParameterValues, getSchemeUse, isCSRFCheck, reset, setAjax, setAuthorityUse, setConfirm, setCSRFCheck, setLocale, setMimeType, setQueryParameterValue, setQueryParameterValues, setSchemeUse, toString
-
Field Details
-
TYPE
-
LANG
-
-
Constructor Details
-
SimpleURL
- Throws:
NullPointerException
-
-
Method Details
-
getResource
Description copied from class:PortalURLReturns the current resource associated with this URL.- Specified by:
getResourcein classPortalURL<NavigationResource,SimpleURL> - Returns:
- the resource
-
getParameterNames
Description copied from class:PortalURLReturns the set of parameter names provided this url.- Specified by:
getParameterNamesin classPortalURL<NavigationResource,SimpleURL> - Returns:
- the parameter names
-
getParameterValue
Description copied from class:PortalURLReturns a specified parameter value or null when it is not available.- Specified by:
getParameterValuein classPortalURL<NavigationResource,SimpleURL> - Parameters:
parameterName- the parameter name- Returns:
- the parameter value
-