|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.buildtools.maven2.plugin.builder.model.MethodSignatureMeta
public class MethodSignatureMeta
MethodSignatureMeta is a Java representation of the faces-config component property-extension method-signature XML element.
Constructor Summary | |
---|---|
MethodSignatureMeta()
Creates a new MethodSignatureBean. |
Method Summary | |
---|---|
void |
addParameterType(String parameterType)
Adds a new parameter type to this method signature. |
static void |
addXmlRules(org.apache.commons.digester.Digester digester,
String prefix)
|
String[] |
getParameterTypes()
Returns the list of parameter types as an array. |
String |
getParameterTypesAsString()
|
String |
getReturnType()
Returns the return type of this method signature. |
void |
setReturnType(String returnType)
Sets the return type of this method signature. |
static void |
writeXml(XmlWriter out,
MethodSignatureMeta pm)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MethodSignatureMeta()
Method Detail |
---|
public static void addXmlRules(org.apache.commons.digester.Digester digester, String prefix)
public static void writeXml(XmlWriter out, MethodSignatureMeta pm)
public void addParameterType(String parameterType)
parameterType
- the parameter typepublic String[] getParameterTypes()
public String getParameterTypesAsString()
public void setReturnType(String returnType)
returnType
- the method signature return typepublic String getReturnType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |