railo.runtime.type.scope
Class FormImpl.Item

java.lang.Object
  extended by railo.runtime.type.scope.FormImpl.Item
Enclosing class:
FormImpl

public class FormImpl.Item
extends Object


Constructor Summary
FormImpl.Item(Resource resource, String contentType, String name, String fieldName)
           
 
Method Summary
 String getContentType()
           
 String getFieldName()
           
 String getName()
           
 Resource getResource()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormImpl.Item

public FormImpl.Item(Resource resource,
                     String contentType,
                     String name,
                     String fieldName)
Method Detail

getResource

public Resource getResource()
Returns:
the resource

getContentType

public String getContentType()
Returns:
the contentType

getName

public String getName()
Returns:
the name

getFieldName

public String getFieldName()
Returns:
the fieldName


Copyright © 2012 Railo