| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.mock.SeamTest.Script
public abstract class SeamTest.Script
| Constructor Summary | |
|---|---|
| SeamTest.Script()Deprecated. | |
| SeamTest.Script(String conversationId)Deprecated. | |
| Method Summary | |
|---|---|
| protected  void | afterRequest()Make some assertions, after the end of the request. | 
| protected  void | applyRequestValues()Override to implement the interactions between the JSF page and your components that occurs during the apply request values phase. | 
| protected  void | beforeRequest()Do anything you like, after the start of the request. | 
| protected  String | getConversationId() | 
|  List<javax.servlet.http.Cookie> | getCookies() | 
| protected  javax.faces.context.FacesContext | getFacesContext() | 
| protected  String | getInvokeApplicationOutcome()Get the outcome of the INVOKE_APPLICATION phase | 
|  String | getPrincipalName()Override to define the name of the current principal | 
|  Set<String> | getPrincipalRoles()Override to define the roles assigned to the current principal | 
| protected  String | getRenderedViewId()Get the view id to be rendered | 
| protected  Object | getValue(String valueExpression)Evaluate (get) a value binding | 
| protected  String | getViewId()The JSF view id of the form that is being submitted or of the page that is being rendered in a non-faces request. | 
| protected  void | invokeApplication()Override to implement the interactions between the JSF page and your components that occurs during the invoke application phase. | 
| protected  Object | invokeMethod(String methodExpression)Call a method binding | 
| protected  boolean | isGetRequest()Is this a non-faces request? Override if it is. | 
| protected  boolean | isInvokeApplicationBegun() | 
| protected  boolean | isInvokeApplicationComplete() | 
| protected  boolean | isRenderResponseBegun() | 
| protected  boolean | isRenderResponseComplete() | 
| protected  boolean | isValidationFailure()Did a validation failure occur during a call to validate()? | 
| protected  void | processValidations()Override to implement the interactions between the JSF page and your components that occurs during the process validations phase. | 
| protected  void | renderResponse()Override to implement the interactions between the JSF page and your components that occurs during the render response phase. | 
|  String | run() | 
| protected  void | setOutcome(String outcome)Set the outcome of the INVOKE_APPLICATION phase | 
| protected  void | setup()Deprecated. use beforeRequest() | 
| protected  void | setValue(String valueExpression,
         Object value)Set a value binding | 
| protected  void | setViewId(String viewId) | 
| protected  void | updateModelValues()Override to implement the interactions between the JSF page and your components that occurs during the update model values phase. | 
| protected  void | validate(Class modelClass,
         String property,
         Object value)Deprecated. use validateValue() | 
| protected  boolean | validateValue(String valueExpression,
              Object value)Validate the value against model-based constraints return true if the value is valid | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SeamTest.Script()
public SeamTest.Script(String conversationId)
| Method Detail | 
|---|
public String getPrincipalName()
public Set<String> getPrincipalRoles()
public List<javax.servlet.http.Cookie> getCookies()
protected boolean isGetRequest()
protected String getViewId()
protected void setViewId(String viewId)
protected void applyRequestValues()
                           throws Exception
Exception
protected void processValidations()
                           throws Exception
Exception
protected void updateModelValues()
                          throws Exception
Exception
protected void invokeApplication()
                          throws Exception
Exceptionprotected void setOutcome(String outcome)
protected String getInvokeApplicationOutcome()
protected void renderResponse()
                       throws Exception
Exceptionprotected void setup()
protected void afterRequest()
protected void beforeRequest()
protected String getRenderedViewId()
protected void validate(Class modelClass, String property, Object value)
protected boolean isValidationFailure()
protected javax.faces.context.FacesContext getFacesContext()
protected String getConversationId()
protected Object getValue(String valueExpression)
protected void setValue(String valueExpression, Object value)
protected boolean validateValue(String valueExpression, Object value)
protected Object invokeMethod(String methodExpression)
public String run() throws Exception
Exception - to fail the testprotected boolean isInvokeApplicationBegun()
protected boolean isInvokeApplicationComplete()
protected boolean isRenderResponseBegun()
protected boolean isRenderResponseComplete()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||