|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.binding.BindingUtils
public class BindingUtils
Constructor Summary | |
---|---|
BindingUtils()
|
Method Summary | |
---|---|
static java.lang.String |
getDefaultBindingType(IComponentSpecification specification,
java.lang.String parameterName,
java.lang.String metaDefaultBindingType)
Determines the correct default parameter type (to pass to BindingSource.createBinding(IComponent, String, String, String, Location)
for a component specification and parameter name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BindingUtils()
Method Detail |
---|
public static java.lang.String getDefaultBindingType(IComponentSpecification specification, java.lang.String parameterName, java.lang.String metaDefaultBindingType)
BindingSource.createBinding(IComponent, String, String, String, Location)
for a component specification and parameter name.
specification
- the specification of the component for which a binding is being createdparameterName
- the name of the parameter to bind which may be either the name of a formal or
informal parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |