Uses of Class
org.glassfish.web.deployment.runtime.Valve
-
Packages that use Valve Package Description com.sun.enterprise.web org.glassfish.web.deployment.node.runtime.gf org.glassfish.web.deployment.runtime -
-
Uses of Valve in com.sun.enterprise.web
Methods in com.sun.enterprise.web with parameters of type Valve Modifier and Type Method Description protected voidWebModule. addValve(Valve valveDescriptor)Constructs a Valve from the given valveDescriptor and adds it to the Pipeline of this WebModule. -
Uses of Valve in org.glassfish.web.deployment.node.runtime.gf
Fields in org.glassfish.web.deployment.node.runtime.gf declared as Valve Modifier and Type Field Description protected ValveValveNode. descriptorMethods in org.glassfish.web.deployment.node.runtime.gf that return Valve Modifier and Type Method Description ValveValveNode. getDescriptor()Methods in org.glassfish.web.deployment.node.runtime.gf with parameters of type Valve Modifier and Type Method Description NodeValveNode. writeDescriptor(Node parent, String nodeName, Valve descriptor)Writes the descriptor class to a DOM tree and returns itvoidValveNode. writeDescriptor(Node parent, String nodeName, Valve[] valves)write the descriptor class to a DOM tree and return it -
Uses of Valve in org.glassfish.web.deployment.runtime
Methods in org.glassfish.web.deployment.runtime that return Valve Modifier and Type Method Description Valve[]SunWebAppImpl. getValve()ValveSunWebAppImpl. getValve(int index)Methods in org.glassfish.web.deployment.runtime with parameters of type Valve Modifier and Type Method Description intSunWebAppImpl. addValve(Valve value)intSunWebAppImpl. removeValve(Valve value)voidSunWebAppImpl. setValve(int index, Valve value)voidSunWebAppImpl. setValve(Valve[] value)
-