|
terp - the Codemesh Modular Template Interpreter v1.3.309 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.codemesh.terp.eval.converters.ToIP
public class ToIP
Created by IntelliJ IDEA. User: alex Date: Apr 10, 2009 Time: 10:59:56 AM To change this template use File | Settings | File Templates.
| Constructor Summary | |
|---|---|
ToIP()
|
|
| Method Summary | |
|---|---|
java.net.InetAddress |
fromObject(java.lang.Object obj,
TerpContext ctx)
Converts the given object into an object of the target type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ToIP()
| Method Detail |
|---|
public java.net.InetAddress fromObject(java.lang.Object obj,
TerpContext ctx)
Converter
fromObject in interface Converter<java.net.InetAddress>obj - the source object.ctx - the context in which the conversion takes place.
|
terp - the Codemesh Modular Template Interpreter v1.3.309 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||