Author: hlship
Date: Thu Jul 21 18:21:15 2011
New Revision: 1149302
URL: http://svn.apache.org/viewvc?rev=1149302&view=rev
Log:
TAP5-1508: Use the renderPhaseDescription() method to initialize
SETUP_RENDER_DESCRIPTION
Modified:
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TransformConstants.java
Modified:
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TransformConstants.java
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TransformConstants.java?rev=1149302&r1=1149301&r2=1149302&view=diff
==============================================================================
---
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TransformConstants.java
(original)
+++
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TransformConstants.java
Thu Jul 21 18:21:15 2011
@@ -130,8 +130,7 @@ public final class TransformConstants
* @see org.apache.tapestry5.annotations.SetupRender
* @since 5.3
*/
- public static final MethodDescription SETUP_RENDER_DESCRIPTION =
PlasticUtils.getMethodDescription(Component.class,
- "setupRender", RENDER_PHASE_METHOD_PARAMETER_TYPES);
+ public static final MethodDescription SETUP_RENDER_DESCRIPTION =
renderPhaseDescription("setupRender");
/**
* Signature for {@link
org.apache.tapestry5.runtime.Component#beginRender(MarkupWriter, Event)}.