org.intabulas.sandler.introspection.impl
Class IntrospectionImpl

java.lang.Object
  extended by org.intabulas.sandler.introspection.impl.IntrospectionImpl
All Implemented Interfaces:
AtomElement, Introspection

public class IntrospectionImpl
extends Object
implements Introspection, AtomElement

IntrospectionImpl

Version:
$Id: IntrospectionImpl.java,v 1.2 2004/01/02 01:43:57 intabulas Exp $
Author:
Mark Lussier

Field Summary
 
Fields inherited from interface org.intabulas.sandler.introspection.Introspection
ELEMENT_CREATEENTRY, ELEMENT_INTROSPECTION, ELEMENT_SEARCHENTRY
 
Fields inherited from interface org.intabulas.sandler.elements.AtomElement
ATOM_NAMESPACE, ATOM_VERSION, ATTRIBUTE_HREF, ATTRIBUTE_LANG, ATTRIBUTE_LANG_NP, ATTRIBUTE_MODE, ATTRIBUTE_NAME, ATTRIBUTE_REL, ATTRIBUTE_TITLE, ATTRIBUTE_TYPE, ATTRIBUTE_URL, ATTRIBUTE_VERSION, ATTRIBUTE_XMLNS, CDATA_END, CDATA_START, ELEMENT_AUTHOR, ELEMENT_CONTENT, ELEMENT_CONTRIBUTOR, ELEMENT_COPYRIGHT, ELEMENT_CREATED, ELEMENT_EMAIL, ELEMENT_ENTRY, ELEMENT_FEED, ELEMENT_GENERATOR, ELEMENT_HOMEPAGE, ELEMENT_ID, ELEMENT_INFO, ELEMENT_ISSUED, ELEMENT_LINK, ELEMENT_MODIFIED, ELEMENT_NAME, ELEMENT_SUMMARY, ELEMENT_TAGLINE, ELEMENT_TITLE, ELEMENT_URL, FORMAT_COMMENT, FORMAT_ENDELEMENT, FORMAT_FEEDATTRIBUTES, FORMAT_NAMEATTRIBUTE, FORMAT_STARTELEMENT, FORMAT_STRINGELEMENT, HTMLTAG_BEGIN, HTMLTAG_CLOSE, HTMLTAG_END, HTMLTAG_START, SPACE, XML_STARTDOC
 
Constructor Summary
IntrospectionImpl()
           
 
Method Summary
 String getCreateUrl()
          Returns the Create URL used in an Introspection Query is made
 String getSearchUrl()
          Returns the Search URL used in an Introspection Query is made
 void setCreateUrl(String url)
          Set's the Create URL to return whn an Introspection Query is made
 void setSearchUrl(String url)
          Set's the Search URL to return whn an Introspection Query is made
 String toString()
          Returns a string representation of the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntrospectionImpl

public IntrospectionImpl()
Method Detail

setSearchUrl

public void setSearchUrl(String url)
Set's the Search URL to return whn an Introspection Query is made

Specified by:
setSearchUrl in interface Introspection
Parameters:
url - a String representing the Search Entries URL

getSearchUrl

public String getSearchUrl()
Returns the Search URL used in an Introspection Query is made

Specified by:
getSearchUrl in interface Introspection
Returns:
a String representing the Search Entries URL

setCreateUrl

public void setCreateUrl(String url)
Set's the Create URL to return whn an Introspection Query is made

Specified by:
setCreateUrl in interface Introspection
Parameters:
url - a String representing the Create Entries URL

getCreateUrl

public String getCreateUrl()
Returns the Create URL used in an Introspection Query is made

Specified by:
getCreateUrl in interface Introspection
Returns:
a String representing the Create Entries URL

toString

public String toString()
Returns a string representation of the object.

Overrides:
toString in class Object
Returns:
a String representation of the object.


Copyright © 2003-2004 Mark Lussier. All Rights Reserved.