Package org.togglz.servlet.activation
Class ClientIpActivationStrategy.AddressParameter
- java.lang.Object
-
- org.togglz.servlet.activation.ClientIpActivationStrategy.AddressParameter
-
- All Implemented Interfaces:
Parameter
- Enclosing class:
- ClientIpActivationStrategy
protected static class ClientIpActivationStrategy.AddressParameter extends Object implements Parameter
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAddressParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetLabel()StringgetName()booleanisLargeText()booleanisOptional()booleanisValid(String addresses)
-
-
-
Method Detail
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceParameter
-
isOptional
public boolean isOptional()
- Specified by:
isOptionalin interfaceParameter
-
isLargeText
public boolean isLargeText()
- Specified by:
isLargeTextin interfaceParameter
-
-