org.jasen.core.parsers.handlers
Class URLPortTagHandlerResult

java.lang.Object
  extended byorg.jasen.core.parsers.handlers.URLPortTagHandlerResult
All Implemented Interfaces:
HTMLTagHandlerResult, Serializable

public class URLPortTagHandlerResult
extends Object
implements HTMLTagHandlerResult

Holds the result of the URLPortTagHandler.

Specifically contains a string representation of the port found in a url sequence, or null if no port was found

Author:
Jason Polites
See Also:
Serialized Form

Constructor Summary
URLPortTagHandlerResult()
           
 
Method Summary
 String getPort()
           
 void setPort(String port)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLPortTagHandlerResult

public URLPortTagHandlerResult()
Method Detail

getPort

public String getPort()

setPort

public void setPort(String port)