|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nitido.nimbox.http.enhanced.Result
public class Result
Data object for result. A result must contain the result type and value.
For now only one type defined is @see EnhancedDispatcherConstants.MARKUP_TYPE.
Snippet from rules.xsd:
Define result element ( e.g) type=markup, value=html
Constructor Summary | |
---|---|
Result(java.lang.String type,
java.lang.String value)
Default constructor. |
Method Summary | |
---|---|
java.lang.String |
getType()
Get the type of the result object. |
java.lang.String |
getValue()
Get the value of the result object |
java.lang.String |
toDebugString()
This method convert the information into string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Result(java.lang.String type, java.lang.String value)
type
- A string for the result typevalue
- A string for the result valueMethod Detail |
---|
public java.lang.String getType()
public java.lang.String getValue()
public java.lang.String toDebugString()
|
Nitido NiM 2.5 Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.