org.apache.tapestry.engine
Class DirectEventServiceParameter

java.lang.Object
  extended by org.apache.tapestry.engine.DirectEventServiceParameter

public class DirectEventServiceParameter
extends Object

Parameter object used by DirectEventService.

Since:
4.1
Author:
jkuhnert

Field Summary
protected  IDirectEvent _direct
           
protected  boolean _json
           
protected  Object[] _serviceParameters
           
protected  String[] _updateParts
           
 
Constructor Summary
DirectEventServiceParameter(IDirectEvent direct)
           
DirectEventServiceParameter(IDirectEvent direct, Object[] serviceParameters)
           
DirectEventServiceParameter(IDirectEvent direct, Object[] serviceParameters, String[] updateParts, boolean json)
          Creates a new direct service parameter map.
 
Method Summary
 IDirectEvent getDirect()
           
 Object[] getServiceParameters()
           
 String[] getUpdateParts()
           
 boolean isJSON()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_direct

protected IDirectEvent _direct

_serviceParameters

protected Object[] _serviceParameters

_updateParts

protected String[] _updateParts

_json

protected boolean _json
Constructor Detail

DirectEventServiceParameter

public DirectEventServiceParameter(IDirectEvent direct)

DirectEventServiceParameter

public DirectEventServiceParameter(IDirectEvent direct,
                                   Object[] serviceParameters)

DirectEventServiceParameter

public DirectEventServiceParameter(IDirectEvent direct,
                                   Object[] serviceParameters,
                                   String[] updateParts,
                                   boolean json)
Creates a new direct service parameter map.

Parameters:
direct - The object implementing the direct triggerable interface
serviceParameters - The parameters for the triggered object
updateParts - The parts expected to be updated on any returned response triggerd by this direct call.
Method Detail

getDirect

public IDirectEvent getDirect()

getServiceParameters

public Object[] getServiceParameters()

getUpdateParts

public String[] getUpdateParts()

isJSON

public boolean isJSON()


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.