Uses of Interface
org.talika.tarsis.command.CommandParameter

Packages that use CommandParameter
org.talika.tarsis.command This package contains all Command related classes. 
org.talika.tarsis.filters.validator This package contains request validation filters of architecture. 
 

Uses of CommandParameter in org.talika.tarsis.command
 

Classes in org.talika.tarsis.command that implement CommandParameter
 class CommandParameterImpl
          Implementation of CommandParameter interface.
 

Methods in org.talika.tarsis.command that return CommandParameter
 CommandParameter[] CommandImpl.getParameters()
          Returns an array with the parameters of command.
 CommandParameter[] Command.getParameters()
          Returns an array with the parameters of this command.
 

Methods in org.talika.tarsis.command with parameters of type CommandParameter
protected  void CommandImpl.addParameter(CommandParameter parameter)
          Adds a parameter to command.
 

Constructors in org.talika.tarsis.command with parameters of type CommandParameter
CommandImpl(java.lang.String name, java.lang.String pak, Action action, View[] views, View inputView, CommandParameter[] parameters, boolean cacheable, boolean duplicable, boolean validable, boolean secure, int type)
          Constructs a new CommandImpl object with specified parameters.
 

Uses of CommandParameter in org.talika.tarsis.filters.validator
 

Methods in org.talika.tarsis.filters.validator with parameters of type CommandParameter
protected  void ValidatorFilter.checkRequired(CommandParameter parameter, java.lang.String value)
          Checks if a parameter required was sent.
protected  java.lang.Object ValidatorFilter.getMultipleParameter(CommandParameter parameter, java.lang.String[] values)
          Obtains parsed Collection of parameters values from array of string values.
protected  java.lang.Object ValidatorFilter.getParameter(CommandParameter parameter, java.lang.String value)
          Obtains parsed parameter value from string value.
protected  void ValidatorFilter.validate(CommandParameter[] parameters, javax.servlet.ServletRequest request)
          Validates command parameters sent in request.
 



Copyright © 2002-2012 Talika Open Source Group. All Rights Reserved.