public class ProxiedAction extends Object
| Constructor and Description |
|---|
ProxiedAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
dumpInputs(String name,
String surname,
String phone,
String email,
String[] loves,
String redirect,
Set<List<Map<String,Vector<String>>>> friends,
String description,
Integer age,
Boolean gender,
String aString,
double aDouble,
$<String> result) |
String |
render($<Set<List<Map<String,Vector<String>>>>> friends,
$<String> description,
$<Integer> age,
$<Boolean> gender) |
@Invocable(idempotent=true, results=) public String render($<Set<List<Map<String,Vector<String>>>>> friends, $<String> description, $<Integer> age, $<Boolean> gender)
@Invocable(idempotent=true, results={,,,,}, validator=Portlet1ValidationHandler.class) @Pattern(regexp="^sucCess$|^error$") public String dumpInputs(@Size(min=3,max=20,message="error-name-key") String name, @Size(min=3,max=20,message="error-surname-key") String surname, @Pattern(regexp="^\\d{2}-\\d{3}-\\d{5}$",message="error-phone-key") String phone, @Email(message="error-email-key") String email, String[] loves, String redirect, Set<List<Map<String,Vector<String>>>> friends, String description, @Min(value=10L)@Max(value=120L) Integer age, Boolean gender, String aString, double aDouble, $<String> result) throws InvalidPhaseException
InvalidPhaseExceptionCopyright © 2012-2014 Andrea Funtò. See here for terms and conditions.