org.apache.tapestry.engine
Class DirectEventServiceParameter
java.lang.Object
org.apache.tapestry.engine.DirectEventServiceParameter
public class DirectEventServiceParameter
- extends Object
Parameter object used by DirectEventService
.
- Since:
- 4.1
- Author:
- jkuhnert
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_direct
protected IDirectEvent _direct
_serviceParameters
protected Object[] _serviceParameters
_updateParts
protected String[] _updateParts
_json
protected boolean _json
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 interfaceserviceParameters
- The parameters for the triggered objectupdateParts
- The parts expected to be updated on any returned response
triggerd by this direct call.
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.