Uses of Class
com.sun.enterprise.deployment.runtime.web.IdempotentUrlPattern
-
-
Uses of IdempotentUrlPattern in com.sun.enterprise.deployment.runtime.web
Methods in com.sun.enterprise.deployment.runtime.web that return IdempotentUrlPattern Modifier and Type Method Description IdempotentUrlPatternSunWebApp. getIdempotentUrlPattern(int index)IdempotentUrlPattern[]SunWebApp. getIdempotentUrlPatterns()Methods in com.sun.enterprise.deployment.runtime.web with parameters of type IdempotentUrlPattern Modifier and Type Method Description intSunWebApp. addIdempotentUrlPattern(IdempotentUrlPattern value)intSunWebApp. removeIdempotentUrlPattern(IdempotentUrlPattern value)voidSunWebApp. setIdempotentUrlPattern(int index, IdempotentUrlPattern value)voidSunWebApp. setIdempotentUrlPatterns(IdempotentUrlPattern[] value) -
Uses of IdempotentUrlPattern in org.glassfish.loadbalancer.admin.cli.reader.impl
Constructors in org.glassfish.loadbalancer.admin.cli.reader.impl with parameters of type IdempotentUrlPattern Constructor Description IdempotentUrlPatternReaderImpl(IdempotentUrlPattern pattern)Constructor for Idempotent url pattern -
Uses of IdempotentUrlPattern in org.glassfish.web.deployment.node.runtime.gf
Fields in org.glassfish.web.deployment.node.runtime.gf declared as IdempotentUrlPattern Modifier and Type Field Description protected IdempotentUrlPatternIdempotentUrlPatternNode. descriptorMethods in org.glassfish.web.deployment.node.runtime.gf that return IdempotentUrlPattern Modifier and Type Method Description IdempotentUrlPatternIdempotentUrlPatternNode. getDescriptor()Methods in org.glassfish.web.deployment.node.runtime.gf with parameters of type IdempotentUrlPattern Modifier and Type Method Description NodeIdempotentUrlPatternNode. writeDescriptor(Node parent, String nodeName, IdempotentUrlPattern pattern)write the descriptor class to a DOM tree and return it -
Uses of IdempotentUrlPattern in org.glassfish.web.deployment.runtime
Methods in org.glassfish.web.deployment.runtime that return IdempotentUrlPattern Modifier and Type Method Description IdempotentUrlPatternSunWebAppImpl. getIdempotentUrlPattern(int index)IdempotentUrlPattern[]SunWebAppImpl. getIdempotentUrlPatterns()Methods in org.glassfish.web.deployment.runtime with parameters of type IdempotentUrlPattern Modifier and Type Method Description intSunWebAppImpl. addIdempotentUrlPattern(IdempotentUrlPattern value)intSunWebAppImpl. removeIdempotentUrlPattern(IdempotentUrlPattern value)voidSunWebAppImpl. setIdempotentUrlPattern(int index, IdempotentUrlPattern value)voidSunWebAppImpl. setIdempotentUrlPatterns(IdempotentUrlPattern[] value)
-