com.opensymphony.xwork2.config.entities
Class UnknownHandlerConfig

java.lang.Object
  extended by com.opensymphony.xwork2.util.location.Located
      extended by com.opensymphony.xwork2.config.entities.UnknownHandlerConfig
All Implemented Interfaces:
Locatable

public class UnknownHandlerConfig
extends Located


Field Summary
 
Fields inherited from class com.opensymphony.xwork2.util.location.Located
location
 
Constructor Summary
UnknownHandlerConfig(String name, Location location)
           
 
Method Summary
 String getName()
           
 void setName(String name)
           
 String toString()
           
 
Methods inherited from class com.opensymphony.xwork2.util.location.Located
getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownHandlerConfig

public UnknownHandlerConfig(String name,
                            Location location)
Method Detail

getName

public String getName()

setName

public void setName(String name)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.