|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.svc.ui.util.PropertyFormatter.StatementValueFormatter
protected class PropertyFormatter.StatementValueFormatter
Constructor Summary | |
---|---|
protected |
PropertyFormatter.StatementValueFormatter()
|
Method Summary | |
---|---|
java.lang.String |
format(Solution pSolution,
java.lang.String pPropertyName,
java.lang.Object pPropertyValue)
|
java.lang.String |
format(java.lang.String pPropertyName,
java.lang.Object pPropertyValue)
Deprecated. Use format(Solution, String, Object)
NOTE: If you use this method, you must disable attachment security checking based on the user's ability to view the solution
the attachment is contained in. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected PropertyFormatter.StatementValueFormatter()
Method Detail |
---|
public java.lang.String format(java.lang.String pPropertyName, java.lang.Object pPropertyValue) throws SvcException
format(Solution, String, Object)
NOTE: If you use this method, you must disable attachment security checking based on the user's ability to view the solution
the attachment is contained in.
format
in interface PropertyFormatter.ValueFormatter
pPropertyName
- Name of the solution propertypPropertyValue
- The text value of the statement property
SvcException
WARNING: Disabling security will make the attachment visible to users that are unable to access the solution containing the attachment.
public java.lang.String format(Solution pSolution, java.lang.String pPropertyName, java.lang.Object pPropertyValue) throws SvcException
SvcException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |