Uses of Class
org.exoplatform.web.controller.QualifiedName
Packages that use QualifiedName
Package
Description
-
Uses of QualifiedName in org.exoplatform.web
Fields in org.exoplatform.web declared as QualifiedNameMethods in org.exoplatform.web with parameters of type QualifiedNameMethod parameters in org.exoplatform.web with type arguments of type QualifiedNameModifier and TypeMethodDescriptionvoidControllerContext.renderURL(Map<QualifiedName, String> parameters, URIWriter uriWriter) Constructor parameters in org.exoplatform.web with type arguments of type QualifiedNameModifierConstructorDescriptionControllerContext(WebAppController controller, Router router, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Map<QualifiedName, String> parameters) -
Uses of QualifiedName in org.exoplatform.web.controller
Methods in org.exoplatform.web.controller that return QualifiedNameModifier and TypeMethodDescriptionstatic QualifiedNameCreates a qualified name with an empty string qualifier.static QualifiedNameCreates a qualified name.static QualifiedNameParse the string representation of a qname and returns a qualified name.Methods in org.exoplatform.web.controller with parameters of type QualifiedName -
Uses of QualifiedName in org.exoplatform.web.controller.metadata
Methods in org.exoplatform.web.controller.metadata that return QualifiedNameMethods in org.exoplatform.web.controller.metadata that return types with arguments of type QualifiedNameModifier and TypeMethodDescriptionRouteDescriptor.getPathParams()RouteDescriptor.getRouteParamNames()Methods in org.exoplatform.web.controller.metadata with parameters of type QualifiedNameConstructors in org.exoplatform.web.controller.metadata with parameters of type QualifiedNameModifierConstructorDescriptionprotectedParamDescriptor(QualifiedName qualifiedName) PathParamDescriptor(QualifiedName qualifiedName) RequestParamDescriptor(QualifiedName qualifiedName) RouteParamDescriptor(QualifiedName qualifiedName) -
Uses of QualifiedName in org.exoplatform.web.controller.router
Methods in org.exoplatform.web.controller.router that return types with arguments of type QualifiedNameModifier and TypeMethodDescriptionMethod parameters in org.exoplatform.web.controller.router with type arguments of type QualifiedNameModifier and TypeMethodDescriptionRouter.render(Map<QualifiedName, String> parameters) voidRouter.render(Map<QualifiedName, String> parameters, URIWriter writer) voidRenderContext.reset(Map<QualifiedName, String> map) Reuse the context with new parameters.Constructor parameters in org.exoplatform.web.controller.router with type arguments of type QualifiedName -
Uses of QualifiedName in org.exoplatform.web.url
Methods in org.exoplatform.web.url that return types with arguments of type QualifiedNameModifier and TypeMethodDescriptionabstract Set<QualifiedName> PortalURL.getParameterNames()Returns the set of parameter names provided this url.Methods in org.exoplatform.web.url with parameters of type QualifiedNameModifier and TypeMethodDescriptionabstract StringPortalURL.getParameterValue(QualifiedName parameterName) Returns a specified parameter value or null when it is not available. -
Uses of QualifiedName in org.exoplatform.web.url.simple
Fields in org.exoplatform.web.url.simple declared as QualifiedNameMethods in org.exoplatform.web.url.simple that return types with arguments of type QualifiedNameMethods in org.exoplatform.web.url.simple with parameters of type QualifiedName