fr.paris.lutece.plugins.directory.web.action
Class DirectoryActionResult

java.lang.Object
  extended by fr.paris.lutece.plugins.directory.web.action.DirectoryActionResult

public class DirectoryActionResult
extends java.lang.Object

Result of an action.
Use :


Constructor Summary
DirectoryActionResult()
           
 
Method Summary
 java.lang.String getHtmlContent()
          Returns the html content if any, null otherwise
 java.lang.String getRedirect()
          Returns the redirect url, null otherwise.
 boolean isNoop()
          Returns true if no operation needed, false otherwise.
 void setHtmlContent(java.lang.String strHtmlContent)
          Sets the html content if any, null otherwise
 void setNoop(boolean bNoop)
          Set to true if no operation needed, false otherwise.
 void setRedirect(java.lang.String strRedirect)
          Sets the redirect url, null otherwise.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryActionResult

public DirectoryActionResult()
Method Detail

getRedirect

public java.lang.String getRedirect()
Returns the redirect url, null otherwise.

Returns:
the redirect url, null otherwise

setRedirect

public void setRedirect(java.lang.String strRedirect)
Sets the redirect url, null otherwise.

Parameters:
strRedirect - the redirect url, null otherwise.

isNoop

public boolean isNoop()
Returns true if no operation needed, false otherwise.

Returns:
true if no operation needed, false otherwise.

setNoop

public void setNoop(boolean bNoop)
Set to true if no operation needed, false otherwise.

Parameters:
bNoop - true if no operation needed, false otherwise.

getHtmlContent

public java.lang.String getHtmlContent()
Returns the html content if any, null otherwise

Returns:
the html content if any, null otherwise

setHtmlContent

public void setHtmlContent(java.lang.String strHtmlContent)
Sets the html content if any, null otherwise

Parameters:
strHtmlContent - the html content if any, null otherwise


Copyright © 2011 Mairie de Paris. All Rights Reserved.