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